123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" 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: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="HelloWorld">
- <s:complexType />
- </s:element>
- <s:element name="HelloWorldResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getCompID">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="createcode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="boxid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="compname" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="manufacturer" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="lotno" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="datecode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="amount" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="ordercode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="createuser" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="remark" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getCompIDResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getCompIDResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getCompID_V1">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="createcode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="boxid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="compname" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="manufacturer" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="lotno" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="datecode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="brand" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="amount" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="ordercode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="createuser" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="remark" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getCompID_V1Response">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getCompID_V1Result" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="insertBoxReelRelation">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="createcode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="manufacturer" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="boxID" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="compid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="createuser" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="remark" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="insertBoxReelRelationResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="insertBoxReelRelationResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getReelListByBoxID">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="queryCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="boxID" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getReelListByBoxIDResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getReelListByBoxIDResult" type="tns:ArrayOfReelEntity" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfReelEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ReelEntity" nillable="true" type="tns:ReelEntity" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ReelEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="Boxid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Compid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Compname" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Manufacturer" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Lotno" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Datecode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Amount" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Ordercode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Status" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Brand" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="string" nillable="true" type="s:string" />
- <s:element name="ArrayOfReelEntity" nillable="true" type="tns:ArrayOfReelEntity" />
- </s:schema>
- </wsdl:types>
- <wsdl:message name="HelloWorldSoapIn">
- <wsdl:part name="parameters" element="tns:HelloWorld" />
- </wsdl:message>
- <wsdl:message name="HelloWorldSoapOut">
- <wsdl:part name="parameters" element="tns:HelloWorldResponse" />
- </wsdl:message>
- <wsdl:message name="getCompIDSoapIn">
- <wsdl:part name="parameters" element="tns:getCompID" />
- </wsdl:message>
- <wsdl:message name="getCompIDSoapOut">
- <wsdl:part name="parameters" element="tns:getCompIDResponse" />
- </wsdl:message>
- <wsdl:message name="getCompID_V1SoapIn">
- <wsdl:part name="parameters" element="tns:getCompID_V1" />
- </wsdl:message>
- <wsdl:message name="getCompID_V1SoapOut">
- <wsdl:part name="parameters" element="tns:getCompID_V1Response" />
- </wsdl:message>
- <wsdl:message name="insertBoxReelRelationSoapIn">
- <wsdl:part name="parameters" element="tns:insertBoxReelRelation" />
- </wsdl:message>
- <wsdl:message name="insertBoxReelRelationSoapOut">
- <wsdl:part name="parameters" element="tns:insertBoxReelRelationResponse" />
- </wsdl:message>
- <wsdl:message name="getReelListByBoxIDSoapIn">
- <wsdl:part name="parameters" element="tns:getReelListByBoxID" />
- </wsdl:message>
- <wsdl:message name="getReelListByBoxIDSoapOut">
- <wsdl:part name="parameters" element="tns:getReelListByBoxIDResponse" />
- </wsdl:message>
- <wsdl:message name="HelloWorldHttpGetIn" />
- <wsdl:message name="HelloWorldHttpGetOut">
- <wsdl:part name="Body" element="tns:string" />
- </wsdl:message>
- <wsdl:message name="getCompIDHttpGetIn">
- <wsdl:part name="createcode" type="s:string" />
- <wsdl:part name="boxid" type="s:string" />
- <wsdl:part name="compname" type="s:string" />
- <wsdl:part name="manufacturer" type="s:string" />
- <wsdl:part name="lotno" type="s:string" />
- <wsdl:part name="datecode" type="s:string" />
- <wsdl:part name="amount" type="s:string" />
- <wsdl:part name="ordercode" type="s:string" />
- <wsdl:part name="createuser" type="s:string" />
- <wsdl:part name="remark" type="s:string" />
- </wsdl:message>
- <wsdl:message name="getCompIDHttpGetOut">
- <wsdl:part name="Body" element="tns:string" />
- </wsdl:message>
- <wsdl:message name="getCompID_V1HttpGetIn">
- <wsdl:part name="createcode" type="s:string" />
- <wsdl:part name="boxid" type="s:string" />
- <wsdl:part name="compname" type="s:string" />
- <wsdl:part name="manufacturer" type="s:string" />
- <wsdl:part name="lotno" type="s:string" />
- <wsdl:part name="datecode" type="s:string" />
- <wsdl:part name="brand" type="s:string" />
- <wsdl:part name="amount" type="s:string" />
- <wsdl:part name="ordercode" type="s:string" />
- <wsdl:part name="createuser" type="s:string" />
- <wsdl:part name="remark" type="s:string" />
- </wsdl:message>
- <wsdl:message name="getCompID_V1HttpGetOut">
- <wsdl:part name="Body" element="tns:string" />
- </wsdl:message>
- <wsdl:message name="insertBoxReelRelationHttpGetIn">
- <wsdl:part name="createcode" type="s:string" />
- <wsdl:part name="manufacturer" type="s:string" />
- <wsdl:part name="boxID" type="s:string" />
- <wsdl:part name="compid" type="s:string" />
- <wsdl:part name="createuser" type="s:string" />
- <wsdl:part name="remark" type="s:string" />
- </wsdl:message>
- <wsdl:message name="insertBoxReelRelationHttpGetOut">
- <wsdl:part name="Body" element="tns:string" />
- </wsdl:message>
- <wsdl:message name="getReelListByBoxIDHttpGetIn">
- <wsdl:part name="queryCode" type="s:string" />
- <wsdl:part name="boxID" type="s:string" />
- </wsdl:message>
- <wsdl:message name="getReelListByBoxIDHttpGetOut">
- <wsdl:part name="Body" element="tns:ArrayOfReelEntity" />
- </wsdl:message>
- <wsdl:message name="HelloWorldHttpPostIn" />
- <wsdl:message name="HelloWorldHttpPostOut">
- <wsdl:part name="Body" element="tns:string" />
- </wsdl:message>
- <wsdl:message name="getCompIDHttpPostIn">
- <wsdl:part name="createcode" type="s:string" />
- <wsdl:part name="boxid" type="s:string" />
- <wsdl:part name="compname" type="s:string" />
- <wsdl:part name="manufacturer" type="s:string" />
- <wsdl:part name="lotno" type="s:string" />
- <wsdl:part name="datecode" type="s:string" />
- <wsdl:part name="amount" type="s:string" />
- <wsdl:part name="ordercode" type="s:string" />
- <wsdl:part name="createuser" type="s:string" />
- <wsdl:part name="remark" type="s:string" />
- </wsdl:message>
- <wsdl:message name="getCompIDHttpPostOut">
- <wsdl:part name="Body" element="tns:string" />
- </wsdl:message>
- <wsdl:message name="getCompID_V1HttpPostIn">
- <wsdl:part name="createcode" type="s:string" />
- <wsdl:part name="boxid" type="s:string" />
- <wsdl:part name="compname" type="s:string" />
- <wsdl:part name="manufacturer" type="s:string" />
- <wsdl:part name="lotno" type="s:string" />
- <wsdl:part name="datecode" type="s:string" />
- <wsdl:part name="brand" type="s:string" />
- <wsdl:part name="amount" type="s:string" />
- <wsdl:part name="ordercode" type="s:string" />
- <wsdl:part name="createuser" type="s:string" />
- <wsdl:part name="remark" type="s:string" />
- </wsdl:message>
- <wsdl:message name="getCompID_V1HttpPostOut">
- <wsdl:part name="Body" element="tns:string" />
- </wsdl:message>
- <wsdl:message name="insertBoxReelRelationHttpPostIn">
- <wsdl:part name="createcode" type="s:string" />
- <wsdl:part name="manufacturer" type="s:string" />
- <wsdl:part name="boxID" type="s:string" />
- <wsdl:part name="compid" type="s:string" />
- <wsdl:part name="createuser" type="s:string" />
- <wsdl:part name="remark" type="s:string" />
- </wsdl:message>
- <wsdl:message name="insertBoxReelRelationHttpPostOut">
- <wsdl:part name="Body" element="tns:string" />
- </wsdl:message>
- <wsdl:message name="getReelListByBoxIDHttpPostIn">
- <wsdl:part name="queryCode" type="s:string" />
- <wsdl:part name="boxID" type="s:string" />
- </wsdl:message>
- <wsdl:message name="getReelListByBoxIDHttpPostOut">
- <wsdl:part name="Body" element="tns:ArrayOfReelEntity" />
- </wsdl:message>
- <wsdl:portType name="Service1Soap">
- <wsdl:operation name="HelloWorld">
- <wsdl:input message="tns:HelloWorldSoapIn" />
- <wsdl:output message="tns:HelloWorldSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getCompID">
- <wsdl:input message="tns:getCompIDSoapIn" />
- <wsdl:output message="tns:getCompIDSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getCompID_V1">
- <wsdl:input message="tns:getCompID_V1SoapIn" />
- <wsdl:output message="tns:getCompID_V1SoapOut" />
- </wsdl:operation>
- <wsdl:operation name="insertBoxReelRelation">
- <wsdl:input message="tns:insertBoxReelRelationSoapIn" />
- <wsdl:output message="tns:insertBoxReelRelationSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getReelListByBoxID">
- <wsdl:input message="tns:getReelListByBoxIDSoapIn" />
- <wsdl:output message="tns:getReelListByBoxIDSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:portType name="Service1HttpGet">
- <wsdl:operation name="HelloWorld">
- <wsdl:input message="tns:HelloWorldHttpGetIn" />
- <wsdl:output message="tns:HelloWorldHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="getCompID">
- <wsdl:input message="tns:getCompIDHttpGetIn" />
- <wsdl:output message="tns:getCompIDHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="getCompID_V1">
- <wsdl:input message="tns:getCompID_V1HttpGetIn" />
- <wsdl:output message="tns:getCompID_V1HttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="insertBoxReelRelation">
- <wsdl:input message="tns:insertBoxReelRelationHttpGetIn" />
- <wsdl:output message="tns:insertBoxReelRelationHttpGetOut" />
- </wsdl:operation>
- <wsdl:operation name="getReelListByBoxID">
- <wsdl:input message="tns:getReelListByBoxIDHttpGetIn" />
- <wsdl:output message="tns:getReelListByBoxIDHttpGetOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:portType name="Service1HttpPost">
- <wsdl:operation name="HelloWorld">
- <wsdl:input message="tns:HelloWorldHttpPostIn" />
- <wsdl:output message="tns:HelloWorldHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="getCompID">
- <wsdl:input message="tns:getCompIDHttpPostIn" />
- <wsdl:output message="tns:getCompIDHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="getCompID_V1">
- <wsdl:input message="tns:getCompID_V1HttpPostIn" />
- <wsdl:output message="tns:getCompID_V1HttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="insertBoxReelRelation">
- <wsdl:input message="tns:insertBoxReelRelationHttpPostIn" />
- <wsdl:output message="tns:insertBoxReelRelationHttpPostOut" />
- </wsdl:operation>
- <wsdl:operation name="getReelListByBoxID">
- <wsdl:input message="tns:getReelListByBoxIDHttpPostIn" />
- <wsdl:output message="tns:getReelListByBoxIDHttpPostOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="Service1Soap" type="tns:Service1Soap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="HelloWorld">
- <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCompID">
- <soap:operation soapAction="http://tempuri.org/getCompID" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCompID_V1">
- <soap:operation soapAction="http://tempuri.org/getCompID_V1" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="insertBoxReelRelation">
- <soap:operation soapAction="http://tempuri.org/insertBoxReelRelation" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getReelListByBoxID">
- <soap:operation soapAction="http://tempuri.org/getReelListByBoxID" 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="Service1Soap12" type="tns:Service1Soap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="HelloWorld">
- <soap12:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCompID">
- <soap12:operation soapAction="http://tempuri.org/getCompID" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCompID_V1">
- <soap12:operation soapAction="http://tempuri.org/getCompID_V1" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="insertBoxReelRelation">
- <soap12:operation soapAction="http://tempuri.org/insertBoxReelRelation" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getReelListByBoxID">
- <soap12:operation soapAction="http://tempuri.org/getReelListByBoxID" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="Service1HttpGet" type="tns:Service1HttpGet">
- <http:binding verb="GET" />
- <wsdl:operation name="HelloWorld">
- <http:operation location="/HelloWorld" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCompID">
- <http:operation location="/getCompID" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCompID_V1">
- <http:operation location="/getCompID_V1" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="insertBoxReelRelation">
- <http:operation location="/insertBoxReelRelation" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getReelListByBoxID">
- <http:operation location="/getReelListByBoxID" />
- <wsdl:input>
- <http:urlEncoded />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="Service1HttpPost" type="tns:Service1HttpPost">
- <http:binding verb="POST" />
- <wsdl:operation name="HelloWorld">
- <http:operation location="/HelloWorld" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCompID">
- <http:operation location="/getCompID" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCompID_V1">
- <http:operation location="/getCompID_V1" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="insertBoxReelRelation">
- <http:operation location="/insertBoxReelRelation" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getReelListByBoxID">
- <http:operation location="/getReelListByBoxID" />
- <wsdl:input>
- <mime:content type="application/x-www-form-urlencoded" />
- </wsdl:input>
- <wsdl:output>
- <mime:mimeXml part="Body" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="Service1">
- <wsdl:port name="Service1Soap" binding="tns:Service1Soap">
- <soap:address location="http://middle.mes.vivo.xyz:7007/ReelAPI.asmx" />
- </wsdl:port>
- <wsdl:port name="Service1Soap12" binding="tns:Service1Soap12">
- <soap12:address location="http://middle.mes.vivo.xyz:7007/ReelAPI.asmx" />
- </wsdl:port>
- <wsdl:port name="Service1HttpGet" binding="tns:Service1HttpGet">
- <http:address location="http://middle.mes.vivo.xyz:7007/ReelAPI.asmx" />
- </wsdl:port>
- <wsdl:port name="Service1HttpPost" binding="tns:Service1HttpPost">
- <http:address location="http://middle.mes.vivo.xyz:7007/ReelAPI.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|