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.
1084 lines
39 KiB
1084 lines
39 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="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="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="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="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="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="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="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="GetVerHttpGetIn" />
|
|
<wsdl:message name="GetVerHttpGetOut">
|
|
<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="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="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="GetVerHttpPostIn" />
|
|
<wsdl:message name="GetVerHttpPostOut">
|
|
<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="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="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:portType name="JsonServiceSoap">
|
|
<wsdl:operation name="GetVer">
|
|
<wsdl:input message="tns:GetVerSoapIn" />
|
|
<wsdl:output message="tns:GetVerSoapOut" />
|
|
</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="UpdateData">
|
|
<wsdl:input message="tns:UpdateDataSoapIn" />
|
|
<wsdl:output message="tns:UpdateDataSoapOut" />
|
|
</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:portType>
|
|
<wsdl:portType name="JsonServiceHttpGet">
|
|
<wsdl:operation name="GetVer">
|
|
<wsdl:input message="tns:GetVerHttpGetIn" />
|
|
<wsdl:output message="tns:GetVerHttpGetOut" />
|
|
</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="UpdateData">
|
|
<wsdl:input message="tns:UpdateDataHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateDataHttpGetOut" />
|
|
</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:portType>
|
|
<wsdl:portType name="JsonServiceHttpPost">
|
|
<wsdl:operation name="GetVer">
|
|
<wsdl:input message="tns:GetVerHttpPostIn" />
|
|
<wsdl:output message="tns:GetVerHttpPostOut" />
|
|
</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="UpdateData">
|
|
<wsdl:input message="tns:UpdateDataHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateDataHttpPostOut" />
|
|
</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: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="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="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="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: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="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="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="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: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="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="UpdateData">
|
|
<http:operation location="/UpdateData" />
|
|
<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: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="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="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="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:binding>
|
|
<wsdl:service name="JsonService">
|
|
<wsdl:port name="JsonServiceSoap" binding="tns:JsonServiceSoap">
|
|
<soap:address location="http://10.60.101.2:88/JsonService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="JsonServiceSoap12" binding="tns:JsonServiceSoap12">
|
|
<soap12:address location="http://10.60.101.2:88/JsonService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="JsonServiceHttpGet" binding="tns:JsonServiceHttpGet">
|
|
<http:address location="http://10.60.101.2:88/JsonService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="JsonServiceHttpPost" binding="tns:JsonServiceHttpPost">
|
|
<http:address location="http://10.60.101.2:88/JsonService.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|