You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
363 lines
14 KiB
363 lines
14 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" 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="ConnectTest">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="ConnectTestResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ConnectTestResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WMSSprayingForApp">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="barcode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WMSSprayingForAppResponse">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="WMSSprayingForCS">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="barcode" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="isOK" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="WMSSprayingForCSResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="WMSSprayingForCSResult" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="errorReason" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddStockInBarcode">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="barcode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddStockInBarcodeResponse">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="InsertInspect">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="barcode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InspectTimes" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="InsertInspectResponse">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="string" nillable="true" type="s:string" />
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="ConnectTestSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ConnectTest" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConnectTestSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ConnectTestResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WMSSprayingForAppSoapIn">
|
|
<wsdl:part name="parameters" element="tns:WMSSprayingForApp" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WMSSprayingForAppSoapOut">
|
|
<wsdl:part name="parameters" element="tns:WMSSprayingForAppResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WMSSprayingForCSSoapIn">
|
|
<wsdl:part name="parameters" element="tns:WMSSprayingForCS" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WMSSprayingForCSSoapOut">
|
|
<wsdl:part name="parameters" element="tns:WMSSprayingForCSResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddStockInBarcodeSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddStockInBarcode" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddStockInBarcodeSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddStockInBarcodeResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertInspectSoapIn">
|
|
<wsdl:part name="parameters" element="tns:InsertInspect" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertInspectSoapOut">
|
|
<wsdl:part name="parameters" element="tns:InsertInspectResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ConnectTestHttpGetIn" />
|
|
<wsdl:message name="ConnectTestHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WMSSprayingForAppHttpGetIn">
|
|
<wsdl:part name="barcode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WMSSprayingForAppHttpGetOut" />
|
|
<wsdl:message name="AddStockInBarcodeHttpGetIn">
|
|
<wsdl:part name="barcode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddStockInBarcodeHttpGetOut" />
|
|
<wsdl:message name="InsertInspectHttpGetIn">
|
|
<wsdl:part name="barcode" type="s:string" />
|
|
<wsdl:part name="InspectTimes" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertInspectHttpGetOut" />
|
|
<wsdl:message name="ConnectTestHttpPostIn" />
|
|
<wsdl:message name="ConnectTestHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WMSSprayingForAppHttpPostIn">
|
|
<wsdl:part name="barcode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="WMSSprayingForAppHttpPostOut" />
|
|
<wsdl:message name="AddStockInBarcodeHttpPostIn">
|
|
<wsdl:part name="barcode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddStockInBarcodeHttpPostOut" />
|
|
<wsdl:message name="InsertInspectHttpPostIn">
|
|
<wsdl:part name="barcode" type="s:string" />
|
|
<wsdl:part name="InspectTimes" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="InsertInspectHttpPostOut" />
|
|
<wsdl:portType name="WMSWebServiceSoap">
|
|
<wsdl:operation name="ConnectTest">
|
|
<wsdl:input message="tns:ConnectTestSoapIn" />
|
|
<wsdl:output message="tns:ConnectTestSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForApp">
|
|
<wsdl:input message="tns:WMSSprayingForAppSoapIn" />
|
|
<wsdl:output message="tns:WMSSprayingForAppSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForCS">
|
|
<wsdl:input message="tns:WMSSprayingForCSSoapIn" />
|
|
<wsdl:output message="tns:WMSSprayingForCSSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddStockInBarcode">
|
|
<wsdl:input message="tns:AddStockInBarcodeSoapIn" />
|
|
<wsdl:output message="tns:AddStockInBarcodeSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertInspect">
|
|
<wsdl:input message="tns:InsertInspectSoapIn" />
|
|
<wsdl:output message="tns:InsertInspectSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:portType name="WMSWebServiceHttpGet">
|
|
<wsdl:operation name="ConnectTest">
|
|
<wsdl:input message="tns:ConnectTestHttpGetIn" />
|
|
<wsdl:output message="tns:ConnectTestHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForApp">
|
|
<wsdl:input message="tns:WMSSprayingForAppHttpGetIn" />
|
|
<wsdl:output message="tns:WMSSprayingForAppHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddStockInBarcode">
|
|
<wsdl:input message="tns:AddStockInBarcodeHttpGetIn" />
|
|
<wsdl:output message="tns:AddStockInBarcodeHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertInspect">
|
|
<wsdl:input message="tns:InsertInspectHttpGetIn" />
|
|
<wsdl:output message="tns:InsertInspectHttpGetOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:portType name="WMSWebServiceHttpPost">
|
|
<wsdl:operation name="ConnectTest">
|
|
<wsdl:input message="tns:ConnectTestHttpPostIn" />
|
|
<wsdl:output message="tns:ConnectTestHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForApp">
|
|
<wsdl:input message="tns:WMSSprayingForAppHttpPostIn" />
|
|
<wsdl:output message="tns:WMSSprayingForAppHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddStockInBarcode">
|
|
<wsdl:input message="tns:AddStockInBarcodeHttpPostIn" />
|
|
<wsdl:output message="tns:AddStockInBarcodeHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertInspect">
|
|
<wsdl:input message="tns:InsertInspectHttpPostIn" />
|
|
<wsdl:output message="tns:InsertInspectHttpPostOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="WMSWebServiceSoap" type="tns:WMSWebServiceSoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="ConnectTest">
|
|
<soap:operation soapAction="http://tempuri.org/ConnectTest" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForApp">
|
|
<soap:operation soapAction="http://tempuri.org/WMSSprayingForApp" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForCS">
|
|
<soap:operation soapAction="http://tempuri.org/WMSSprayingForCS" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddStockInBarcode">
|
|
<soap:operation soapAction="http://tempuri.org/AddStockInBarcode" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertInspect">
|
|
<soap:operation soapAction="http://tempuri.org/InsertInspect" 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="WMSWebServiceSoap12" type="tns:WMSWebServiceSoap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="ConnectTest">
|
|
<soap12:operation soapAction="http://tempuri.org/ConnectTest" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForApp">
|
|
<soap12:operation soapAction="http://tempuri.org/WMSSprayingForApp" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForCS">
|
|
<soap12:operation soapAction="http://tempuri.org/WMSSprayingForCS" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddStockInBarcode">
|
|
<soap12:operation soapAction="http://tempuri.org/AddStockInBarcode" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertInspect">
|
|
<soap12:operation soapAction="http://tempuri.org/InsertInspect" 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="WMSWebServiceHttpGet" type="tns:WMSWebServiceHttpGet">
|
|
<http:binding verb="GET" />
|
|
<wsdl:operation name="ConnectTest">
|
|
<http:operation location="/ConnectTest" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="WMSSprayingForApp">
|
|
<http:operation location="/WMSSprayingForApp" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddStockInBarcode">
|
|
<http:operation location="/AddStockInBarcode" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertInspect">
|
|
<http:operation location="/InsertInspect" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output />
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="WMSWebServiceHttpPost" type="tns:WMSWebServiceHttpPost">
|
|
<http:binding verb="POST" />
|
|
<wsdl:operation name="ConnectTest">
|
|
<http:operation location="/ConnectTest" />
|
|
<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="WMSSprayingForApp">
|
|
<http:operation location="/WMSSprayingForApp" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddStockInBarcode">
|
|
<http:operation location="/AddStockInBarcode" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="InsertInspect">
|
|
<http:operation location="/InsertInspect" />
|
|
<wsdl:input>
|
|
<mime:content type="application/x-www-form-urlencoded" />
|
|
</wsdl:input>
|
|
<wsdl:output />
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="WMSWebService">
|
|
<wsdl:port name="WMSWebServiceSoap" binding="tns:WMSWebServiceSoap">
|
|
<soap:address location="http://10.60.101.59:8013/WMSWebService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="WMSWebServiceSoap12" binding="tns:WMSWebServiceSoap12">
|
|
<soap12:address location="http://10.60.101.59:8013/WMSWebService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="WMSWebServiceHttpGet" binding="tns:WMSWebServiceHttpGet">
|
|
<http:address location="http://10.60.101.59:8013/WMSWebService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="WMSWebServiceHttpPost" binding="tns:WMSWebServiceHttpPost">
|
|
<http:address location="http://10.60.101.59:8013/WMSWebService.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|