|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" 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: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: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: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: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: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>
|