12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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="GetTraceResult">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="ZSCode" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetTraceResultResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetTraceResultResult" type="tns:TraceResult" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="TraceResult">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="TraceCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="BatchCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ProductionLocation" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="SlaughterDate" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="ProductType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FlowList" type="tns:ArrayOfFlowNode" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ArrayOfFlowNode">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="FlowNode" nillable="true" type="tns:FlowNode" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="FlowNode">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="FlowIndex" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="NodeType" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="NodeName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ChargeMan" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="GetTraceResultSoapIn">
- <wsdl:part name="parameters" element="tns:GetTraceResult" />
- </wsdl:message>
- <wsdl:message name="GetTraceResultSoapOut">
- <wsdl:part name="parameters" element="tns:GetTraceResultResponse" />
- </wsdl:message>
- <wsdl:portType name="TraceWebServiceSoap">
- <wsdl:operation name="GetTraceResult">
- <wsdl:input message="tns:GetTraceResultSoapIn" />
- <wsdl:output message="tns:GetTraceResultSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="TraceWebServiceSoap" type="tns:TraceWebServiceSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetTraceResult">
- <soap:operation soapAction="http://tempuri.org/GetTraceResult" 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="TraceWebServiceSoap12" type="tns:TraceWebServiceSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetTraceResult">
- <soap12:operation soapAction="http://tempuri.org/GetTraceResult" 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="TraceWebService">
- <wsdl:port name="TraceWebServiceSoap" binding="tns:TraceWebServiceSoap">
- <soap:address location="http://spjg.sipac.gov.cn/SPJGService/TraceWebService.asmx" />
- </wsdl:port>
- <wsdl:port name="TraceWebServiceSoap12" binding="tns:TraceWebServiceSoap12">
- <soap12:address location="http://spjg.sipac.gov.cn/SPJGService/TraceWebService.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|