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.
148 lines
6.2 KiB
148 lines
6.2 KiB
4 years ago
|
<?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://tempuri.org/" 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:i0="http://www.ainote.cn" 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" name="TaskService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||
|
<wsp:Policy wsu:Id="NetTcpBinding_ITaskService_policy">
|
||
|
<wsp:ExactlyOne>
|
||
|
<wsp:All>
|
||
|
<msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1">
|
||
|
</msb:BinaryEncoding>
|
||
|
<wsaw:UsingAddressing>
|
||
|
</wsaw:UsingAddressing>
|
||
|
</wsp:All>
|
||
|
</wsp:ExactlyOne>
|
||
|
</wsp:Policy>
|
||
|
<wsdl:import namespace="http://www.ainote.cn" location="" />
|
||
|
<wsdl:types />
|
||
|
<wsdl:binding name="NetTcpBinding_ITaskService" type="i0:ITaskService">
|
||
|
<wsp:PolicyReference URI="#NetTcpBinding_ITaskService_policy">
|
||
|
</wsp:PolicyReference>
|
||
|
<soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
|
||
|
<wsdl:operation name="GetTaskList">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/GetTaskList" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="GetPlanList">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/GetPlanList" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="GetPlanModel">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/GetPlanModel" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="AddPlan">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/AddPlan" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="UpdatePlan">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/UpdatePlan" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="DeletePlan">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/DeletePlan" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="StartPlan">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/StartPlan" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="StopPlan">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/StopPlan" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="GetServerStatus">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/GetServerStatus" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="Start">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/Start" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="Stop">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/Stop" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
<wsdl:operation name="GetPlanMonitorInfos">
|
||
|
<soap12:operation soapAction="http://www.ainote.cn/ITaskService/GetPlanMonitorInfos" 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://www.ainote.cn/ITaskService/Login" style="document" />
|
||
|
<wsdl:input>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:input>
|
||
|
<wsdl:output>
|
||
|
<soap12:body use="literal" />
|
||
|
</wsdl:output>
|
||
|
</wsdl:operation>
|
||
|
</wsdl:binding>
|
||
|
<wsdl:service name="TaskService">
|
||
|
<wsdl:port name="NetTcpBinding_ITaskService" binding="tns:NetTcpBinding_ITaskService">
|
||
|
<soap12:address location="net.tcp://localhost:8732/QMTask.Core/TaskService/" />
|
||
|
<wsa10:EndpointReference>
|
||
|
<wsa10:Address>net.tcp://localhost:8732/QMTask.Core/TaskService/</wsa10:Address>
|
||
|
<Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
|
||
|
<Dns>localhost</Dns>
|
||
|
</Identity>
|
||
|
</wsa10:EndpointReference>
|
||
|
</wsdl:port>
|
||
|
</wsdl:service>
|
||
|
</wsdl:definitions>
|