123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- <?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="CompaintsTransmit">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="entity" type="tns:OnlineComplaintsEntity" />
- <s:element minOccurs="0" maxOccurs="1" name="Guid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OnlineComplaintsEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="OnlineComplaintsID" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OnlineComplaintsIP" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OnlineComplaintsName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OnlineComplaintsContent" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="CreateDate" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="ComplaintsDept" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="EndHandleDate" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="ContactTel" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ComplaintType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="AssignedNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="AcceptancePeople" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="EndHandleDateCount" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="Attachments" type="tns:ArrayOfInforMationAttachMentEntity" />
- <s:element minOccurs="0" maxOccurs="1" name="TransmitPeople" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OldDept" type="s:string" />
- </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="CompaintsTransmitResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="CompaintsTransmitResult" 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:element name="CompaintsDelayApply">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="entity" type="tns:OnlineComplaintsDelayEntity" />
- <s:element minOccurs="0" maxOccurs="1" name="Guid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OnlineComplaintsDelayEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="DelayID" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OnlineComplaintsID" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ApplyPeople" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="AppleReason" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="DelayDate" type="s:dateTime" />
- <s:element minOccurs="1" maxOccurs="1" name="DelayCount" type="s:int" />
- </s:sequence>
- </s:complexType>
- <s:element name="CompaintsDelayApplyResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="CompaintsDelayApplyResult" type="tns:ServiceLogin" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="CompaintsReply">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="entity" type="tns:OnlineComplaintsReplyEntity" />
- <s:element minOccurs="0" maxOccurs="1" name="Guid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OnlineComplaintsReplyEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="OnlineComplaintsID" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ReplyPeople" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="ReplyDate" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="ReplyContent" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="CompaintsReplyResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="CompaintsReplyResult" type="tns:ServiceLogin" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="CompaintsTransmitSoapIn">
- <wsdl:part name="parameters" element="tns:CompaintsTransmit" />
- </wsdl:message>
- <wsdl:message name="CompaintsTransmitSoapOut">
- <wsdl:part name="parameters" element="tns:CompaintsTransmitResponse" />
- </wsdl:message>
- <wsdl:message name="CompaintsDelayApplySoapIn">
- <wsdl:part name="parameters" element="tns:CompaintsDelayApply" />
- </wsdl:message>
- <wsdl:message name="CompaintsDelayApplySoapOut">
- <wsdl:part name="parameters" element="tns:CompaintsDelayApplyResponse" />
- </wsdl:message>
- <wsdl:message name="CompaintsReplySoapIn">
- <wsdl:part name="parameters" element="tns:CompaintsReply" />
- </wsdl:message>
- <wsdl:message name="CompaintsReplySoapOut">
- <wsdl:part name="parameters" element="tns:CompaintsReplyResponse" />
- </wsdl:message>
- <wsdl:portType name="ComplaintsServiceSoap">
- <wsdl:operation name="CompaintsTransmit">
- <wsdl:input message="tns:CompaintsTransmitSoapIn" />
- <wsdl:output message="tns:CompaintsTransmitSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="CompaintsDelayApply">
- <wsdl:input message="tns:CompaintsDelayApplySoapIn" />
- <wsdl:output message="tns:CompaintsDelayApplySoapOut" />
- </wsdl:operation>
- <wsdl:operation name="CompaintsReply">
- <wsdl:input message="tns:CompaintsReplySoapIn" />
- <wsdl:output message="tns:CompaintsReplySoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="ComplaintsServiceSoap" type="tns:ComplaintsServiceSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="CompaintsTransmit">
- <soap:operation soapAction="http://tempuri.org/CompaintsTransmit" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CompaintsDelayApply">
- <soap:operation soapAction="http://tempuri.org/CompaintsDelayApply" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CompaintsReply">
- <soap:operation soapAction="http://tempuri.org/CompaintsReply" 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="ComplaintsServiceSoap12" type="tns:ComplaintsServiceSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="CompaintsTransmit">
- <soap12:operation soapAction="http://tempuri.org/CompaintsTransmit" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CompaintsDelayApply">
- <soap12:operation soapAction="http://tempuri.org/CompaintsDelayApply" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CompaintsReply">
- <soap12:operation soapAction="http://tempuri.org/CompaintsReply" 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="ComplaintsService">
- <wsdl:port name="ComplaintsServiceSoap" binding="tns:ComplaintsServiceSoap">
- <soap:address location="http://spjg.sipac.gov.cn/SPJGService/ComplaintsService.asmx" />
- </wsdl:port>
- <wsdl:port name="ComplaintsServiceSoap12" binding="tns:ComplaintsServiceSoap12">
- <soap12:address location="http://spjg.sipac.gov.cn/SPJGService/ComplaintsService.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|