TraceWebService.wsdl 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:element name="GetTraceResult">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="ZSCode" type="s:string" />
  9. </s:sequence>
  10. </s:complexType>
  11. </s:element>
  12. <s:element name="GetTraceResultResponse">
  13. <s:complexType>
  14. <s:sequence>
  15. <s:element minOccurs="0" maxOccurs="1" name="GetTraceResultResult" type="tns:TraceResult" />
  16. </s:sequence>
  17. </s:complexType>
  18. </s:element>
  19. <s:complexType name="TraceResult">
  20. <s:sequence>
  21. <s:element minOccurs="0" maxOccurs="1" name="TraceCode" type="s:string" />
  22. <s:element minOccurs="0" maxOccurs="1" name="BatchCode" type="s:string" />
  23. <s:element minOccurs="0" maxOccurs="1" name="ProductionLocation" type="s:string" />
  24. <s:element minOccurs="1" maxOccurs="1" name="SlaughterDate" type="s:dateTime" />
  25. <s:element minOccurs="0" maxOccurs="1" name="ProductType" type="s:string" />
  26. <s:element minOccurs="0" maxOccurs="1" name="FlowList" type="tns:ArrayOfFlowNode" />
  27. </s:sequence>
  28. </s:complexType>
  29. <s:complexType name="ArrayOfFlowNode">
  30. <s:sequence>
  31. <s:element minOccurs="0" maxOccurs="unbounded" name="FlowNode" nillable="true" type="tns:FlowNode" />
  32. </s:sequence>
  33. </s:complexType>
  34. <s:complexType name="FlowNode">
  35. <s:sequence>
  36. <s:element minOccurs="1" maxOccurs="1" name="FlowIndex" type="s:int" />
  37. <s:element minOccurs="1" maxOccurs="1" name="NodeType" type="s:int" />
  38. <s:element minOccurs="0" maxOccurs="1" name="NodeName" type="s:string" />
  39. <s:element minOccurs="0" maxOccurs="1" name="ChargeMan" type="s:string" />
  40. </s:sequence>
  41. </s:complexType>
  42. </s:schema>
  43. </wsdl:types>
  44. <wsdl:message name="GetTraceResultSoapIn">
  45. <wsdl:part name="parameters" element="tns:GetTraceResult" />
  46. </wsdl:message>
  47. <wsdl:message name="GetTraceResultSoapOut">
  48. <wsdl:part name="parameters" element="tns:GetTraceResultResponse" />
  49. </wsdl:message>
  50. <wsdl:portType name="TraceWebServiceSoap">
  51. <wsdl:operation name="GetTraceResult">
  52. <wsdl:input message="tns:GetTraceResultSoapIn" />
  53. <wsdl:output message="tns:GetTraceResultSoapOut" />
  54. </wsdl:operation>
  55. </wsdl:portType>
  56. <wsdl:binding name="TraceWebServiceSoap" type="tns:TraceWebServiceSoap">
  57. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  58. <wsdl:operation name="GetTraceResult">
  59. <soap:operation soapAction="http://tempuri.org/GetTraceResult" style="document" />
  60. <wsdl:input>
  61. <soap:body use="literal" />
  62. </wsdl:input>
  63. <wsdl:output>
  64. <soap:body use="literal" />
  65. </wsdl:output>
  66. </wsdl:operation>
  67. </wsdl:binding>
  68. <wsdl:binding name="TraceWebServiceSoap12" type="tns:TraceWebServiceSoap">
  69. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  70. <wsdl:operation name="GetTraceResult">
  71. <soap12:operation soapAction="http://tempuri.org/GetTraceResult" style="document" />
  72. <wsdl:input>
  73. <soap12:body use="literal" />
  74. </wsdl:input>
  75. <wsdl:output>
  76. <soap12:body use="literal" />
  77. </wsdl:output>
  78. </wsdl:operation>
  79. </wsdl:binding>
  80. <wsdl:service name="TraceWebService">
  81. <wsdl:port name="TraceWebServiceSoap" binding="tns:TraceWebServiceSoap">
  82. <soap:address location="http://spjg.sipac.gov.cn/SPJGService/TraceWebService.asmx" />
  83. </wsdl:port>
  84. <wsdl:port name="TraceWebServiceSoap12" binding="tns:TraceWebServiceSoap12">
  85. <soap12:address location="http://spjg.sipac.gov.cn/SPJGService/TraceWebService.asmx" />
  86. </wsdl:port>
  87. </wsdl:service>
  88. </wsdl:definitions>