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.
 
 
 
 
 

2466 lines
91 KiB

<?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="GetVer">
<s:complexType />
</s:element>
<s:element name="GetVerResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetVerResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="WriteLog">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="operCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="function" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="message" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="WriteLogResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="WriteLogResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Login">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="operCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="LoginResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="LoginResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="NewLogin">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="operCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="NewLoginResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="NewLoginResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Logout">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="operCode" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="LogoutResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="LogoutResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ModifyPassword">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="operCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="oldPass" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="newPass" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ModifyPasswordResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="ModifyPasswordResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetServerTime">
<s:complexType />
</s:element>
<s:element name="GetServerTimeResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="GetServerTimeResult" type="s:dateTime" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Decrypt">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="str" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DecryptResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="DecryptResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Encrypt">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="str" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="EncryptResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="EncryptResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetCount">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="jsonParam" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetCountResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="GetCountResult" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetErpLoc">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="partCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="productVer" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetErpLocResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetErpLocResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CheckErpStocks">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="partCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="vendBatch" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="loc" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="qty" type="s:decimal" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CheckErpStocksResponse">
<s:complexType />
</s:element>
<s:element name="GetData">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="jsonParam" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetDataResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetDataResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AddData">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="jsonParam" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AddDataResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="AddDataResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AddApsPlan">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="planType" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="factoryCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AddApsPlanResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="AddApsPlanResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetBomVersion">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="ParentPartCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="SubPartCode" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetBomVersionResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetBomVersionResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetBomsByVer">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="parentPart" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="bomVer" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetBomsByVerResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetBomsByVerResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetBom">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="pcode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="scode" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetBomResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetBomResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateData">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="jsonParam" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateDataResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="UpdateDataResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SaveSeqencing">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SaveSeqencingResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="SaveSeqencingResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AddMutualData">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="jsonParam" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AddMutualDataResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="AddMutualDataResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ReceiveProducts">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="jsonParam" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ReceiveProductsResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="ReceiveProductsResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ContainerReceive">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ContainerReceiveResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="ContainerReceiveResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ContainerOut">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ContainerOutResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="ContainerOutResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CheckComesback">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CheckComesbackResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CheckComesbackResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CreateBillMA">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CreateBillMAResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CreateBillMAResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AddMesFGFin">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="AddMesFGFinResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="AddMesFGFinResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateBillState">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strJson" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="UpdateBillStateResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="UpdateBillStateResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="PostQmsToWms">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="billNum" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="sourceBillNum" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="sourceBillNum2" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="sourceBillNum3" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="billType" type="s:decimal" />
<s:element minOccurs="1" maxOccurs="1" name="subBillType" type="s:decimal" />
<s:element minOccurs="1" maxOccurs="1" name="lineNum" type="s:decimal" />
<s:element minOccurs="0" maxOccurs="1" name="vendId" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="vendDes" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="partCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="erpCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="batch" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="receiveDate" type="s:dateTime" />
<s:element minOccurs="1" maxOccurs="1" name="receiveTime" type="s:dateTime" />
<s:element minOccurs="1" maxOccurs="1" name="inspectTime" type="s:dateTime" />
<s:element minOccurs="1" maxOccurs="1" name="qty" type="s:decimal" />
<s:element minOccurs="0" maxOccurs="1" name="inspResult" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="inspectType" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="failReason" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="barCode" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="receiceQty" type="s:decimal" />
<s:element minOccurs="1" maxOccurs="1" name="returnQty" type="s:decimal" />
<s:element minOccurs="1" maxOccurs="1" name="sampleQty" type="s:decimal" />
<s:element minOccurs="1" maxOccurs="1" name="inspQty" type="s:decimal" />
<s:element minOccurs="1" maxOccurs="1" name="passQty" type="s:decimal" />
<s:element minOccurs="1" maxOccurs="1" name="failQty" type="s:decimal" />
<s:element minOccurs="1" maxOccurs="1" name="crackQty" type="s:decimal" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="PostQmsToWmsResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="PostQmsToWmsResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="string" nillable="true" type="s:string" />
<s:element name="dateTime" type="s:dateTime" />
<s:element name="int" type="s:int" />
</s:schema>
</wsdl:types>
<wsdl:message name="GetVerSoapIn">
<wsdl:part name="parameters" element="tns:GetVer" />
</wsdl:message>
<wsdl:message name="GetVerSoapOut">
<wsdl:part name="parameters" element="tns:GetVerResponse" />
</wsdl:message>
<wsdl:message name="WriteLogSoapIn">
<wsdl:part name="parameters" element="tns:WriteLog" />
</wsdl:message>
<wsdl:message name="WriteLogSoapOut">
<wsdl:part name="parameters" element="tns:WriteLogResponse" />
</wsdl:message>
<wsdl:message name="LoginSoapIn">
<wsdl:part name="parameters" element="tns:Login" />
</wsdl:message>
<wsdl:message name="LoginSoapOut">
<wsdl:part name="parameters" element="tns:LoginResponse" />
</wsdl:message>
<wsdl:message name="NewLoginSoapIn">
<wsdl:part name="parameters" element="tns:NewLogin" />
</wsdl:message>
<wsdl:message name="NewLoginSoapOut">
<wsdl:part name="parameters" element="tns:NewLoginResponse" />
</wsdl:message>
<wsdl:message name="LogoutSoapIn">
<wsdl:part name="parameters" element="tns:Logout" />
</wsdl:message>
<wsdl:message name="LogoutSoapOut">
<wsdl:part name="parameters" element="tns:LogoutResponse" />
</wsdl:message>
<wsdl:message name="ModifyPasswordSoapIn">
<wsdl:part name="parameters" element="tns:ModifyPassword" />
</wsdl:message>
<wsdl:message name="ModifyPasswordSoapOut">
<wsdl:part name="parameters" element="tns:ModifyPasswordResponse" />
</wsdl:message>
<wsdl:message name="GetServerTimeSoapIn">
<wsdl:part name="parameters" element="tns:GetServerTime" />
</wsdl:message>
<wsdl:message name="GetServerTimeSoapOut">
<wsdl:part name="parameters" element="tns:GetServerTimeResponse" />
</wsdl:message>
<wsdl:message name="DecryptSoapIn">
<wsdl:part name="parameters" element="tns:Decrypt" />
</wsdl:message>
<wsdl:message name="DecryptSoapOut">
<wsdl:part name="parameters" element="tns:DecryptResponse" />
</wsdl:message>
<wsdl:message name="EncryptSoapIn">
<wsdl:part name="parameters" element="tns:Encrypt" />
</wsdl:message>
<wsdl:message name="EncryptSoapOut">
<wsdl:part name="parameters" element="tns:EncryptResponse" />
</wsdl:message>
<wsdl:message name="GetCountSoapIn">
<wsdl:part name="parameters" element="tns:GetCount" />
</wsdl:message>
<wsdl:message name="GetCountSoapOut">
<wsdl:part name="parameters" element="tns:GetCountResponse" />
</wsdl:message>
<wsdl:message name="GetErpLocSoapIn">
<wsdl:part name="parameters" element="tns:GetErpLoc" />
</wsdl:message>
<wsdl:message name="GetErpLocSoapOut">
<wsdl:part name="parameters" element="tns:GetErpLocResponse" />
</wsdl:message>
<wsdl:message name="CheckErpStocksSoapIn">
<wsdl:part name="parameters" element="tns:CheckErpStocks" />
</wsdl:message>
<wsdl:message name="CheckErpStocksSoapOut">
<wsdl:part name="parameters" element="tns:CheckErpStocksResponse" />
</wsdl:message>
<wsdl:message name="GetDataSoapIn">
<wsdl:part name="parameters" element="tns:GetData" />
</wsdl:message>
<wsdl:message name="GetDataSoapOut">
<wsdl:part name="parameters" element="tns:GetDataResponse" />
</wsdl:message>
<wsdl:message name="AddDataSoapIn">
<wsdl:part name="parameters" element="tns:AddData" />
</wsdl:message>
<wsdl:message name="AddDataSoapOut">
<wsdl:part name="parameters" element="tns:AddDataResponse" />
</wsdl:message>
<wsdl:message name="AddApsPlanSoapIn">
<wsdl:part name="parameters" element="tns:AddApsPlan" />
</wsdl:message>
<wsdl:message name="AddApsPlanSoapOut">
<wsdl:part name="parameters" element="tns:AddApsPlanResponse" />
</wsdl:message>
<wsdl:message name="GetBomVersionSoapIn">
<wsdl:part name="parameters" element="tns:GetBomVersion" />
</wsdl:message>
<wsdl:message name="GetBomVersionSoapOut">
<wsdl:part name="parameters" element="tns:GetBomVersionResponse" />
</wsdl:message>
<wsdl:message name="GetBomsByVerSoapIn">
<wsdl:part name="parameters" element="tns:GetBomsByVer" />
</wsdl:message>
<wsdl:message name="GetBomsByVerSoapOut">
<wsdl:part name="parameters" element="tns:GetBomsByVerResponse" />
</wsdl:message>
<wsdl:message name="GetBomSoapIn">
<wsdl:part name="parameters" element="tns:GetBom" />
</wsdl:message>
<wsdl:message name="GetBomSoapOut">
<wsdl:part name="parameters" element="tns:GetBomResponse" />
</wsdl:message>
<wsdl:message name="UpdateDataSoapIn">
<wsdl:part name="parameters" element="tns:UpdateData" />
</wsdl:message>
<wsdl:message name="UpdateDataSoapOut">
<wsdl:part name="parameters" element="tns:UpdateDataResponse" />
</wsdl:message>
<wsdl:message name="SaveSeqencingSoapIn">
<wsdl:part name="parameters" element="tns:SaveSeqencing" />
</wsdl:message>
<wsdl:message name="SaveSeqencingSoapOut">
<wsdl:part name="parameters" element="tns:SaveSeqencingResponse" />
</wsdl:message>
<wsdl:message name="AddMutualDataSoapIn">
<wsdl:part name="parameters" element="tns:AddMutualData" />
</wsdl:message>
<wsdl:message name="AddMutualDataSoapOut">
<wsdl:part name="parameters" element="tns:AddMutualDataResponse" />
</wsdl:message>
<wsdl:message name="ReceiveProductsSoapIn">
<wsdl:part name="parameters" element="tns:ReceiveProducts" />
</wsdl:message>
<wsdl:message name="ReceiveProductsSoapOut">
<wsdl:part name="parameters" element="tns:ReceiveProductsResponse" />
</wsdl:message>
<wsdl:message name="ContainerReceiveSoapIn">
<wsdl:part name="parameters" element="tns:ContainerReceive" />
</wsdl:message>
<wsdl:message name="ContainerReceiveSoapOut">
<wsdl:part name="parameters" element="tns:ContainerReceiveResponse" />
</wsdl:message>
<wsdl:message name="ContainerOutSoapIn">
<wsdl:part name="parameters" element="tns:ContainerOut" />
</wsdl:message>
<wsdl:message name="ContainerOutSoapOut">
<wsdl:part name="parameters" element="tns:ContainerOutResponse" />
</wsdl:message>
<wsdl:message name="CheckComesbackSoapIn">
<wsdl:part name="parameters" element="tns:CheckComesback" />
</wsdl:message>
<wsdl:message name="CheckComesbackSoapOut">
<wsdl:part name="parameters" element="tns:CheckComesbackResponse" />
</wsdl:message>
<wsdl:message name="CreateBillMASoapIn">
<wsdl:part name="parameters" element="tns:CreateBillMA" />
</wsdl:message>
<wsdl:message name="CreateBillMASoapOut">
<wsdl:part name="parameters" element="tns:CreateBillMAResponse" />
</wsdl:message>
<wsdl:message name="AddMesFGFinSoapIn">
<wsdl:part name="parameters" element="tns:AddMesFGFin" />
</wsdl:message>
<wsdl:message name="AddMesFGFinSoapOut">
<wsdl:part name="parameters" element="tns:AddMesFGFinResponse" />
</wsdl:message>
<wsdl:message name="UpdateBillStateSoapIn">
<wsdl:part name="parameters" element="tns:UpdateBillState" />
</wsdl:message>
<wsdl:message name="UpdateBillStateSoapOut">
<wsdl:part name="parameters" element="tns:UpdateBillStateResponse" />
</wsdl:message>
<wsdl:message name="PostQmsToWmsSoapIn">
<wsdl:part name="parameters" element="tns:PostQmsToWms" />
</wsdl:message>
<wsdl:message name="PostQmsToWmsSoapOut">
<wsdl:part name="parameters" element="tns:PostQmsToWmsResponse" />
</wsdl:message>
<wsdl:message name="GetVerHttpGetIn" />
<wsdl:message name="GetVerHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="WriteLogHttpGetIn">
<wsdl:part name="operCode" type="s:string" />
<wsdl:part name="function" type="s:string" />
<wsdl:part name="message" type="s:string" />
</wsdl:message>
<wsdl:message name="WriteLogHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="LoginHttpGetIn">
<wsdl:part name="operCode" type="s:string" />
<wsdl:part name="password" type="s:string" />
</wsdl:message>
<wsdl:message name="LoginHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="NewLoginHttpGetIn">
<wsdl:part name="operCode" type="s:string" />
<wsdl:part name="password" type="s:string" />
</wsdl:message>
<wsdl:message name="NewLoginHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="LogoutHttpGetIn">
<wsdl:part name="operCode" type="s:string" />
</wsdl:message>
<wsdl:message name="LogoutHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="ModifyPasswordHttpGetIn">
<wsdl:part name="operCode" type="s:string" />
<wsdl:part name="oldPass" type="s:string" />
<wsdl:part name="newPass" type="s:string" />
</wsdl:message>
<wsdl:message name="ModifyPasswordHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetServerTimeHttpGetIn" />
<wsdl:message name="GetServerTimeHttpGetOut">
<wsdl:part name="Body" element="tns:dateTime" />
</wsdl:message>
<wsdl:message name="DecryptHttpGetIn">
<wsdl:part name="str" type="s:string" />
</wsdl:message>
<wsdl:message name="DecryptHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="EncryptHttpGetIn">
<wsdl:part name="str" type="s:string" />
</wsdl:message>
<wsdl:message name="EncryptHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetCountHttpGetIn">
<wsdl:part name="jsonParam" type="s:string" />
</wsdl:message>
<wsdl:message name="GetCountHttpGetOut">
<wsdl:part name="Body" element="tns:int" />
</wsdl:message>
<wsdl:message name="GetErpLocHttpGetIn">
<wsdl:part name="partCode" type="s:string" />
<wsdl:part name="productVer" type="s:string" />
</wsdl:message>
<wsdl:message name="GetErpLocHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="CheckErpStocksHttpGetIn">
<wsdl:part name="partCode" type="s:string" />
<wsdl:part name="vendBatch" type="s:string" />
<wsdl:part name="loc" type="s:string" />
<wsdl:part name="qty" type="s:string" />
</wsdl:message>
<wsdl:message name="CheckErpStocksHttpGetOut" />
<wsdl:message name="GetDataHttpGetIn">
<wsdl:part name="jsonParam" type="s:string" />
</wsdl:message>
<wsdl:message name="GetDataHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="AddDataHttpGetIn">
<wsdl:part name="jsonParam" type="s:string" />
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="AddDataHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="AddApsPlanHttpGetIn">
<wsdl:part name="planType" type="s:string" />
<wsdl:part name="factoryCode" type="s:string" />
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="AddApsPlanHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetBomVersionHttpGetIn">
<wsdl:part name="ParentPartCode" type="s:string" />
<wsdl:part name="SubPartCode" type="s:string" />
</wsdl:message>
<wsdl:message name="GetBomVersionHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetBomsByVerHttpGetIn">
<wsdl:part name="parentPart" type="s:string" />
<wsdl:part name="bomVer" type="s:string" />
</wsdl:message>
<wsdl:message name="GetBomsByVerHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetBomHttpGetIn">
<wsdl:part name="pcode" type="s:string" />
<wsdl:part name="scode" type="s:string" />
</wsdl:message>
<wsdl:message name="GetBomHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="UpdateDataHttpGetIn">
<wsdl:part name="jsonParam" type="s:string" />
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="UpdateDataHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="SaveSeqencingHttpGetIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="SaveSeqencingHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="AddMutualDataHttpGetIn">
<wsdl:part name="jsonParam" type="s:string" />
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="AddMutualDataHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="ReceiveProductsHttpGetIn">
<wsdl:part name="jsonParam" type="s:string" />
</wsdl:message>
<wsdl:message name="ReceiveProductsHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="ContainerReceiveHttpGetIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="ContainerReceiveHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="ContainerOutHttpGetIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="ContainerOutHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="CheckComesbackHttpGetIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="CheckComesbackHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="CreateBillMAHttpGetIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="CreateBillMAHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="AddMesFGFinHttpGetIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="AddMesFGFinHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="UpdateBillStateHttpGetIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="UpdateBillStateHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="PostQmsToWmsHttpGetIn">
<wsdl:part name="billNum" type="s:string" />
<wsdl:part name="sourceBillNum" type="s:string" />
<wsdl:part name="sourceBillNum2" type="s:string" />
<wsdl:part name="sourceBillNum3" type="s:string" />
<wsdl:part name="billType" type="s:string" />
<wsdl:part name="subBillType" type="s:string" />
<wsdl:part name="lineNum" type="s:string" />
<wsdl:part name="vendId" type="s:string" />
<wsdl:part name="vendDes" type="s:string" />
<wsdl:part name="partCode" type="s:string" />
<wsdl:part name="erpCode" type="s:string" />
<wsdl:part name="batch" type="s:string" />
<wsdl:part name="receiveDate" type="s:string" />
<wsdl:part name="receiveTime" type="s:string" />
<wsdl:part name="inspectTime" type="s:string" />
<wsdl:part name="qty" type="s:string" />
<wsdl:part name="inspResult" type="s:string" />
<wsdl:part name="inspectType" type="s:string" />
<wsdl:part name="failReason" type="s:string" />
<wsdl:part name="barCode" type="s:string" />
<wsdl:part name="receiceQty" type="s:string" />
<wsdl:part name="returnQty" type="s:string" />
<wsdl:part name="sampleQty" type="s:string" />
<wsdl:part name="inspQty" type="s:string" />
<wsdl:part name="passQty" type="s:string" />
<wsdl:part name="failQty" type="s:string" />
<wsdl:part name="crackQty" type="s:string" />
</wsdl:message>
<wsdl:message name="PostQmsToWmsHttpGetOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetVerHttpPostIn" />
<wsdl:message name="GetVerHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="WriteLogHttpPostIn">
<wsdl:part name="operCode" type="s:string" />
<wsdl:part name="function" type="s:string" />
<wsdl:part name="message" type="s:string" />
</wsdl:message>
<wsdl:message name="WriteLogHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="LoginHttpPostIn">
<wsdl:part name="operCode" type="s:string" />
<wsdl:part name="password" type="s:string" />
</wsdl:message>
<wsdl:message name="LoginHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="NewLoginHttpPostIn">
<wsdl:part name="operCode" type="s:string" />
<wsdl:part name="password" type="s:string" />
</wsdl:message>
<wsdl:message name="NewLoginHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="LogoutHttpPostIn">
<wsdl:part name="operCode" type="s:string" />
</wsdl:message>
<wsdl:message name="LogoutHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="ModifyPasswordHttpPostIn">
<wsdl:part name="operCode" type="s:string" />
<wsdl:part name="oldPass" type="s:string" />
<wsdl:part name="newPass" type="s:string" />
</wsdl:message>
<wsdl:message name="ModifyPasswordHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetServerTimeHttpPostIn" />
<wsdl:message name="GetServerTimeHttpPostOut">
<wsdl:part name="Body" element="tns:dateTime" />
</wsdl:message>
<wsdl:message name="DecryptHttpPostIn">
<wsdl:part name="str" type="s:string" />
</wsdl:message>
<wsdl:message name="DecryptHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="EncryptHttpPostIn">
<wsdl:part name="str" type="s:string" />
</wsdl:message>
<wsdl:message name="EncryptHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetCountHttpPostIn">
<wsdl:part name="jsonParam" type="s:string" />
</wsdl:message>
<wsdl:message name="GetCountHttpPostOut">
<wsdl:part name="Body" element="tns:int" />
</wsdl:message>
<wsdl:message name="GetErpLocHttpPostIn">
<wsdl:part name="partCode" type="s:string" />
<wsdl:part name="productVer" type="s:string" />
</wsdl:message>
<wsdl:message name="GetErpLocHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="CheckErpStocksHttpPostIn">
<wsdl:part name="partCode" type="s:string" />
<wsdl:part name="vendBatch" type="s:string" />
<wsdl:part name="loc" type="s:string" />
<wsdl:part name="qty" type="s:string" />
</wsdl:message>
<wsdl:message name="CheckErpStocksHttpPostOut" />
<wsdl:message name="GetDataHttpPostIn">
<wsdl:part name="jsonParam" type="s:string" />
</wsdl:message>
<wsdl:message name="GetDataHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="AddDataHttpPostIn">
<wsdl:part name="jsonParam" type="s:string" />
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="AddDataHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="AddApsPlanHttpPostIn">
<wsdl:part name="planType" type="s:string" />
<wsdl:part name="factoryCode" type="s:string" />
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="AddApsPlanHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetBomVersionHttpPostIn">
<wsdl:part name="ParentPartCode" type="s:string" />
<wsdl:part name="SubPartCode" type="s:string" />
</wsdl:message>
<wsdl:message name="GetBomVersionHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetBomsByVerHttpPostIn">
<wsdl:part name="parentPart" type="s:string" />
<wsdl:part name="bomVer" type="s:string" />
</wsdl:message>
<wsdl:message name="GetBomsByVerHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="GetBomHttpPostIn">
<wsdl:part name="pcode" type="s:string" />
<wsdl:part name="scode" type="s:string" />
</wsdl:message>
<wsdl:message name="GetBomHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="UpdateDataHttpPostIn">
<wsdl:part name="jsonParam" type="s:string" />
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="UpdateDataHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="SaveSeqencingHttpPostIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="SaveSeqencingHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="AddMutualDataHttpPostIn">
<wsdl:part name="jsonParam" type="s:string" />
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="AddMutualDataHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="ReceiveProductsHttpPostIn">
<wsdl:part name="jsonParam" type="s:string" />
</wsdl:message>
<wsdl:message name="ReceiveProductsHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="ContainerReceiveHttpPostIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="ContainerReceiveHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="ContainerOutHttpPostIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="ContainerOutHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="CheckComesbackHttpPostIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="CheckComesbackHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="CreateBillMAHttpPostIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="CreateBillMAHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="AddMesFGFinHttpPostIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="AddMesFGFinHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="UpdateBillStateHttpPostIn">
<wsdl:part name="strJson" type="s:string" />
</wsdl:message>
<wsdl:message name="UpdateBillStateHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:message name="PostQmsToWmsHttpPostIn">
<wsdl:part name="billNum" type="s:string" />
<wsdl:part name="sourceBillNum" type="s:string" />
<wsdl:part name="sourceBillNum2" type="s:string" />
<wsdl:part name="sourceBillNum3" type="s:string" />
<wsdl:part name="billType" type="s:string" />
<wsdl:part name="subBillType" type="s:string" />
<wsdl:part name="lineNum" type="s:string" />
<wsdl:part name="vendId" type="s:string" />
<wsdl:part name="vendDes" type="s:string" />
<wsdl:part name="partCode" type="s:string" />
<wsdl:part name="erpCode" type="s:string" />
<wsdl:part name="batch" type="s:string" />
<wsdl:part name="receiveDate" type="s:string" />
<wsdl:part name="receiveTime" type="s:string" />
<wsdl:part name="inspectTime" type="s:string" />
<wsdl:part name="qty" type="s:string" />
<wsdl:part name="inspResult" type="s:string" />
<wsdl:part name="inspectType" type="s:string" />
<wsdl:part name="failReason" type="s:string" />
<wsdl:part name="barCode" type="s:string" />
<wsdl:part name="receiceQty" type="s:string" />
<wsdl:part name="returnQty" type="s:string" />
<wsdl:part name="sampleQty" type="s:string" />
<wsdl:part name="inspQty" type="s:string" />
<wsdl:part name="passQty" type="s:string" />
<wsdl:part name="failQty" type="s:string" />
<wsdl:part name="crackQty" type="s:string" />
</wsdl:message>
<wsdl:message name="PostQmsToWmsHttpPostOut">
<wsdl:part name="Body" element="tns:string" />
</wsdl:message>
<wsdl:portType name="JsonServiceSoap">
<wsdl:operation name="GetVer">
<wsdl:input message="tns:GetVerSoapIn" />
<wsdl:output message="tns:GetVerSoapOut" />
</wsdl:operation>
<wsdl:operation name="WriteLog">
<wsdl:input message="tns:WriteLogSoapIn" />
<wsdl:output message="tns:WriteLogSoapOut" />
</wsdl:operation>
<wsdl:operation name="Login">
<wsdl:input message="tns:LoginSoapIn" />
<wsdl:output message="tns:LoginSoapOut" />
</wsdl:operation>
<wsdl:operation name="NewLogin">
<wsdl:input message="tns:NewLoginSoapIn" />
<wsdl:output message="tns:NewLoginSoapOut" />
</wsdl:operation>
<wsdl:operation name="Logout">
<wsdl:input message="tns:LogoutSoapIn" />
<wsdl:output message="tns:LogoutSoapOut" />
</wsdl:operation>
<wsdl:operation name="ModifyPassword">
<wsdl:input message="tns:ModifyPasswordSoapIn" />
<wsdl:output message="tns:ModifyPasswordSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetServerTime">
<wsdl:input message="tns:GetServerTimeSoapIn" />
<wsdl:output message="tns:GetServerTimeSoapOut" />
</wsdl:operation>
<wsdl:operation name="Decrypt">
<wsdl:input message="tns:DecryptSoapIn" />
<wsdl:output message="tns:DecryptSoapOut" />
</wsdl:operation>
<wsdl:operation name="Encrypt">
<wsdl:input message="tns:EncryptSoapIn" />
<wsdl:output message="tns:EncryptSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetCount">
<wsdl:input message="tns:GetCountSoapIn" />
<wsdl:output message="tns:GetCountSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetErpLoc">
<wsdl:input message="tns:GetErpLocSoapIn" />
<wsdl:output message="tns:GetErpLocSoapOut" />
</wsdl:operation>
<wsdl:operation name="CheckErpStocks">
<wsdl:input message="tns:CheckErpStocksSoapIn" />
<wsdl:output message="tns:CheckErpStocksSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetData">
<wsdl:input message="tns:GetDataSoapIn" />
<wsdl:output message="tns:GetDataSoapOut" />
</wsdl:operation>
<wsdl:operation name="AddData">
<wsdl:input message="tns:AddDataSoapIn" />
<wsdl:output message="tns:AddDataSoapOut" />
</wsdl:operation>
<wsdl:operation name="AddApsPlan">
<wsdl:input message="tns:AddApsPlanSoapIn" />
<wsdl:output message="tns:AddApsPlanSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetBomVersion">
<wsdl:input message="tns:GetBomVersionSoapIn" />
<wsdl:output message="tns:GetBomVersionSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetBomsByVer">
<wsdl:input message="tns:GetBomsByVerSoapIn" />
<wsdl:output message="tns:GetBomsByVerSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetBom">
<wsdl:input message="tns:GetBomSoapIn" />
<wsdl:output message="tns:GetBomSoapOut" />
</wsdl:operation>
<wsdl:operation name="UpdateData">
<wsdl:input message="tns:UpdateDataSoapIn" />
<wsdl:output message="tns:UpdateDataSoapOut" />
</wsdl:operation>
<wsdl:operation name="SaveSeqencing">
<wsdl:input message="tns:SaveSeqencingSoapIn" />
<wsdl:output message="tns:SaveSeqencingSoapOut" />
</wsdl:operation>
<wsdl:operation name="AddMutualData">
<wsdl:input message="tns:AddMutualDataSoapIn" />
<wsdl:output message="tns:AddMutualDataSoapOut" />
</wsdl:operation>
<wsdl:operation name="ReceiveProducts">
<wsdl:input message="tns:ReceiveProductsSoapIn" />
<wsdl:output message="tns:ReceiveProductsSoapOut" />
</wsdl:operation>
<wsdl:operation name="ContainerReceive">
<wsdl:input message="tns:ContainerReceiveSoapIn" />
<wsdl:output message="tns:ContainerReceiveSoapOut" />
</wsdl:operation>
<wsdl:operation name="ContainerOut">
<wsdl:input message="tns:ContainerOutSoapIn" />
<wsdl:output message="tns:ContainerOutSoapOut" />
</wsdl:operation>
<wsdl:operation name="CheckComesback">
<wsdl:input message="tns:CheckComesbackSoapIn" />
<wsdl:output message="tns:CheckComesbackSoapOut" />
</wsdl:operation>
<wsdl:operation name="CreateBillMA">
<wsdl:input message="tns:CreateBillMASoapIn" />
<wsdl:output message="tns:CreateBillMASoapOut" />
</wsdl:operation>
<wsdl:operation name="AddMesFGFin">
<wsdl:input message="tns:AddMesFGFinSoapIn" />
<wsdl:output message="tns:AddMesFGFinSoapOut" />
</wsdl:operation>
<wsdl:operation name="UpdateBillState">
<wsdl:input message="tns:UpdateBillStateSoapIn" />
<wsdl:output message="tns:UpdateBillStateSoapOut" />
</wsdl:operation>
<wsdl:operation name="PostQmsToWms">
<wsdl:input message="tns:PostQmsToWmsSoapIn" />
<wsdl:output message="tns:PostQmsToWmsSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="JsonServiceHttpGet">
<wsdl:operation name="GetVer">
<wsdl:input message="tns:GetVerHttpGetIn" />
<wsdl:output message="tns:GetVerHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="WriteLog">
<wsdl:input message="tns:WriteLogHttpGetIn" />
<wsdl:output message="tns:WriteLogHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="Login">
<wsdl:input message="tns:LoginHttpGetIn" />
<wsdl:output message="tns:LoginHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="NewLogin">
<wsdl:input message="tns:NewLoginHttpGetIn" />
<wsdl:output message="tns:NewLoginHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="Logout">
<wsdl:input message="tns:LogoutHttpGetIn" />
<wsdl:output message="tns:LogoutHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="ModifyPassword">
<wsdl:input message="tns:ModifyPasswordHttpGetIn" />
<wsdl:output message="tns:ModifyPasswordHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="GetServerTime">
<wsdl:input message="tns:GetServerTimeHttpGetIn" />
<wsdl:output message="tns:GetServerTimeHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="Decrypt">
<wsdl:input message="tns:DecryptHttpGetIn" />
<wsdl:output message="tns:DecryptHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="Encrypt">
<wsdl:input message="tns:EncryptHttpGetIn" />
<wsdl:output message="tns:EncryptHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="GetCount">
<wsdl:input message="tns:GetCountHttpGetIn" />
<wsdl:output message="tns:GetCountHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="GetErpLoc">
<wsdl:input message="tns:GetErpLocHttpGetIn" />
<wsdl:output message="tns:GetErpLocHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="CheckErpStocks">
<wsdl:input message="tns:CheckErpStocksHttpGetIn" />
<wsdl:output message="tns:CheckErpStocksHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="GetData">
<wsdl:input message="tns:GetDataHttpGetIn" />
<wsdl:output message="tns:GetDataHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="AddData">
<wsdl:input message="tns:AddDataHttpGetIn" />
<wsdl:output message="tns:AddDataHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="AddApsPlan">
<wsdl:input message="tns:AddApsPlanHttpGetIn" />
<wsdl:output message="tns:AddApsPlanHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="GetBomVersion">
<wsdl:input message="tns:GetBomVersionHttpGetIn" />
<wsdl:output message="tns:GetBomVersionHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="GetBomsByVer">
<wsdl:input message="tns:GetBomsByVerHttpGetIn" />
<wsdl:output message="tns:GetBomsByVerHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="GetBom">
<wsdl:input message="tns:GetBomHttpGetIn" />
<wsdl:output message="tns:GetBomHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="UpdateData">
<wsdl:input message="tns:UpdateDataHttpGetIn" />
<wsdl:output message="tns:UpdateDataHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="SaveSeqencing">
<wsdl:input message="tns:SaveSeqencingHttpGetIn" />
<wsdl:output message="tns:SaveSeqencingHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="AddMutualData">
<wsdl:input message="tns:AddMutualDataHttpGetIn" />
<wsdl:output message="tns:AddMutualDataHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="ReceiveProducts">
<wsdl:input message="tns:ReceiveProductsHttpGetIn" />
<wsdl:output message="tns:ReceiveProductsHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="ContainerReceive">
<wsdl:input message="tns:ContainerReceiveHttpGetIn" />
<wsdl:output message="tns:ContainerReceiveHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="ContainerOut">
<wsdl:input message="tns:ContainerOutHttpGetIn" />
<wsdl:output message="tns:ContainerOutHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="CheckComesback">
<wsdl:input message="tns:CheckComesbackHttpGetIn" />
<wsdl:output message="tns:CheckComesbackHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="CreateBillMA">
<wsdl:input message="tns:CreateBillMAHttpGetIn" />
<wsdl:output message="tns:CreateBillMAHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="AddMesFGFin">
<wsdl:input message="tns:AddMesFGFinHttpGetIn" />
<wsdl:output message="tns:AddMesFGFinHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="UpdateBillState">
<wsdl:input message="tns:UpdateBillStateHttpGetIn" />
<wsdl:output message="tns:UpdateBillStateHttpGetOut" />
</wsdl:operation>
<wsdl:operation name="PostQmsToWms">
<wsdl:input message="tns:PostQmsToWmsHttpGetIn" />
<wsdl:output message="tns:PostQmsToWmsHttpGetOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="JsonServiceHttpPost">
<wsdl:operation name="GetVer">
<wsdl:input message="tns:GetVerHttpPostIn" />
<wsdl:output message="tns:GetVerHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="WriteLog">
<wsdl:input message="tns:WriteLogHttpPostIn" />
<wsdl:output message="tns:WriteLogHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="Login">
<wsdl:input message="tns:LoginHttpPostIn" />
<wsdl:output message="tns:LoginHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="NewLogin">
<wsdl:input message="tns:NewLoginHttpPostIn" />
<wsdl:output message="tns:NewLoginHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="Logout">
<wsdl:input message="tns:LogoutHttpPostIn" />
<wsdl:output message="tns:LogoutHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="ModifyPassword">
<wsdl:input message="tns:ModifyPasswordHttpPostIn" />
<wsdl:output message="tns:ModifyPasswordHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="GetServerTime">
<wsdl:input message="tns:GetServerTimeHttpPostIn" />
<wsdl:output message="tns:GetServerTimeHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="Decrypt">
<wsdl:input message="tns:DecryptHttpPostIn" />
<wsdl:output message="tns:DecryptHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="Encrypt">
<wsdl:input message="tns:EncryptHttpPostIn" />
<wsdl:output message="tns:EncryptHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="GetCount">
<wsdl:input message="tns:GetCountHttpPostIn" />
<wsdl:output message="tns:GetCountHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="GetErpLoc">
<wsdl:input message="tns:GetErpLocHttpPostIn" />
<wsdl:output message="tns:GetErpLocHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="CheckErpStocks">
<wsdl:input message="tns:CheckErpStocksHttpPostIn" />
<wsdl:output message="tns:CheckErpStocksHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="GetData">
<wsdl:input message="tns:GetDataHttpPostIn" />
<wsdl:output message="tns:GetDataHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="AddData">
<wsdl:input message="tns:AddDataHttpPostIn" />
<wsdl:output message="tns:AddDataHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="AddApsPlan">
<wsdl:input message="tns:AddApsPlanHttpPostIn" />
<wsdl:output message="tns:AddApsPlanHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="GetBomVersion">
<wsdl:input message="tns:GetBomVersionHttpPostIn" />
<wsdl:output message="tns:GetBomVersionHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="GetBomsByVer">
<wsdl:input message="tns:GetBomsByVerHttpPostIn" />
<wsdl:output message="tns:GetBomsByVerHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="GetBom">
<wsdl:input message="tns:GetBomHttpPostIn" />
<wsdl:output message="tns:GetBomHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="UpdateData">
<wsdl:input message="tns:UpdateDataHttpPostIn" />
<wsdl:output message="tns:UpdateDataHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="SaveSeqencing">
<wsdl:input message="tns:SaveSeqencingHttpPostIn" />
<wsdl:output message="tns:SaveSeqencingHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="AddMutualData">
<wsdl:input message="tns:AddMutualDataHttpPostIn" />
<wsdl:output message="tns:AddMutualDataHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="ReceiveProducts">
<wsdl:input message="tns:ReceiveProductsHttpPostIn" />
<wsdl:output message="tns:ReceiveProductsHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="ContainerReceive">
<wsdl:input message="tns:ContainerReceiveHttpPostIn" />
<wsdl:output message="tns:ContainerReceiveHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="ContainerOut">
<wsdl:input message="tns:ContainerOutHttpPostIn" />
<wsdl:output message="tns:ContainerOutHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="CheckComesback">
<wsdl:input message="tns:CheckComesbackHttpPostIn" />
<wsdl:output message="tns:CheckComesbackHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="CreateBillMA">
<wsdl:input message="tns:CreateBillMAHttpPostIn" />
<wsdl:output message="tns:CreateBillMAHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="AddMesFGFin">
<wsdl:input message="tns:AddMesFGFinHttpPostIn" />
<wsdl:output message="tns:AddMesFGFinHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="UpdateBillState">
<wsdl:input message="tns:UpdateBillStateHttpPostIn" />
<wsdl:output message="tns:UpdateBillStateHttpPostOut" />
</wsdl:operation>
<wsdl:operation name="PostQmsToWms">
<wsdl:input message="tns:PostQmsToWmsHttpPostIn" />
<wsdl:output message="tns:PostQmsToWmsHttpPostOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="JsonServiceSoap" type="tns:JsonServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetVer">
<soap:operation soapAction="http://tempuri.org/GetVer" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="WriteLog">
<soap:operation soapAction="http://tempuri.org/WriteLog" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Login">
<soap:operation soapAction="http://tempuri.org/Login" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="NewLogin">
<soap:operation soapAction="http://tempuri.org/NewLogin" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Logout">
<soap:operation soapAction="http://tempuri.org/Logout" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ModifyPassword">
<soap:operation soapAction="http://tempuri.org/ModifyPassword" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetServerTime">
<soap:operation soapAction="http://tempuri.org/GetServerTime" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Decrypt">
<soap:operation soapAction="http://tempuri.org/Decrypt" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Encrypt">
<soap:operation soapAction="http://tempuri.org/Encrypt" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetCount">
<soap:operation soapAction="http://tempuri.org/GetCount" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetErpLoc">
<soap:operation soapAction="http://tempuri.org/GetErpLoc" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckErpStocks">
<soap:operation soapAction="http://tempuri.org/CheckErpStocks" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetData">
<soap:operation soapAction="http://tempuri.org/GetData" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddData">
<soap:operation soapAction="http://tempuri.org/AddData" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddApsPlan">
<soap:operation soapAction="http://tempuri.org/AddApsPlan" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBomVersion">
<soap:operation soapAction="http://tempuri.org/GetBomVersion" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBomsByVer">
<soap:operation soapAction="http://tempuri.org/GetBomsByVer" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBom">
<soap:operation soapAction="http://tempuri.org/GetBom" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateData">
<soap:operation soapAction="http://tempuri.org/UpdateData" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SaveSeqencing">
<soap:operation soapAction="http://tempuri.org/SaveSeqencing" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddMutualData">
<soap:operation soapAction="http://tempuri.org/AddMutualData" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ReceiveProducts">
<soap:operation soapAction="http://tempuri.org/ReceiveProducts" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ContainerReceive">
<soap:operation soapAction="http://tempuri.org/ContainerReceive" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ContainerOut">
<soap:operation soapAction="http://tempuri.org/ContainerOut" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckComesback">
<soap:operation soapAction="http://tempuri.org/CheckComesback" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CreateBillMA">
<soap:operation soapAction="http://tempuri.org/CreateBillMA" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddMesFGFin">
<soap:operation soapAction="http://tempuri.org/AddMesFGFin" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateBillState">
<soap:operation soapAction="http://tempuri.org/UpdateBillState" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PostQmsToWms">
<soap:operation soapAction="http://tempuri.org/PostQmsToWms" 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="JsonServiceSoap12" type="tns:JsonServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetVer">
<soap12:operation soapAction="http://tempuri.org/GetVer" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="WriteLog">
<soap12:operation soapAction="http://tempuri.org/WriteLog" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Login">
<soap12:operation soapAction="http://tempuri.org/Login" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="NewLogin">
<soap12:operation soapAction="http://tempuri.org/NewLogin" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Logout">
<soap12:operation soapAction="http://tempuri.org/Logout" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ModifyPassword">
<soap12:operation soapAction="http://tempuri.org/ModifyPassword" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetServerTime">
<soap12:operation soapAction="http://tempuri.org/GetServerTime" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Decrypt">
<soap12:operation soapAction="http://tempuri.org/Decrypt" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Encrypt">
<soap12:operation soapAction="http://tempuri.org/Encrypt" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetCount">
<soap12:operation soapAction="http://tempuri.org/GetCount" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetErpLoc">
<soap12:operation soapAction="http://tempuri.org/GetErpLoc" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckErpStocks">
<soap12:operation soapAction="http://tempuri.org/CheckErpStocks" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetData">
<soap12:operation soapAction="http://tempuri.org/GetData" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddData">
<soap12:operation soapAction="http://tempuri.org/AddData" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddApsPlan">
<soap12:operation soapAction="http://tempuri.org/AddApsPlan" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBomVersion">
<soap12:operation soapAction="http://tempuri.org/GetBomVersion" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBomsByVer">
<soap12:operation soapAction="http://tempuri.org/GetBomsByVer" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBom">
<soap12:operation soapAction="http://tempuri.org/GetBom" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateData">
<soap12:operation soapAction="http://tempuri.org/UpdateData" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SaveSeqencing">
<soap12:operation soapAction="http://tempuri.org/SaveSeqencing" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddMutualData">
<soap12:operation soapAction="http://tempuri.org/AddMutualData" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ReceiveProducts">
<soap12:operation soapAction="http://tempuri.org/ReceiveProducts" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ContainerReceive">
<soap12:operation soapAction="http://tempuri.org/ContainerReceive" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ContainerOut">
<soap12:operation soapAction="http://tempuri.org/ContainerOut" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckComesback">
<soap12:operation soapAction="http://tempuri.org/CheckComesback" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CreateBillMA">
<soap12:operation soapAction="http://tempuri.org/CreateBillMA" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddMesFGFin">
<soap12:operation soapAction="http://tempuri.org/AddMesFGFin" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateBillState">
<soap12:operation soapAction="http://tempuri.org/UpdateBillState" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PostQmsToWms">
<soap12:operation soapAction="http://tempuri.org/PostQmsToWms" 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="JsonServiceHttpGet" type="tns:JsonServiceHttpGet">
<http:binding verb="GET" />
<wsdl:operation name="GetVer">
<http:operation location="/GetVer" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="WriteLog">
<http:operation location="/WriteLog" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Login">
<http:operation location="/Login" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="NewLogin">
<http:operation location="/NewLogin" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Logout">
<http:operation location="/Logout" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ModifyPassword">
<http:operation location="/ModifyPassword" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetServerTime">
<http:operation location="/GetServerTime" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Decrypt">
<http:operation location="/Decrypt" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Encrypt">
<http:operation location="/Encrypt" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetCount">
<http:operation location="/GetCount" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetErpLoc">
<http:operation location="/GetErpLoc" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckErpStocks">
<http:operation location="/CheckErpStocks" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output />
</wsdl:operation>
<wsdl:operation name="GetData">
<http:operation location="/GetData" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddData">
<http:operation location="/AddData" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddApsPlan">
<http:operation location="/AddApsPlan" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBomVersion">
<http:operation location="/GetBomVersion" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBomsByVer">
<http:operation location="/GetBomsByVer" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetBom">
<http:operation location="/GetBom" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateData">
<http:operation location="/UpdateData" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SaveSeqencing">
<http:operation location="/SaveSeqencing" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddMutualData">
<http:operation location="/AddMutualData" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ReceiveProducts">
<http:operation location="/ReceiveProducts" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ContainerReceive">
<http:operation location="/ContainerReceive" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ContainerOut">
<http:operation location="/ContainerOut" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CheckComesback">
<http:operation location="/CheckComesback" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CreateBillMA">
<http:operation location="/CreateBillMA" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="AddMesFGFin">
<http:operation location="/AddMesFGFin" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="UpdateBillState">
<http:operation location="/UpdateBillState" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PostQmsToWms">
<http:operation location="/PostQmsToWms" />
<wsdl:input>
<http:urlEncoded />
</wsdl:input>
<wsdl:output>
<mime:mimeXml part="Body" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="JsonServiceHttpPost" type="tns:JsonServiceHttpPost">
<http:binding verb="POST" />
<wsdl:operation name="GetVer">
<http:operation location="/GetVer" />
<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="WriteLog">
<http:operation location="/WriteLog" />
<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="Login">
<http:operation location="/Login" />
<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="NewLogin">
<http:operation location="/NewLogin" />
<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="Logout">
<http:operation location="/Logout" />
<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="ModifyPassword">
<http:operation location="/ModifyPassword" />
<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="GetServerTime">
<http:operation location="/GetServerTime" />
<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="Decrypt">
<http:operation location="/Decrypt" />
<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="Encrypt">
<http:operation location="/Encrypt" />
<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="GetCount">
<http:operation location="/GetCount" />
<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="GetErpLoc">
<http:operation location="/GetErpLoc" />
<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="CheckErpStocks">
<http:operation location="/CheckErpStocks" />
<wsdl:input>
<mime:content type="application/x-www-form-urlencoded" />
</wsdl:input>
<wsdl:output />
</wsdl:operation>
<wsdl:operation name="GetData">
<http:operation location="/GetData" />
<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="AddData">
<http:operation location="/AddData" />
<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="AddApsPlan">
<http:operation location="/AddApsPlan" />
<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="GetBomVersion">
<http:operation location="/GetBomVersion" />
<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="GetBomsByVer">
<http:operation location="/GetBomsByVer" />
<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="GetBom">
<http:operation location="/GetBom" />
<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="UpdateData">
<http:operation location="/UpdateData" />
<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="SaveSeqencing">
<http:operation location="/SaveSeqencing" />
<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="AddMutualData">
<http:operation location="/AddMutualData" />
<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="ReceiveProducts">
<http:operation location="/ReceiveProducts" />
<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="ContainerReceive">
<http:operation location="/ContainerReceive" />
<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="ContainerOut">
<http:operation location="/ContainerOut" />
<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="CheckComesback">
<http:operation location="/CheckComesback" />
<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="CreateBillMA">
<http:operation location="/CreateBillMA" />
<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="AddMesFGFin">
<http:operation location="/AddMesFGFin" />
<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="UpdateBillState">
<http:operation location="/UpdateBillState" />
<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="PostQmsToWms">
<http:operation location="/PostQmsToWms" />
<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="JsonService">
<wsdl:port name="JsonServiceSoap" binding="tns:JsonServiceSoap">
<soap:address location="http://10.62.144.124:8016/JsonService.asmx" />
</wsdl:port>
<wsdl:port name="JsonServiceSoap12" binding="tns:JsonServiceSoap12">
<soap12:address location="http://10.62.144.124:8016/JsonService.asmx" />
</wsdl:port>
<wsdl:port name="JsonServiceHttpGet" binding="tns:JsonServiceHttpGet">
<http:address location="http://10.62.144.124:8016/JsonService.asmx" />
</wsdl:port>
<wsdl:port name="JsonServiceHttpPost" binding="tns:JsonServiceHttpPost">
<http:address location="http://10.62.144.124:8016/JsonService.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>