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.
1932 lines
70 KiB
1932 lines
70 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="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:element minOccurs="0" maxOccurs="1" name="mac" 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="AddTmp">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="barcode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partcode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddTmpResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddTmpResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ChangeBk">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="bkCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="operCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ChangeBkResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ChangeBkResult" 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="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="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="IsExistLocation">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="ccode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="IsExistLocationResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="IsExistLocationResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="IsExistBarcode">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="bcode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="IsExistBarcodeResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="IsExistBarcodeResult" 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="AddMesBenzInsert">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="hannpenLoc" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="pPartType" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="productionNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="pInsertType" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="pInsertReason" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="pUserID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="pUserName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="fromType" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddMesBenzInsertResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddMesBenzInsertResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLuDataByMes">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="productionNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="partType" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLuDataByMesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLuDataByMesResult" 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="AddReturnData">
|
|
<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="AddReturnDataResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddReturnDataResult" 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="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="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="AddTmpSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddTmp" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTmpSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddTmpResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangeBkSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ChangeBk" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangeBkSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ChangeBkResponse" />
|
|
</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="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="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="IsExistLocationSoapIn">
|
|
<wsdl:part name="parameters" element="tns:IsExistLocation" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistLocationSoapOut">
|
|
<wsdl:part name="parameters" element="tns:IsExistLocationResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistBarcodeSoapIn">
|
|
<wsdl:part name="parameters" element="tns:IsExistBarcode" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistBarcodeSoapOut">
|
|
<wsdl:part name="parameters" element="tns:IsExistBarcodeResponse" />
|
|
</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="AddMesBenzInsertSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddMesBenzInsert" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMesBenzInsertSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddMesBenzInsertResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLuDataByMesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLuDataByMes" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLuDataByMesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLuDataByMesResponse" />
|
|
</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="AddReturnDataSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddReturnData" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddReturnDataSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddReturnDataResponse" />
|
|
</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="GetVerHttpGetIn" />
|
|
<wsdl:message name="GetVerHttpGetOut">
|
|
<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:part name="mac" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="NewLoginHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTmpHttpGetIn">
|
|
<wsdl:part name="barcode" type="s:string" />
|
|
<wsdl:part name="partcode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTmpHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangeBkHttpGetIn">
|
|
<wsdl:part name="bkCode" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="operCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangeBkHttpGetOut">
|
|
<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="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="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="IsExistLocationHttpGetIn">
|
|
<wsdl:part name="ccode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistLocationHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistBarcodeHttpGetIn">
|
|
<wsdl:part name="bcode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistBarcodeHttpGetOut">
|
|
<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="AddMesBenzInsertHttpGetIn">
|
|
<wsdl:part name="hannpenLoc" type="s:string" />
|
|
<wsdl:part name="pPartType" type="s:string" />
|
|
<wsdl:part name="productionNumber" type="s:string" />
|
|
<wsdl:part name="pInsertType" type="s:string" />
|
|
<wsdl:part name="pInsertReason" type="s:string" />
|
|
<wsdl:part name="pUserID" type="s:string" />
|
|
<wsdl:part name="pUserName" type="s:string" />
|
|
<wsdl:part name="fromType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMesBenzInsertHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLuDataByMesHttpGetIn">
|
|
<wsdl:part name="productionNumber" type="s:string" />
|
|
<wsdl:part name="partType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLuDataByMesHttpGetOut">
|
|
<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="AddReturnDataHttpGetIn">
|
|
<wsdl:part name="jsonParam" type="s:string" />
|
|
<wsdl:part name="strJson" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddReturnDataHttpGetOut">
|
|
<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="GetVerHttpPostIn" />
|
|
<wsdl:message name="GetVerHttpPostOut">
|
|
<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:part name="mac" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="NewLoginHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTmpHttpPostIn">
|
|
<wsdl:part name="barcode" type="s:string" />
|
|
<wsdl:part name="partcode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTmpHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangeBkHttpPostIn">
|
|
<wsdl:part name="bkCode" type="s:string" />
|
|
<wsdl:part name="password" type="s:string" />
|
|
<wsdl:part name="operCode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangeBkHttpPostOut">
|
|
<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="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="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="IsExistLocationHttpPostIn">
|
|
<wsdl:part name="ccode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistLocationHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistBarcodeHttpPostIn">
|
|
<wsdl:part name="bcode" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="IsExistBarcodeHttpPostOut">
|
|
<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="AddMesBenzInsertHttpPostIn">
|
|
<wsdl:part name="hannpenLoc" type="s:string" />
|
|
<wsdl:part name="pPartType" type="s:string" />
|
|
<wsdl:part name="productionNumber" type="s:string" />
|
|
<wsdl:part name="pInsertType" type="s:string" />
|
|
<wsdl:part name="pInsertReason" type="s:string" />
|
|
<wsdl:part name="pUserID" type="s:string" />
|
|
<wsdl:part name="pUserName" type="s:string" />
|
|
<wsdl:part name="fromType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMesBenzInsertHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLuDataByMesHttpPostIn">
|
|
<wsdl:part name="productionNumber" type="s:string" />
|
|
<wsdl:part name="partType" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLuDataByMesHttpPostOut">
|
|
<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="AddReturnDataHttpPostIn">
|
|
<wsdl:part name="jsonParam" type="s:string" />
|
|
<wsdl:part name="strJson" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddReturnDataHttpPostOut">
|
|
<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:portType name="JsonServiceSoap">
|
|
<wsdl:operation name="GetVer">
|
|
<wsdl:input message="tns:GetVerSoapIn" />
|
|
<wsdl:output message="tns:GetVerSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="NewLogin">
|
|
<wsdl:input message="tns:NewLoginSoapIn" />
|
|
<wsdl:output message="tns:NewLoginSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTmp">
|
|
<wsdl:input message="tns:AddTmpSoapIn" />
|
|
<wsdl:output message="tns:AddTmpSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangeBk">
|
|
<wsdl:input message="tns:ChangeBkSoapIn" />
|
|
<wsdl:output message="tns:ChangeBkSoapOut" />
|
|
</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="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="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="IsExistLocation">
|
|
<wsdl:input message="tns:IsExistLocationSoapIn" />
|
|
<wsdl:output message="tns:IsExistLocationSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsExistBarcode">
|
|
<wsdl:input message="tns:IsExistBarcodeSoapIn" />
|
|
<wsdl:output message="tns:IsExistBarcodeSoapOut" />
|
|
</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="AddMesBenzInsert">
|
|
<wsdl:input message="tns:AddMesBenzInsertSoapIn" />
|
|
<wsdl:output message="tns:AddMesBenzInsertSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLuDataByMes">
|
|
<wsdl:input message="tns:GetLuDataByMesSoapIn" />
|
|
<wsdl:output message="tns:GetLuDataByMesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMutualData">
|
|
<wsdl:input message="tns:AddMutualDataSoapIn" />
|
|
<wsdl:output message="tns:AddMutualDataSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddReturnData">
|
|
<wsdl:input message="tns:AddReturnDataSoapIn" />
|
|
<wsdl:output message="tns:AddReturnDataSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReceiveProducts">
|
|
<wsdl:input message="tns:ReceiveProductsSoapIn" />
|
|
<wsdl:output message="tns:ReceiveProductsSoapOut" />
|
|
</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="NewLogin">
|
|
<wsdl:input message="tns:NewLoginHttpGetIn" />
|
|
<wsdl:output message="tns:NewLoginHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTmp">
|
|
<wsdl:input message="tns:AddTmpHttpGetIn" />
|
|
<wsdl:output message="tns:AddTmpHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangeBk">
|
|
<wsdl:input message="tns:ChangeBkHttpGetIn" />
|
|
<wsdl:output message="tns:ChangeBkHttpGetOut" />
|
|
</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="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="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="IsExistLocation">
|
|
<wsdl:input message="tns:IsExistLocationHttpGetIn" />
|
|
<wsdl:output message="tns:IsExistLocationHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsExistBarcode">
|
|
<wsdl:input message="tns:IsExistBarcodeHttpGetIn" />
|
|
<wsdl:output message="tns:IsExistBarcodeHttpGetOut" />
|
|
</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="AddMesBenzInsert">
|
|
<wsdl:input message="tns:AddMesBenzInsertHttpGetIn" />
|
|
<wsdl:output message="tns:AddMesBenzInsertHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLuDataByMes">
|
|
<wsdl:input message="tns:GetLuDataByMesHttpGetIn" />
|
|
<wsdl:output message="tns:GetLuDataByMesHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMutualData">
|
|
<wsdl:input message="tns:AddMutualDataHttpGetIn" />
|
|
<wsdl:output message="tns:AddMutualDataHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddReturnData">
|
|
<wsdl:input message="tns:AddReturnDataHttpGetIn" />
|
|
<wsdl:output message="tns:AddReturnDataHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReceiveProducts">
|
|
<wsdl:input message="tns:ReceiveProductsHttpGetIn" />
|
|
<wsdl:output message="tns:ReceiveProductsHttpGetOut" />
|
|
</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="NewLogin">
|
|
<wsdl:input message="tns:NewLoginHttpPostIn" />
|
|
<wsdl:output message="tns:NewLoginHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTmp">
|
|
<wsdl:input message="tns:AddTmpHttpPostIn" />
|
|
<wsdl:output message="tns:AddTmpHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangeBk">
|
|
<wsdl:input message="tns:ChangeBkHttpPostIn" />
|
|
<wsdl:output message="tns:ChangeBkHttpPostOut" />
|
|
</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="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="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="IsExistLocation">
|
|
<wsdl:input message="tns:IsExistLocationHttpPostIn" />
|
|
<wsdl:output message="tns:IsExistLocationHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsExistBarcode">
|
|
<wsdl:input message="tns:IsExistBarcodeHttpPostIn" />
|
|
<wsdl:output message="tns:IsExistBarcodeHttpPostOut" />
|
|
</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="AddMesBenzInsert">
|
|
<wsdl:input message="tns:AddMesBenzInsertHttpPostIn" />
|
|
<wsdl:output message="tns:AddMesBenzInsertHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLuDataByMes">
|
|
<wsdl:input message="tns:GetLuDataByMesHttpPostIn" />
|
|
<wsdl:output message="tns:GetLuDataByMesHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMutualData">
|
|
<wsdl:input message="tns:AddMutualDataHttpPostIn" />
|
|
<wsdl:output message="tns:AddMutualDataHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddReturnData">
|
|
<wsdl:input message="tns:AddReturnDataHttpPostIn" />
|
|
<wsdl:output message="tns:AddReturnDataHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ReceiveProducts">
|
|
<wsdl:input message="tns:ReceiveProductsHttpPostIn" />
|
|
<wsdl:output message="tns:ReceiveProductsHttpPostOut" />
|
|
</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="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="AddTmp">
|
|
<soap:operation soapAction="http://tempuri.org/AddTmp" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangeBk">
|
|
<soap:operation soapAction="http://tempuri.org/ChangeBk" 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="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="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="IsExistLocation">
|
|
<soap:operation soapAction="http://tempuri.org/IsExistLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsExistBarcode">
|
|
<soap:operation soapAction="http://tempuri.org/IsExistBarcode" 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="AddMesBenzInsert">
|
|
<soap:operation soapAction="http://tempuri.org/AddMesBenzInsert" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLuDataByMes">
|
|
<soap:operation soapAction="http://tempuri.org/GetLuDataByMes" 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="AddReturnData">
|
|
<soap:operation soapAction="http://tempuri.org/AddReturnData" 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: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="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="AddTmp">
|
|
<soap12:operation soapAction="http://tempuri.org/AddTmp" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangeBk">
|
|
<soap12:operation soapAction="http://tempuri.org/ChangeBk" 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="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="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="IsExistLocation">
|
|
<soap12:operation soapAction="http://tempuri.org/IsExistLocation" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsExistBarcode">
|
|
<soap12:operation soapAction="http://tempuri.org/IsExistBarcode" 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="AddMesBenzInsert">
|
|
<soap12:operation soapAction="http://tempuri.org/AddMesBenzInsert" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLuDataByMes">
|
|
<soap12:operation soapAction="http://tempuri.org/GetLuDataByMes" 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="AddReturnData">
|
|
<soap12:operation soapAction="http://tempuri.org/AddReturnData" 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: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="NewLogin">
|
|
<http:operation location="/NewLogin" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTmp">
|
|
<http:operation location="/AddTmp" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangeBk">
|
|
<http:operation location="/ChangeBk" />
|
|
<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="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="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="IsExistLocation">
|
|
<http:operation location="/IsExistLocation" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="IsExistBarcode">
|
|
<http:operation location="/IsExistBarcode" />
|
|
<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="AddMesBenzInsert">
|
|
<http:operation location="/AddMesBenzInsert" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLuDataByMes">
|
|
<http:operation location="/GetLuDataByMes" />
|
|
<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="AddReturnData">
|
|
<http:operation location="/AddReturnData" />
|
|
<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: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="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="AddTmp">
|
|
<http:operation location="/AddTmp" />
|
|
<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="ChangeBk">
|
|
<http:operation location="/ChangeBk" />
|
|
<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="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="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="IsExistLocation">
|
|
<http:operation location="/IsExistLocation" />
|
|
<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="IsExistBarcode">
|
|
<http:operation location="/IsExistBarcode" />
|
|
<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="AddMesBenzInsert">
|
|
<http:operation location="/AddMesBenzInsert" />
|
|
<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="GetLuDataByMes">
|
|
<http:operation location="/GetLuDataByMes" />
|
|
<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="AddReturnData">
|
|
<http:operation location="/AddReturnData" />
|
|
<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:binding>
|
|
<wsdl:service name="JsonService">
|
|
<wsdl:port name="JsonServiceSoap" binding="tns:JsonServiceSoap">
|
|
<soap:address location="http://10.60.101.97:8018/JsonService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="JsonServiceSoap12" binding="tns:JsonServiceSoap12">
|
|
<soap12:address location="http://10.60.101.97:8018/JsonService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="JsonServiceHttpGet" binding="tns:JsonServiceHttpGet">
|
|
<http:address location="http://10.60.101.97:8018/JsonService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="JsonServiceHttpPost" binding="tns:JsonServiceHttpPost">
|
|
<http:address location="http://10.60.101.97:8018/JsonService.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|