|
|
<?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="InsertFeedPlan">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="data" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="InsertFeedPlanResponse">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsertFeedPlanResult" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="InsertGCB">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="data" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="InsertGCBResponse">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsertGCBResult" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="InsertBCB">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="data" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="InsertBCBResponse">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsertBCBResult" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="InsertGoodsSale">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="data" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="InsertGoodsSaleResponse">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsertGoodsSaleResult" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="UpdateGoodsSale">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="data" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="UpdateGoodsSaleResponse">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateGoodsSaleResult" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:element name="UpdateFeedOrder">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="order" type="tns:order" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:complexType name="order">
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="orderCode" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="orderFright" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="orderDriver" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="orderCar" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
<s:element name="UpdateFeedOrderResponse">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateFeedOrderResult" type="tns:result" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:complexType name="result">
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="content" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="resultCode" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
<s:element name="InsertQFDOrder">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="order" type="tns:qfdorder" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:complexType name="qfdorder">
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="batchID" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="breedUnitCode" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="date" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="factoryCode" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="qfdOrderID" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="detail" type="tns:ArrayOfOrderDetail" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
<s:complexType name="ArrayOfOrderDetail">
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="orderDetail" nillable="true" type="tns:orderDetail" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
<s:complexType name="orderDetail">
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="goodsCode" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="number" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="price" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="qfdDetailID" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
<s:element name="InsertQFDOrderResponse">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsertQFDOrderResult" type="tns:qhdresult" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:complexType name="qhdresult">
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="content" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="resultCode" type="s:string" />
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="id" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
<s:element name="DeleteQFDOrder">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="order" type="tns:orderInfo" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
<s:complexType name="orderInfo">
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="bwpOrderID" type="s:string" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
<s:element name="DeleteQFDOrderResponse">
|
|
|
<s:complexType>
|
|
|
<s:sequence>
|
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeleteQFDOrderResult" type="tns:qhdresult" />
|
|
|
</s:sequence>
|
|
|
</s:complexType>
|
|
|
</s:element>
|
|
|
</s:schema>
|
|
|
</wsdl:types>
|
|
|
<wsdl:message name="InsertFeedPlanSoapIn">
|
|
|
<wsdl:part name="parameters" element="tns:InsertFeedPlan" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertFeedPlanSoapOut">
|
|
|
<wsdl:part name="parameters" element="tns:InsertFeedPlanResponse" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertGCBSoapIn">
|
|
|
<wsdl:part name="parameters" element="tns:InsertGCB" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertGCBSoapOut">
|
|
|
<wsdl:part name="parameters" element="tns:InsertGCBResponse" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertBCBSoapIn">
|
|
|
<wsdl:part name="parameters" element="tns:InsertBCB" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertBCBSoapOut">
|
|
|
<wsdl:part name="parameters" element="tns:InsertBCBResponse" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertGoodsSaleSoapIn">
|
|
|
<wsdl:part name="parameters" element="tns:InsertGoodsSale" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertGoodsSaleSoapOut">
|
|
|
<wsdl:part name="parameters" element="tns:InsertGoodsSaleResponse" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="UpdateGoodsSaleSoapIn">
|
|
|
<wsdl:part name="parameters" element="tns:UpdateGoodsSale" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="UpdateGoodsSaleSoapOut">
|
|
|
<wsdl:part name="parameters" element="tns:UpdateGoodsSaleResponse" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="UpdateFeedOrderSoapIn">
|
|
|
<wsdl:part name="parameters" element="tns:UpdateFeedOrder" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="UpdateFeedOrderSoapOut">
|
|
|
<wsdl:part name="parameters" element="tns:UpdateFeedOrderResponse" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertQFDOrderSoapIn">
|
|
|
<wsdl:part name="parameters" element="tns:InsertQFDOrder" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="InsertQFDOrderSoapOut">
|
|
|
<wsdl:part name="parameters" element="tns:InsertQFDOrderResponse" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="DeleteQFDOrderSoapIn">
|
|
|
<wsdl:part name="parameters" element="tns:DeleteQFDOrder" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:message name="DeleteQFDOrderSoapOut">
|
|
|
<wsdl:part name="parameters" element="tns:DeleteQFDOrderResponse" />
|
|
|
</wsdl:message>
|
|
|
<wsdl:portType name="ServiceSoap">
|
|
|
<wsdl:operation name="InsertFeedPlan">
|
|
|
<wsdl:input message="tns:InsertFeedPlanSoapIn" />
|
|
|
<wsdl:output message="tns:InsertFeedPlanSoapOut" />
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertGCB">
|
|
|
<wsdl:input message="tns:InsertGCBSoapIn" />
|
|
|
<wsdl:output message="tns:InsertGCBSoapOut" />
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertBCB">
|
|
|
<wsdl:input message="tns:InsertBCBSoapIn" />
|
|
|
<wsdl:output message="tns:InsertBCBSoapOut" />
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertGoodsSale">
|
|
|
<wsdl:input message="tns:InsertGoodsSaleSoapIn" />
|
|
|
<wsdl:output message="tns:InsertGoodsSaleSoapOut" />
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="UpdateGoodsSale">
|
|
|
<wsdl:input message="tns:UpdateGoodsSaleSoapIn" />
|
|
|
<wsdl:output message="tns:UpdateGoodsSaleSoapOut" />
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="UpdateFeedOrder">
|
|
|
<wsdl:input message="tns:UpdateFeedOrderSoapIn" />
|
|
|
<wsdl:output message="tns:UpdateFeedOrderSoapOut" />
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertQFDOrder">
|
|
|
<wsdl:input message="tns:InsertQFDOrderSoapIn" />
|
|
|
<wsdl:output message="tns:InsertQFDOrderSoapOut" />
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="DeleteQFDOrder">
|
|
|
<wsdl:input message="tns:DeleteQFDOrderSoapIn" />
|
|
|
<wsdl:output message="tns:DeleteQFDOrderSoapOut" />
|
|
|
</wsdl:operation>
|
|
|
</wsdl:portType>
|
|
|
<wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
|
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
|
<wsdl:operation name="InsertFeedPlan">
|
|
|
<soap:operation soapAction="http://tempuri.org/InsertFeedPlan" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertGCB">
|
|
|
<soap:operation soapAction="http://tempuri.org/InsertGCB" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertBCB">
|
|
|
<soap:operation soapAction="http://tempuri.org/InsertBCB" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertGoodsSale">
|
|
|
<soap:operation soapAction="http://tempuri.org/InsertGoodsSale" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="UpdateGoodsSale">
|
|
|
<soap:operation soapAction="http://tempuri.org/UpdateGoodsSale" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="UpdateFeedOrder">
|
|
|
<soap:operation soapAction="http://tempuri.org/UpdateFeedOrder" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertQFDOrder">
|
|
|
<soap:operation soapAction="http://tempuri.org/InsertQFDOrder" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="DeleteQFDOrder">
|
|
|
<soap:operation soapAction="http://tempuri.org/DeleteQFDOrder" 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="ServiceSoap12" type="tns:ServiceSoap">
|
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
|
<wsdl:operation name="InsertFeedPlan">
|
|
|
<soap12:operation soapAction="http://tempuri.org/InsertFeedPlan" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertGCB">
|
|
|
<soap12:operation soapAction="http://tempuri.org/InsertGCB" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertBCB">
|
|
|
<soap12:operation soapAction="http://tempuri.org/InsertBCB" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertGoodsSale">
|
|
|
<soap12:operation soapAction="http://tempuri.org/InsertGoodsSale" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="UpdateGoodsSale">
|
|
|
<soap12:operation soapAction="http://tempuri.org/UpdateGoodsSale" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="UpdateFeedOrder">
|
|
|
<soap12:operation soapAction="http://tempuri.org/UpdateFeedOrder" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="InsertQFDOrder">
|
|
|
<soap12:operation soapAction="http://tempuri.org/InsertQFDOrder" style="document" />
|
|
|
<wsdl:input>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:input>
|
|
|
<wsdl:output>
|
|
|
<soap12:body use="literal" />
|
|
|
</wsdl:output>
|
|
|
</wsdl:operation>
|
|
|
<wsdl:operation name="DeleteQFDOrder">
|
|
|
<soap12:operation soapAction="http://tempuri.org/DeleteQFDOrder" 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="Service">
|
|
|
<wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
|
|
|
<soap:address location="http://localhost:2100/bwprpc/Service.asmx" />
|
|
|
</wsdl:port>
|
|
|
<wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
|
|
|
<soap12:address location="http://localhost:2100/bwprpc/Service.asmx" />
|
|
|
</wsdl:port>
|
|
|
</wsdl:service>
|
|
|
</wsdl:definitions>
|