1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="utf-8"?>
- <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/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="Logout">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="UserNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Guid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="LogoutResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="LogoutResult" type="tns:ServiceLogin" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ServiceLogin">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="Flag" type="s:boolean" />
- <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="AuUrl" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Tag" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="LogoutSoapIn">
- <wsdl:part name="parameters" element="tns:Logout" />
- </wsdl:message>
- <wsdl:message name="LogoutSoapOut">
- <wsdl:part name="parameters" element="tns:LogoutResponse" />
- </wsdl:message>
- <wsdl:portType name="SubSysLogoutSoap">
- <wsdl:operation name="Logout">
- <wsdl:input message="tns:LogoutSoapIn" />
- <wsdl:output message="tns:LogoutSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="SubSysLogoutSoap" type="tns:SubSysLogoutSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="Logout">
- <soap:operation soapAction="http://tempuri.org/Logout" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="SubSysLogoutSoap12" type="tns:SubSysLogoutSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="Logout">
- <soap12:operation soapAction="http://tempuri.org/Logout" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="SubSysLogout">
- <wsdl:port name="SubSysLogoutSoap" binding="tns:SubSysLogoutSoap">
- <soap:address location="http://spjg.sipac.gov.cn/SPJGService/SubSysLogout.asmx" />
- </wsdl:port>
- <wsdl:port name="SubSysLogoutSoap12" binding="tns:SubSysLogoutSoap12">
- <soap12:address location="http://spjg.sipac.gov.cn/SPJGService/SubSysLogout.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|