ReceiveDataService.wsdl 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  2. xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  3. xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
  4. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  5. xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://tempuri.org/"
  6. xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
  7. xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
  8. xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
  9. xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
  10. xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
  11. xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
  12. xmlns:wsa10="http://www.w3.org/2005/08/addressing"
  13. xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="ReciveDataService"
  14. targetNamespace="http://tempuri.org/">
  15. <wsp:Policy wsu:Id="WSHttpBinding_IReciveDataService_policy">
  16. <wsp:ExactlyOne>
  17. <wsp:All>
  18. <wsaw:UsingAddressing/>
  19. </wsp:All>
  20. </wsp:ExactlyOne>
  21. </wsp:Policy>
  22. <wsdl:types>
  23. <xsd:schema targetNamespace="http://tempuri.org/Imports">
  24. <xsd:import
  25. schemaLocation="http://kms-neikong-01.kmc.intra.customs.gov.cn:9918/ReciveDataService.svc?xsd=xsd0"
  26. namespace="http://tempuri.org/"/>
  27. <xsd:import
  28. schemaLocation="http://kms-neikong-01.kmc.intra.customs.gov.cn:9918/ReciveDataService.svc?xsd=xsd1"
  29. namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
  30. </xsd:schema>
  31. </wsdl:types>
  32. <wsdl:message name="IReciveDataService_Recive_InputMessage">
  33. <wsdl:part name="parameters" element="tns:Recive"/>
  34. </wsdl:message>
  35. <wsdl:message name="IReciveDataService_Recive_OutputMessage">
  36. <wsdl:part name="parameters" element="tns:ReciveResponse"/>
  37. </wsdl:message>
  38. <wsdl:portType name="IReciveDataService">
  39. <wsdl:operation name="Recive">
  40. <wsdl:input wsaw:Action="http://tempuri.org/IReciveDataService/Recive"
  41. message="tns:IReciveDataService_Recive_InputMessage"/>
  42. <wsdl:output wsaw:Action="http://tempuri.org/IReciveDataService/ReciveResponse"
  43. message="tns:IReciveDataService_Recive_OutputMessage"/>
  44. </wsdl:operation>
  45. </wsdl:portType>
  46. <wsdl:binding name="WSHttpBinding_IReciveDataService" type="tns:IReciveDataService">
  47. <wsp:PolicyReference URI="#WSHttpBinding_IReciveDataService_policy"/>
  48. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
  49. <wsdl:operation name="Recive">
  50. <soap12:operation soapAction="http://tempuri.org/IReciveDataService/Recive" style="document"/>
  51. <wsdl:input>
  52. <soap12:body use="literal"/>
  53. </wsdl:input>
  54. <wsdl:output>
  55. <soap12:body use="literal"/>
  56. </wsdl:output>
  57. </wsdl:operation>
  58. </wsdl:binding>
  59. <wsdl:service name="ReciveDataService">
  60. <wsdl:port name="WSHttpBinding_IReciveDataService" binding="tns:WSHttpBinding_IReciveDataService">
  61. <soap12:address location="http://kms-neikong-01.kmc.intra.customs.gov.cn:9918/ReciveDataService.svc"/>
  62. <wsa10:EndpointReference>
  63. <wsa10:Address>http://kms-neikong-01.kmc.intra.customs.gov.cn:9918/ReciveDataService.svc</wsa10:Address>
  64. </wsa10:EndpointReference>
  65. </wsdl:port>
  66. </wsdl:service>
  67. </wsdl:definitions>