12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?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="InforReply">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="infoEntity" type="tns:InformationExChangeEntity" />
- <s:element minOccurs="0" maxOccurs="1" name="Guid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="InformationExChangeEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="InfoGuid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Infotitle" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="InfoContent" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="SendDate" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="Sendby" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Recipient" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Attachments" type="tns:ArrayOfInforMationAttachMentEntity" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ArrayOfInforMationAttachMentEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="InforMationAttachMentEntity" nillable="true" type="tns:InforMationAttachMentEntity" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="InforMationAttachMentEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="AttachmentName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="AttachmentContent" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="AttachmentFormat" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="InforReplyResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="InforReplyResult" 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="InforReplySoapIn">
- <wsdl:part name="parameters" element="tns:InforReply" />
- </wsdl:message>
- <wsdl:message name="InforReplySoapOut">
- <wsdl:part name="parameters" element="tns:InforReplyResponse" />
- </wsdl:message>
- <wsdl:portType name="InformationExchangeSoap">
- <wsdl:operation name="InforReply">
- <wsdl:input message="tns:InforReplySoapIn" />
- <wsdl:output message="tns:InforReplySoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="InformationExchangeSoap" type="tns:InformationExchangeSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="InforReply">
- <soap:operation soapAction="http://tempuri.org/InforReply" 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="InformationExchangeSoap12" type="tns:InformationExchangeSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="InforReply">
- <soap12:operation soapAction="http://tempuri.org/InforReply" 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="InformationExchange">
- <wsdl:port name="InformationExchangeSoap" binding="tns:InformationExchangeSoap">
- <soap:address location="http://spjg.sipac.gov.cn/SPJGService/InformationExchange.asmx" />
- </wsdl:port>
- <wsdl:port name="InformationExchangeSoap12" binding="tns:InformationExchangeSoap12">
- <soap12:address location="http://spjg.sipac.gov.cn/SPJGService/InformationExchange.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|