123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?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="LoginToApp">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="UserNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserPwd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Appno" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="LoginToAppResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="LoginToAppResult" 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="LoginToAppSoapIn">
- <wsdl:part name="parameters" element="tns:LoginToApp" />
- </wsdl:message>
- <wsdl:message name="LoginToAppSoapOut">
- <wsdl:part name="parameters" element="tns:LoginToAppResponse" />
- </wsdl:message>
- <wsdl:portType name="RightsWSSoap">
- <wsdl:operation name="LoginToApp">
- <wsdl:input message="tns:LoginToAppSoapIn" />
- <wsdl:output message="tns:LoginToAppSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="RightsWSSoap" type="tns:RightsWSSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="LoginToApp">
- <soap:operation soapAction="http://tempuri.org/LoginToApp" 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="RightsWSSoap12" type="tns:RightsWSSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="LoginToApp">
- <soap12:operation soapAction="http://tempuri.org/LoginToApp" 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="RightsWS">
- <wsdl:port name="RightsWSSoap" binding="tns:RightsWSSoap">
- <soap:address location="http://spjg.sipac.gov.cn/SPJGService/RightsWS.asmx" />
- </wsdl:port>
- <wsdl:port name="RightsWSSoap12" binding="tns:RightsWSSoap12">
- <soap12:address location="http://spjg.sipac.gov.cn/SPJGService/RightsWS.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|