RightsWS.wsdl 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:element name="LoginToApp">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="UserNo" type="s:string" />
  9. <s:element minOccurs="0" maxOccurs="1" name="UserPwd" type="s:string" />
  10. <s:element minOccurs="0" maxOccurs="1" name="Appno" type="s:string" />
  11. </s:sequence>
  12. </s:complexType>
  13. </s:element>
  14. <s:element name="LoginToAppResponse">
  15. <s:complexType>
  16. <s:sequence>
  17. <s:element minOccurs="0" maxOccurs="1" name="LoginToAppResult" type="tns:ServiceLogin" />
  18. </s:sequence>
  19. </s:complexType>
  20. </s:element>
  21. <s:complexType name="ServiceLogin">
  22. <s:sequence>
  23. <s:element minOccurs="1" maxOccurs="1" name="Flag" type="s:boolean" />
  24. <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
  25. <s:element minOccurs="0" maxOccurs="1" name="AuUrl" type="s:string" />
  26. <s:element minOccurs="0" maxOccurs="1" name="Tag" type="s:string" />
  27. </s:sequence>
  28. </s:complexType>
  29. </s:schema>
  30. </wsdl:types>
  31. <wsdl:message name="LoginToAppSoapIn">
  32. <wsdl:part name="parameters" element="tns:LoginToApp" />
  33. </wsdl:message>
  34. <wsdl:message name="LoginToAppSoapOut">
  35. <wsdl:part name="parameters" element="tns:LoginToAppResponse" />
  36. </wsdl:message>
  37. <wsdl:portType name="RightsWSSoap">
  38. <wsdl:operation name="LoginToApp">
  39. <wsdl:input message="tns:LoginToAppSoapIn" />
  40. <wsdl:output message="tns:LoginToAppSoapOut" />
  41. </wsdl:operation>
  42. </wsdl:portType>
  43. <wsdl:binding name="RightsWSSoap" type="tns:RightsWSSoap">
  44. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  45. <wsdl:operation name="LoginToApp">
  46. <soap:operation soapAction="http://tempuri.org/LoginToApp" style="document" />
  47. <wsdl:input>
  48. <soap:body use="literal" />
  49. </wsdl:input>
  50. <wsdl:output>
  51. <soap:body use="literal" />
  52. </wsdl:output>
  53. </wsdl:operation>
  54. </wsdl:binding>
  55. <wsdl:binding name="RightsWSSoap12" type="tns:RightsWSSoap">
  56. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  57. <wsdl:operation name="LoginToApp">
  58. <soap12:operation soapAction="http://tempuri.org/LoginToApp" style="document" />
  59. <wsdl:input>
  60. <soap12:body use="literal" />
  61. </wsdl:input>
  62. <wsdl:output>
  63. <soap12:body use="literal" />
  64. </wsdl:output>
  65. </wsdl:operation>
  66. </wsdl:binding>
  67. <wsdl:service name="RightsWS">
  68. <wsdl:port name="RightsWSSoap" binding="tns:RightsWSSoap">
  69. <soap:address location="http://spjg.sipac.gov.cn/SPJGService/RightsWS.asmx" />
  70. </wsdl:port>
  71. <wsdl:port name="RightsWSSoap12" binding="tns:RightsWSSoap12">
  72. <soap12:address location="http://spjg.sipac.gov.cn/SPJGService/RightsWS.asmx" />
  73. </wsdl:port>
  74. </wsdl:service>
  75. </wsdl:definitions>