SubSysLogout.wsdl 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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="Logout">
  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="Guid" type="s:string" />
  10. </s:sequence>
  11. </s:complexType>
  12. </s:element>
  13. <s:element name="LogoutResponse">
  14. <s:complexType>
  15. <s:sequence>
  16. <s:element minOccurs="0" maxOccurs="1" name="LogoutResult" type="tns:ServiceLogin" />
  17. </s:sequence>
  18. </s:complexType>
  19. </s:element>
  20. <s:complexType name="ServiceLogin">
  21. <s:sequence>
  22. <s:element minOccurs="1" maxOccurs="1" name="Flag" type="s:boolean" />
  23. <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
  24. <s:element minOccurs="0" maxOccurs="1" name="AuUrl" type="s:string" />
  25. <s:element minOccurs="0" maxOccurs="1" name="Tag" type="s:string" />
  26. </s:sequence>
  27. </s:complexType>
  28. </s:schema>
  29. </wsdl:types>
  30. <wsdl:message name="LogoutSoapIn">
  31. <wsdl:part name="parameters" element="tns:Logout" />
  32. </wsdl:message>
  33. <wsdl:message name="LogoutSoapOut">
  34. <wsdl:part name="parameters" element="tns:LogoutResponse" />
  35. </wsdl:message>
  36. <wsdl:portType name="SubSysLogoutSoap">
  37. <wsdl:operation name="Logout">
  38. <wsdl:input message="tns:LogoutSoapIn" />
  39. <wsdl:output message="tns:LogoutSoapOut" />
  40. </wsdl:operation>
  41. </wsdl:portType>
  42. <wsdl:binding name="SubSysLogoutSoap" type="tns:SubSysLogoutSoap">
  43. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  44. <wsdl:operation name="Logout">
  45. <soap:operation soapAction="http://tempuri.org/Logout" style="document" />
  46. <wsdl:input>
  47. <soap:body use="literal" />
  48. </wsdl:input>
  49. <wsdl:output>
  50. <soap:body use="literal" />
  51. </wsdl:output>
  52. </wsdl:operation>
  53. </wsdl:binding>
  54. <wsdl:binding name="SubSysLogoutSoap12" type="tns:SubSysLogoutSoap">
  55. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  56. <wsdl:operation name="Logout">
  57. <soap12:operation soapAction="http://tempuri.org/Logout" style="document" />
  58. <wsdl:input>
  59. <soap12:body use="literal" />
  60. </wsdl:input>
  61. <wsdl:output>
  62. <soap12:body use="literal" />
  63. </wsdl:output>
  64. </wsdl:operation>
  65. </wsdl:binding>
  66. <wsdl:service name="SubSysLogout">
  67. <wsdl:port name="SubSysLogoutSoap" binding="tns:SubSysLogoutSoap">
  68. <soap:address location="http://spjg.sipac.gov.cn/SPJGService/SubSysLogout.asmx" />
  69. </wsdl:port>
  70. <wsdl:port name="SubSysLogoutSoap12" binding="tns:SubSysLogoutSoap12">
  71. <soap12:address location="http://spjg.sipac.gov.cn/SPJGService/SubSysLogout.asmx" />
  72. </wsdl:port>
  73. </wsdl:service>
  74. </wsdl:definitions>