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.
980 lines
38 KiB
980 lines
38 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
|
<s:element name="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="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="GetSessionId">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="systemName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="encryptedPassword" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="clientIp" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSessionIdResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetSessionIdResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddTask">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="jsonTask" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="jsonData" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="zipped" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddTaskResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddTaskResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddMasterSlaveTask">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="jsonTask" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="jsonMaster" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="jsonSlave" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="zipped" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AddMasterSlaveTaskResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddMasterSlaveTaskResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetNewTasksByTableList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="clientIp" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="tableList" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetNewTasksByTableListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetNewTasksByTableListResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetNewTasks">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="clientIp" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetNewTasksResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetNewTasksResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetTaskData">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="taskID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="zipped" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetTaskDataResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetTaskDataResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetMasterSlaveTaskData">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="taskID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="zipped" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetMasterSlaveTaskDataResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetMasterSlaveTaskDataResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateTaskState">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="taskID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="taskState" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="failedCount" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="failedInfo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="UpdateTaskStateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="UpdateTaskStateResult" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetManageDatasByPage">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="sessionId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="filterJson" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="tableName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="pageIndex" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="pageSize" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="zipped" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetManageDatasByPageResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetManageDatasByPageResult" 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: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="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="GetSessionIdSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSessionId" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionIdSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSessionIdResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTaskSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddTask" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTaskSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddTaskResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMasterSlaveTaskSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AddMasterSlaveTask" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMasterSlaveTaskSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AddMasterSlaveTaskResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksByTableListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetNewTasksByTableList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksByTableListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetNewTasksByTableListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetNewTasks" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetNewTasksResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTaskDataSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetTaskData" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTaskDataSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetTaskDataResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMasterSlaveTaskDataSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetMasterSlaveTaskData" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMasterSlaveTaskDataSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetMasterSlaveTaskDataResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateTaskStateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:UpdateTaskState" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateTaskStateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:UpdateTaskStateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetManageDatasByPageSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetManageDatasByPage" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetManageDatasByPageSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetManageDatasByPageResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetVerHttpGetIn" />
|
|
<wsdl:message name="GetVerHttpGetOut">
|
|
<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="GetSessionIdHttpGetIn">
|
|
<wsdl:part name="systemName" type="s:string" />
|
|
<wsdl:part name="encryptedPassword" type="s:string" />
|
|
<wsdl:part name="clientIp" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionIdHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTaskHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="jsonTask" type="s:string" />
|
|
<wsdl:part name="jsonData" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTaskHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMasterSlaveTaskHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="jsonTask" type="s:string" />
|
|
<wsdl:part name="jsonMaster" type="s:string" />
|
|
<wsdl:part name="jsonSlave" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMasterSlaveTaskHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksByTableListHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="clientIp" type="s:string" />
|
|
<wsdl:part name="tableList" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksByTableListHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="clientIp" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTaskDataHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="taskID" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTaskDataHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMasterSlaveTaskDataHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="taskID" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMasterSlaveTaskDataHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateTaskStateHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="taskID" type="s:string" />
|
|
<wsdl:part name="taskState" type="s:string" />
|
|
<wsdl:part name="failedCount" type="s:string" />
|
|
<wsdl:part name="failedInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateTaskStateHttpGetOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetManageDatasByPageHttpGetIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="filterJson" type="s:string" />
|
|
<wsdl:part name="tableName" type="s:string" />
|
|
<wsdl:part name="pageIndex" type="s:string" />
|
|
<wsdl:part name="pageSize" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetManageDatasByPageHttpGetOut">
|
|
<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="GetServerTimeHttpPostIn" />
|
|
<wsdl:message name="GetServerTimeHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:dateTime" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionIdHttpPostIn">
|
|
<wsdl:part name="systemName" type="s:string" />
|
|
<wsdl:part name="encryptedPassword" type="s:string" />
|
|
<wsdl:part name="clientIp" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSessionIdHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTaskHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="jsonTask" type="s:string" />
|
|
<wsdl:part name="jsonData" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddTaskHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMasterSlaveTaskHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="jsonTask" type="s:string" />
|
|
<wsdl:part name="jsonMaster" type="s:string" />
|
|
<wsdl:part name="jsonSlave" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AddMasterSlaveTaskHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksByTableListHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="clientIp" type="s:string" />
|
|
<wsdl:part name="tableList" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksByTableListHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="clientIp" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNewTasksHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTaskDataHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="taskID" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetTaskDataHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMasterSlaveTaskDataHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="taskID" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetMasterSlaveTaskDataHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateTaskStateHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="taskID" type="s:string" />
|
|
<wsdl:part name="taskState" type="s:string" />
|
|
<wsdl:part name="failedCount" type="s:string" />
|
|
<wsdl:part name="failedInfo" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="UpdateTaskStateHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetManageDatasByPageHttpPostIn">
|
|
<wsdl:part name="sessionId" type="s:string" />
|
|
<wsdl:part name="filterJson" type="s:string" />
|
|
<wsdl:part name="tableName" type="s:string" />
|
|
<wsdl:part name="pageIndex" type="s:string" />
|
|
<wsdl:part name="pageSize" type="s:string" />
|
|
<wsdl:part name="zipped" type="s:string" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetManageDatasByPageHttpPostOut">
|
|
<wsdl:part name="Body" element="tns:string" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="ExchangeCenterServiceSoap">
|
|
<wsdl:operation name="GetVer">
|
|
<wsdl:input message="tns:GetVerSoapIn" />
|
|
<wsdl:output message="tns:GetVerSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetServerTime">
|
|
<wsdl:input message="tns:GetServerTimeSoapIn" />
|
|
<wsdl:output message="tns:GetServerTimeSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionId">
|
|
<wsdl:input message="tns:GetSessionIdSoapIn" />
|
|
<wsdl:output message="tns:GetSessionIdSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTask">
|
|
<wsdl:input message="tns:AddTaskSoapIn" />
|
|
<wsdl:output message="tns:AddTaskSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMasterSlaveTask">
|
|
<wsdl:input message="tns:AddMasterSlaveTaskSoapIn" />
|
|
<wsdl:output message="tns:AddMasterSlaveTaskSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasksByTableList">
|
|
<wsdl:input message="tns:GetNewTasksByTableListSoapIn" />
|
|
<wsdl:output message="tns:GetNewTasksByTableListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasks">
|
|
<wsdl:input message="tns:GetNewTasksSoapIn" />
|
|
<wsdl:output message="tns:GetNewTasksSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTaskData">
|
|
<wsdl:input message="tns:GetTaskDataSoapIn" />
|
|
<wsdl:output message="tns:GetTaskDataSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMasterSlaveTaskData">
|
|
<wsdl:input message="tns:GetMasterSlaveTaskDataSoapIn" />
|
|
<wsdl:output message="tns:GetMasterSlaveTaskDataSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateTaskState">
|
|
<wsdl:input message="tns:UpdateTaskStateSoapIn" />
|
|
<wsdl:output message="tns:UpdateTaskStateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetManageDatasByPage">
|
|
<wsdl:input message="tns:GetManageDatasByPageSoapIn" />
|
|
<wsdl:output message="tns:GetManageDatasByPageSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:portType name="ExchangeCenterServiceHttpGet">
|
|
<wsdl:operation name="GetVer">
|
|
<wsdl:input message="tns:GetVerHttpGetIn" />
|
|
<wsdl:output message="tns:GetVerHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetServerTime">
|
|
<wsdl:input message="tns:GetServerTimeHttpGetIn" />
|
|
<wsdl:output message="tns:GetServerTimeHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionId">
|
|
<wsdl:input message="tns:GetSessionIdHttpGetIn" />
|
|
<wsdl:output message="tns:GetSessionIdHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTask">
|
|
<wsdl:input message="tns:AddTaskHttpGetIn" />
|
|
<wsdl:output message="tns:AddTaskHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMasterSlaveTask">
|
|
<wsdl:input message="tns:AddMasterSlaveTaskHttpGetIn" />
|
|
<wsdl:output message="tns:AddMasterSlaveTaskHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasksByTableList">
|
|
<wsdl:input message="tns:GetNewTasksByTableListHttpGetIn" />
|
|
<wsdl:output message="tns:GetNewTasksByTableListHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasks">
|
|
<wsdl:input message="tns:GetNewTasksHttpGetIn" />
|
|
<wsdl:output message="tns:GetNewTasksHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTaskData">
|
|
<wsdl:input message="tns:GetTaskDataHttpGetIn" />
|
|
<wsdl:output message="tns:GetTaskDataHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMasterSlaveTaskData">
|
|
<wsdl:input message="tns:GetMasterSlaveTaskDataHttpGetIn" />
|
|
<wsdl:output message="tns:GetMasterSlaveTaskDataHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateTaskState">
|
|
<wsdl:input message="tns:UpdateTaskStateHttpGetIn" />
|
|
<wsdl:output message="tns:UpdateTaskStateHttpGetOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetManageDatasByPage">
|
|
<wsdl:input message="tns:GetManageDatasByPageHttpGetIn" />
|
|
<wsdl:output message="tns:GetManageDatasByPageHttpGetOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:portType name="ExchangeCenterServiceHttpPost">
|
|
<wsdl:operation name="GetVer">
|
|
<wsdl:input message="tns:GetVerHttpPostIn" />
|
|
<wsdl:output message="tns:GetVerHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetServerTime">
|
|
<wsdl:input message="tns:GetServerTimeHttpPostIn" />
|
|
<wsdl:output message="tns:GetServerTimeHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionId">
|
|
<wsdl:input message="tns:GetSessionIdHttpPostIn" />
|
|
<wsdl:output message="tns:GetSessionIdHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTask">
|
|
<wsdl:input message="tns:AddTaskHttpPostIn" />
|
|
<wsdl:output message="tns:AddTaskHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMasterSlaveTask">
|
|
<wsdl:input message="tns:AddMasterSlaveTaskHttpPostIn" />
|
|
<wsdl:output message="tns:AddMasterSlaveTaskHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasksByTableList">
|
|
<wsdl:input message="tns:GetNewTasksByTableListHttpPostIn" />
|
|
<wsdl:output message="tns:GetNewTasksByTableListHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasks">
|
|
<wsdl:input message="tns:GetNewTasksHttpPostIn" />
|
|
<wsdl:output message="tns:GetNewTasksHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTaskData">
|
|
<wsdl:input message="tns:GetTaskDataHttpPostIn" />
|
|
<wsdl:output message="tns:GetTaskDataHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMasterSlaveTaskData">
|
|
<wsdl:input message="tns:GetMasterSlaveTaskDataHttpPostIn" />
|
|
<wsdl:output message="tns:GetMasterSlaveTaskDataHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateTaskState">
|
|
<wsdl:input message="tns:UpdateTaskStateHttpPostIn" />
|
|
<wsdl:output message="tns:UpdateTaskStateHttpPostOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetManageDatasByPage">
|
|
<wsdl:input message="tns:GetManageDatasByPageHttpPostIn" />
|
|
<wsdl:output message="tns:GetManageDatasByPageHttpPostOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="ExchangeCenterServiceSoap" type="tns:ExchangeCenterServiceSoap">
|
|
<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="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="GetSessionId">
|
|
<soap:operation soapAction="http://tempuri.org/GetSessionId" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTask">
|
|
<soap:operation soapAction="http://tempuri.org/AddTask" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMasterSlaveTask">
|
|
<soap:operation soapAction="http://tempuri.org/AddMasterSlaveTask" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasksByTableList">
|
|
<soap:operation soapAction="http://tempuri.org/GetNewTasksByTableList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasks">
|
|
<soap:operation soapAction="http://tempuri.org/GetNewTasks" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTaskData">
|
|
<soap:operation soapAction="http://tempuri.org/GetTaskData" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMasterSlaveTaskData">
|
|
<soap:operation soapAction="http://tempuri.org/GetMasterSlaveTaskData" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateTaskState">
|
|
<soap:operation soapAction="http://tempuri.org/UpdateTaskState" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetManageDatasByPage">
|
|
<soap:operation soapAction="http://tempuri.org/GetManageDatasByPage" 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="ExchangeCenterServiceSoap12" type="tns:ExchangeCenterServiceSoap">
|
|
<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="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="GetSessionId">
|
|
<soap12:operation soapAction="http://tempuri.org/GetSessionId" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTask">
|
|
<soap12:operation soapAction="http://tempuri.org/AddTask" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMasterSlaveTask">
|
|
<soap12:operation soapAction="http://tempuri.org/AddMasterSlaveTask" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasksByTableList">
|
|
<soap12:operation soapAction="http://tempuri.org/GetNewTasksByTableList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasks">
|
|
<soap12:operation soapAction="http://tempuri.org/GetNewTasks" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTaskData">
|
|
<soap12:operation soapAction="http://tempuri.org/GetTaskData" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMasterSlaveTaskData">
|
|
<soap12:operation soapAction="http://tempuri.org/GetMasterSlaveTaskData" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateTaskState">
|
|
<soap12:operation soapAction="http://tempuri.org/UpdateTaskState" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetManageDatasByPage">
|
|
<soap12:operation soapAction="http://tempuri.org/GetManageDatasByPage" 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="ExchangeCenterServiceHttpGet" type="tns:ExchangeCenterServiceHttpGet">
|
|
<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="GetServerTime">
|
|
<http:operation location="/GetServerTime" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSessionId">
|
|
<http:operation location="/GetSessionId" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddTask">
|
|
<http:operation location="/AddTask" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AddMasterSlaveTask">
|
|
<http:operation location="/AddMasterSlaveTask" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasksByTableList">
|
|
<http:operation location="/GetNewTasksByTableList" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNewTasks">
|
|
<http:operation location="/GetNewTasks" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetTaskData">
|
|
<http:operation location="/GetTaskData" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetMasterSlaveTaskData">
|
|
<http:operation location="/GetMasterSlaveTaskData" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="UpdateTaskState">
|
|
<http:operation location="/UpdateTaskState" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetManageDatasByPage">
|
|
<http:operation location="/GetManageDatasByPage" />
|
|
<wsdl:input>
|
|
<http:urlEncoded />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<mime:mimeXml part="Body" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="ExchangeCenterServiceHttpPost" type="tns:ExchangeCenterServiceHttpPost">
|
|
<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="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="GetSessionId">
|
|
<http:operation location="/GetSessionId" />
|
|
<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="AddTask">
|
|
<http:operation location="/AddTask" />
|
|
<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="AddMasterSlaveTask">
|
|
<http:operation location="/AddMasterSlaveTask" />
|
|
<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="GetNewTasksByTableList">
|
|
<http:operation location="/GetNewTasksByTableList" />
|
|
<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="GetNewTasks">
|
|
<http:operation location="/GetNewTasks" />
|
|
<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="GetTaskData">
|
|
<http:operation location="/GetTaskData" />
|
|
<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="GetMasterSlaveTaskData">
|
|
<http:operation location="/GetMasterSlaveTaskData" />
|
|
<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="UpdateTaskState">
|
|
<http:operation location="/UpdateTaskState" />
|
|
<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="GetManageDatasByPage">
|
|
<http:operation location="/GetManageDatasByPage" />
|
|
<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="ExchangeCenterService">
|
|
<wsdl:port name="ExchangeCenterServiceSoap" binding="tns:ExchangeCenterServiceSoap">
|
|
<soap:address location="http://10.60.101.3:8009/ExchangeCenterService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="ExchangeCenterServiceSoap12" binding="tns:ExchangeCenterServiceSoap12">
|
|
<soap12:address location="http://10.60.101.3:8009/ExchangeCenterService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="ExchangeCenterServiceHttpGet" binding="tns:ExchangeCenterServiceHttpGet">
|
|
<http:address location="http://10.60.101.3:8009/ExchangeCenterService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="ExchangeCenterServiceHttpPost" binding="tns:ExchangeCenterServiceHttpPost">
|
|
<http:address location="http://10.60.101.3:8009/ExchangeCenterService.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|