Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/09 13:41:21 (15 years ago)
Author:
whackl
Message:

implemented service methods to get and set an calender #468

File:
1 edited

Legend:

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

    r1449 r2023  
    4040      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" />
    4141      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Common" />
     42      <xsd:import namespace="http://schemas.datacontract.org/2004/07/Calendar" />
     43      <xsd:import namespace="http://schemas.datacontract.org/2004/07/System.Drawing" />
    4244    </xsd:schema>
    4345  </wsdl:types>
     
    7274    <wsdl:part name="parameters" element="tns:ShutdownClientResponse" />
    7375  </wsdl:message>
     76  <wsdl:message name="IClientConsoleCommunicator_SetUptimeCalendar_InputMessage">
     77    <wsdl:part name="parameters" element="tns:SetUptimeCalendar" />
     78  </wsdl:message>
     79  <wsdl:message name="IClientConsoleCommunicator_SetUptimeCalendar_OutputMessage">
     80    <wsdl:part name="parameters" element="tns:SetUptimeCalendarResponse" />
     81  </wsdl:message>
     82  <wsdl:message name="IClientConsoleCommunicator_GetUptimeCalendar_InputMessage">
     83    <wsdl:part name="parameters" element="tns:GetUptimeCalendar" />
     84  </wsdl:message>
     85  <wsdl:message name="IClientConsoleCommunicator_GetUptimeCalendar_OutputMessage">
     86    <wsdl:part name="parameters" element="tns:GetUptimeCalendarResponse" />
     87  </wsdl:message>
    7488  <wsdl:portType name="IClientConsoleCommunicator">
    7589    <wsdl:operation name="GetStatusInfos">
     
    92106      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/ShutdownClient" message="tns:IClientConsoleCommunicator_ShutdownClient_InputMessage" />
    93107      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/ShutdownClientResponse" message="tns:IClientConsoleCommunicator_ShutdownClient_OutputMessage" />
     108    </wsdl:operation>
     109    <wsdl:operation name="SetUptimeCalendar">
     110      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetUptimeCalendar" message="tns:IClientConsoleCommunicator_SetUptimeCalendar_InputMessage" />
     111      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetUptimeCalendarResponse" message="tns:IClientConsoleCommunicator_SetUptimeCalendar_OutputMessage" />
     112    </wsdl:operation>
     113    <wsdl:operation name="GetUptimeCalendar">
     114      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetUptimeCalendar" message="tns:IClientConsoleCommunicator_GetUptimeCalendar_InputMessage" />
     115      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetUptimeCalendarResponse" message="tns:IClientConsoleCommunicator_GetUptimeCalendar_OutputMessage" />
    94116    </wsdl:operation>
    95117  </wsdl:portType>
     
    143165      </wsdl:output>
    144166    </wsdl:operation>
     167    <wsdl:operation name="SetUptimeCalendar">
     168      <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/SetUptimeCalendar" style="document" />
     169      <wsdl:input>
     170        <soap12:body use="literal" />
     171      </wsdl:input>
     172      <wsdl:output>
     173        <soap12:body use="literal" />
     174      </wsdl:output>
     175    </wsdl:operation>
     176    <wsdl:operation name="GetUptimeCalendar">
     177      <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetUptimeCalendar" style="document" />
     178      <wsdl:input>
     179        <soap12:body use="literal" />
     180      </wsdl:input>
     181      <wsdl:output>
     182        <soap12:body use="literal" />
     183      </wsdl:output>
     184    </wsdl:operation>
    145185  </wsdl:binding>
    146186  <wsdl:service name="ClientConsoleCommunicator">
     
    150190        <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address>
    151191        <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
    152           <Upn>mse08026@fhs-hagenberg.ac.at</Upn>
     192          <Upn>mse08004@fhs-hagenberg.ac.at</Upn>
    153193        </Identity>
    154194      </wsa10:EndpointReference>
Note: See TracChangeset for help on using the changeset viewer.