Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/09 16:52:16 (15 years ago)
Author:
whackl
Message:

added shutdown button (#455)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/service.wsdl

    r973 r1087  
    7272    <wsdl:part name="parameters" element="tns:GetCurrentConnectionResponse" />
    7373  </wsdl:message>
     74  <wsdl:message name="IClientConsoleCommunicator_ShutdownClient_InputMessage">
     75    <wsdl:part name="parameters" element="tns:ShutdownClient" />
     76  </wsdl:message>
     77  <wsdl:message name="IClientConsoleCommunicator_ShutdownClient_OutputMessage">
     78    <wsdl:part name="parameters" element="tns:ShutdownClientResponse" />
     79  </wsdl:message>
    7480  <wsdl:portType name="IClientConsoleCommunicator">
    7581    <wsdl:operation name="GetStatusInfos">
     
    9298      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetCurrentConnection" message="tns:IClientConsoleCommunicator_GetCurrentConnection_InputMessage" />
    9399      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetCurrentConnectionResponse" message="tns:IClientConsoleCommunicator_GetCurrentConnection_OutputMessage" />
     100    </wsdl:operation>
     101    <wsdl:operation name="ShutdownClient">
     102      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/ShutdownClient" message="tns:IClientConsoleCommunicator_ShutdownClient_InputMessage" />
     103      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/ShutdownClientResponse" message="tns:IClientConsoleCommunicator_ShutdownClient_OutputMessage" />
    94104    </wsdl:operation>
    95105  </wsdl:portType>
     
    143153      </wsdl:output>
    144154    </wsdl:operation>
     155    <wsdl:operation name="ShutdownClient">
     156      <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/ShutdownClient" style="document" />
     157      <wsdl:input>
     158        <soap12:body use="literal" />
     159      </wsdl:input>
     160      <wsdl:output>
     161        <soap12:body use="literal" />
     162      </wsdl:output>
     163    </wsdl:operation>
    145164  </wsdl:binding>
    146165  <wsdl:service name="ClientConsoleCommunicator">
Note: See TracChangeset for help on using the changeset viewer.