<?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://www.ainote.cn" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ainote.cn" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <xsd:schema targetNamespace="http://www.ainote.cn/Imports"> <xsd:import namespace="http://www.ainote.cn" /> <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" /> <xsd:import namespace="http://schemas.datacontract.org/2004/07/QMTask.Core" /> </xsd:schema> </wsdl:types> <wsdl:message name="ITaskService_GetTaskList_InputMessage"> <wsdl:part name="parameters" element="tns:GetTaskList" /> </wsdl:message> <wsdl:message name="ITaskService_GetTaskList_OutputMessage"> <wsdl:part name="parameters" element="tns:GetTaskListResponse" /> </wsdl:message> <wsdl:message name="ITaskService_GetPlanList_InputMessage"> <wsdl:part name="parameters" element="tns:GetPlanList" /> </wsdl:message> <wsdl:message name="ITaskService_GetPlanList_OutputMessage"> <wsdl:part name="parameters" element="tns:GetPlanListResponse" /> </wsdl:message> <wsdl:message name="ITaskService_GetPlanModel_InputMessage"> <wsdl:part name="parameters" element="tns:GetPlanModel" /> </wsdl:message> <wsdl:message name="ITaskService_GetPlanModel_OutputMessage"> <wsdl:part name="parameters" element="tns:GetPlanModelResponse" /> </wsdl:message> <wsdl:message name="ITaskService_AddPlan_InputMessage"> <wsdl:part name="parameters" element="tns:AddPlan" /> </wsdl:message> <wsdl:message name="ITaskService_AddPlan_OutputMessage"> <wsdl:part name="parameters" element="tns:AddPlanResponse" /> </wsdl:message> <wsdl:message name="ITaskService_UpdatePlan_InputMessage"> <wsdl:part name="parameters" element="tns:UpdatePlan" /> </wsdl:message> <wsdl:message name="ITaskService_UpdatePlan_OutputMessage"> <wsdl:part name="parameters" element="tns:UpdatePlanResponse" /> </wsdl:message> <wsdl:message name="ITaskService_DeletePlan_InputMessage"> <wsdl:part name="parameters" element="tns:DeletePlan" /> </wsdl:message> <wsdl:message name="ITaskService_DeletePlan_OutputMessage"> <wsdl:part name="parameters" element="tns:DeletePlanResponse" /> </wsdl:message> <wsdl:message name="ITaskService_StartPlan_InputMessage"> <wsdl:part name="parameters" element="tns:StartPlan" /> </wsdl:message> <wsdl:message name="ITaskService_StartPlan_OutputMessage"> <wsdl:part name="parameters" element="tns:StartPlanResponse" /> </wsdl:message> <wsdl:message name="ITaskService_StopPlan_InputMessage"> <wsdl:part name="parameters" element="tns:StopPlan" /> </wsdl:message> <wsdl:message name="ITaskService_StopPlan_OutputMessage"> <wsdl:part name="parameters" element="tns:StopPlanResponse" /> </wsdl:message> <wsdl:message name="ITaskService_GetServerStatus_InputMessage"> <wsdl:part name="parameters" element="tns:GetServerStatus" /> </wsdl:message> <wsdl:message name="ITaskService_GetServerStatus_OutputMessage"> <wsdl:part name="parameters" element="tns:GetServerStatusResponse" /> </wsdl:message> <wsdl:message name="ITaskService_Start_InputMessage"> <wsdl:part name="parameters" element="tns:Start" /> </wsdl:message> <wsdl:message name="ITaskService_Start_OutputMessage"> <wsdl:part name="parameters" element="tns:StartResponse" /> </wsdl:message> <wsdl:message name="ITaskService_Stop_InputMessage"> <wsdl:part name="parameters" element="tns:Stop" /> </wsdl:message> <wsdl:message name="ITaskService_Stop_OutputMessage"> <wsdl:part name="parameters" element="tns:StopResponse" /> </wsdl:message> <wsdl:message name="ITaskService_GetPlanMonitorInfos_InputMessage"> <wsdl:part name="parameters" element="tns:GetPlanMonitorInfos" /> </wsdl:message> <wsdl:message name="ITaskService_GetPlanMonitorInfos_OutputMessage"> <wsdl:part name="parameters" element="tns:GetPlanMonitorInfosResponse" /> </wsdl:message> <wsdl:message name="ITaskService_Login_InputMessage"> <wsdl:part name="parameters" element="tns:Login" /> </wsdl:message> <wsdl:message name="ITaskService_Login_OutputMessage"> <wsdl:part name="parameters" element="tns:LoginResponse" /> </wsdl:message> <wsdl:portType msc:usingSession="true" name="ITaskService"> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetTaskList"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/GetTaskList" message="tns:ITaskService_GetTaskList_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/GetTaskListResponse" message="tns:ITaskService_GetTaskList_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetPlanList"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/GetPlanList" message="tns:ITaskService_GetPlanList_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/GetPlanListResponse" message="tns:ITaskService_GetPlanList_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetPlanModel"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/GetPlanModel" message="tns:ITaskService_GetPlanModel_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/GetPlanModelResponse" message="tns:ITaskService_GetPlanModel_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="AddPlan"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/AddPlan" message="tns:ITaskService_AddPlan_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/AddPlanResponse" message="tns:ITaskService_AddPlan_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="UpdatePlan"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/UpdatePlan" message="tns:ITaskService_UpdatePlan_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/UpdatePlanResponse" message="tns:ITaskService_UpdatePlan_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="DeletePlan"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/DeletePlan" message="tns:ITaskService_DeletePlan_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/DeletePlanResponse" message="tns:ITaskService_DeletePlan_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="StartPlan"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/StartPlan" message="tns:ITaskService_StartPlan_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/StartPlanResponse" message="tns:ITaskService_StartPlan_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="StopPlan"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/StopPlan" message="tns:ITaskService_StopPlan_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/StopPlanResponse" message="tns:ITaskService_StopPlan_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetServerStatus"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/GetServerStatus" message="tns:ITaskService_GetServerStatus_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/GetServerStatusResponse" message="tns:ITaskService_GetServerStatus_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="Start"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/Start" message="tns:ITaskService_Start_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/StartResponse" message="tns:ITaskService_Start_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="Stop"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/Stop" message="tns:ITaskService_Stop_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/StopResponse" message="tns:ITaskService_Stop_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="GetPlanMonitorInfos"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/GetPlanMonitorInfos" message="tns:ITaskService_GetPlanMonitorInfos_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/GetPlanMonitorInfosResponse" message="tns:ITaskService_GetPlanMonitorInfos_OutputMessage" /> </wsdl:operation> <wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="Login"> <wsdl:input wsaw:Action="http://www.ainote.cn/ITaskService/Login" message="tns:ITaskService_Login_InputMessage" /> <wsdl:output wsaw:Action="http://www.ainote.cn/ITaskService/LoginResponse" message="tns:ITaskService_Login_OutputMessage" /> </wsdl:operation> </wsdl:portType> </wsdl:definitions>