MyStoreLoginService.wsdl
资源名称:MyStore.rar [点击查看]
上传用户:hgs128
上传日期:2007-02-03
资源大小:166k
文件大小:2k
源码类别:
百货/超市行业
开发平台:
WINDOWS
- <?xml version="1.0" encoding="UTF-8"?>
- <wsdl:definitions targetNamespace="http://127.0.0.1:8080/axis/services/MyStoreLoginService" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://127.0.0.1:8080/axis/services/MyStoreLoginService" xmlns:intf="http://127.0.0.1:8080/axis/services/MyStoreLoginService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><wsdl:types/>
- <wsdl:message name="loginUserRequest">
- <wsdl:part name="in0" type="xsd:string"/>
- <wsdl:part name="in1" type="xsd:string"/>
- </wsdl:message>
- <wsdl:message name="loginUserResponse">
- <wsdl:part name="loginUserReturn" type="xsd:string"/>
- </wsdl:message>
- <wsdl:portType name="StoreAccessLocal">
- <wsdl:operation name="loginUser" parameterOrder="in0 in1">
- <wsdl:input message="impl:loginUserRequest" name="loginUserRequest"/>
- <wsdl:output message="impl:loginUserResponse" name="loginUserResponse"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="MyStoreLoginServiceSoapBinding" type="impl:StoreAccessLocal">
- <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="loginUser">
- <wsdlsoap:operation soapAction=""/>
- <wsdl:input name="loginUserRequest">
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://127.0.0.1:8080/axis/services/MyStoreLoginService" use="encoded"/>
- </wsdl:input>
- <wsdl:output name="loginUserResponse">
- <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://127.0.0.1:8080/axis/services/MyStoreLoginService" use="encoded"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="StoreAccessLocalService">
- <wsdl:port binding="impl:MyStoreLoginServiceSoapBinding" name="MyStoreLoginService">
- <wsdlsoap:address location="http://127.0.0.1:8080/axis/services/MyStoreLoginService"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>