12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
- xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://tempuri.org/"
- xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
- xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
- xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
- xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
- xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
- xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
- xmlns:wsa10="http://www.w3.org/2005/08/addressing"
- xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="ReciveDataService"
- targetNamespace="http://tempuri.org/">
- <wsp:Policy wsu:Id="WSHttpBinding_IReciveDataService_policy">
- <wsp:ExactlyOne>
- <wsp:All>
- <wsaw:UsingAddressing/>
- </wsp:All>
- </wsp:ExactlyOne>
- </wsp:Policy>
- <wsdl:types>
- <xsd:schema targetNamespace="http://tempuri.org/Imports">
- <xsd:import
- schemaLocation="http://kms-neikong-01.kmc.intra.customs.gov.cn:9918/ReciveDataService.svc?xsd=xsd0"
- namespace="http://tempuri.org/"/>
- <xsd:import
- schemaLocation="http://kms-neikong-01.kmc.intra.customs.gov.cn:9918/ReciveDataService.svc?xsd=xsd1"
- namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="IReciveDataService_Recive_InputMessage">
- <wsdl:part name="parameters" element="tns:Recive"/>
- </wsdl:message>
- <wsdl:message name="IReciveDataService_Recive_OutputMessage">
- <wsdl:part name="parameters" element="tns:ReciveResponse"/>
- </wsdl:message>
- <wsdl:portType name="IReciveDataService">
- <wsdl:operation name="Recive">
- <wsdl:input wsaw:Action="http://tempuri.org/IReciveDataService/Recive"
- message="tns:IReciveDataService_Recive_InputMessage"/>
- <wsdl:output wsaw:Action="http://tempuri.org/IReciveDataService/ReciveResponse"
- message="tns:IReciveDataService_Recive_OutputMessage"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="WSHttpBinding_IReciveDataService" type="tns:IReciveDataService">
- <wsp:PolicyReference URI="#WSHttpBinding_IReciveDataService_policy"/>
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="Recive">
- <soap12:operation soapAction="http://tempuri.org/IReciveDataService/Recive" 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="ReciveDataService">
- <wsdl:port name="WSHttpBinding_IReciveDataService" binding="tns:WSHttpBinding_IReciveDataService">
- <soap12:address location="http://kms-neikong-01.kmc.intra.customs.gov.cn:9918/ReciveDataService.svc"/>
- <wsa10:EndpointReference>
- <wsa10:Address>http://kms-neikong-01.kmc.intra.customs.gov.cn:9918/ReciveDataService.svc</wsa10:Address>
- </wsa10:EndpointReference>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|