MyStoreLoginService.wsdl
上传用户:hgs128
上传日期:2007-02-03
资源大小:166k
文件大小:2k
源码类别:

百货/超市行业

开发平台:

WINDOWS

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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/>
  3.   <wsdl:message name="loginUserRequest">
  4.     <wsdl:part name="in0" type="xsd:string"/>
  5.     <wsdl:part name="in1" type="xsd:string"/>
  6.   </wsdl:message>
  7.   <wsdl:message name="loginUserResponse">
  8.     <wsdl:part name="loginUserReturn" type="xsd:string"/>
  9.   </wsdl:message>
  10.   <wsdl:portType name="StoreAccessLocal">
  11.     <wsdl:operation name="loginUser" parameterOrder="in0 in1">
  12.       <wsdl:input message="impl:loginUserRequest" name="loginUserRequest"/>
  13.       <wsdl:output message="impl:loginUserResponse" name="loginUserResponse"/>
  14.     </wsdl:operation>
  15.   </wsdl:portType>
  16.   <wsdl:binding name="MyStoreLoginServiceSoapBinding" type="impl:StoreAccessLocal">
  17.     <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  18.     <wsdl:operation name="loginUser">
  19.       <wsdlsoap:operation soapAction=""/>
  20.       <wsdl:input name="loginUserRequest">
  21.         <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://127.0.0.1:8080/axis/services/MyStoreLoginService" use="encoded"/>
  22.       </wsdl:input>
  23.       <wsdl:output name="loginUserResponse">
  24.         <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://127.0.0.1:8080/axis/services/MyStoreLoginService" use="encoded"/>
  25.       </wsdl:output>
  26.     </wsdl:operation>
  27.   </wsdl:binding>
  28.   <wsdl:service name="StoreAccessLocalService">
  29.     <wsdl:port binding="impl:MyStoreLoginServiceSoapBinding" name="MyStoreLoginService">
  30.       <wsdlsoap:address location="http://127.0.0.1:8080/axis/services/MyStoreLoginService"/>
  31.     </wsdl:port>
  32.   </wsdl:service>
  33. </wsdl:definitions>