Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/Service References/SlaveService/service.wsdl @ 4259

Last change on this file since 4259 was 4259, checked in by cneumuel, 14 years ago

forgot some files (#1159)

File size: 11.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<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: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="SlaveConsoleCommunicator" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3  <wsp:Policy wsu:Id="NetTcpBinding_ISlaveConsoleCommunicator_policy">
4    <wsp:ExactlyOne>
5      <wsp:All>
6        <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1">
7        </msb:BinaryEncoding>
8        <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
9          <wsp:Policy>
10            <sp:TransportToken>
11              <wsp:Policy>
12                <msf:WindowsTransportSecurity xmlns:msf="http://schemas.microsoft.com/ws/2006/05/framing/policy">
13                  <msf:ProtectionLevel>EncryptAndSign</msf:ProtectionLevel>
14                </msf:WindowsTransportSecurity>
15              </wsp:Policy>
16            </sp:TransportToken>
17            <sp:AlgorithmSuite>
18              <wsp:Policy>
19                <sp:Basic256>
20                </sp:Basic256>
21              </wsp:Policy>
22            </sp:AlgorithmSuite>
23            <sp:Layout>
24              <wsp:Policy>
25                <sp:Strict>
26                </sp:Strict>
27              </wsp:Policy>
28            </sp:Layout>
29          </wsp:Policy>
30        </sp:TransportBinding>
31        <wsaw:UsingAddressing>
32        </wsaw:UsingAddressing>
33      </wsp:All>
34    </wsp:ExactlyOne>
35  </wsp:Policy>
36  <wsdl:types>
37    <xsd:schema targetNamespace="http://tempuri.org/Imports">
38      <xsd:import namespace="http://tempuri.org/" />
39      <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
40      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Slave.Core.ClientConsoleService" />
41      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Slave.Common" />
42      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Calendar" />
43      <xsd:import namespace="http://schemas.datacontract.org/2004/07/System.Drawing" />
44    </xsd:schema>
45  </wsdl:types>
46  <wsdl:message name="ISlaveConsoleCommunicator_GetStatusInfos_InputMessage">
47    <wsdl:part name="parameters" element="tns:GetStatusInfos" />
48  </wsdl:message>
49  <wsdl:message name="ISlaveConsoleCommunicator_GetStatusInfos_OutputMessage">
50    <wsdl:part name="parameters" element="tns:GetStatusInfosResponse" />
51  </wsdl:message>
52  <wsdl:message name="ISlaveConsoleCommunicator_SetConnection_InputMessage">
53    <wsdl:part name="parameters" element="tns:SetConnection" />
54  </wsdl:message>
55  <wsdl:message name="ISlaveConsoleCommunicator_SetConnection_OutputMessage">
56    <wsdl:part name="parameters" element="tns:SetConnectionResponse" />
57  </wsdl:message>
58  <wsdl:message name="ISlaveConsoleCommunicator_Disconnect_InputMessage">
59    <wsdl:part name="parameters" element="tns:Disconnect" />
60  </wsdl:message>
61  <wsdl:message name="ISlaveConsoleCommunicator_Disconnect_OutputMessage">
62    <wsdl:part name="parameters" element="tns:DisconnectResponse" />
63  </wsdl:message>
64  <wsdl:message name="ISlaveConsoleCommunicator_GetCurrentConnection_InputMessage">
65    <wsdl:part name="parameters" element="tns:GetCurrentConnection" />
66  </wsdl:message>
67  <wsdl:message name="ISlaveConsoleCommunicator_GetCurrentConnection_OutputMessage">
68    <wsdl:part name="parameters" element="tns:GetCurrentConnectionResponse" />
69  </wsdl:message>
70  <wsdl:message name="ISlaveConsoleCommunicator_ShutdownClient_InputMessage">
71    <wsdl:part name="parameters" element="tns:ShutdownClient" />
72  </wsdl:message>
73  <wsdl:message name="ISlaveConsoleCommunicator_ShutdownClient_OutputMessage">
74    <wsdl:part name="parameters" element="tns:ShutdownClientResponse" />
75  </wsdl:message>
76  <wsdl:message name="ISlaveConsoleCommunicator_SetUptimeCalendar_InputMessage">
77    <wsdl:part name="parameters" element="tns:SetUptimeCalendar" />
78  </wsdl:message>
79  <wsdl:message name="ISlaveConsoleCommunicator_SetUptimeCalendar_OutputMessage">
80    <wsdl:part name="parameters" element="tns:SetUptimeCalendarResponse" />
81  </wsdl:message>
82  <wsdl:message name="ISlaveConsoleCommunicator_GetUptimeCalendar_InputMessage">
83    <wsdl:part name="parameters" element="tns:GetUptimeCalendar" />
84  </wsdl:message>
85  <wsdl:message name="ISlaveConsoleCommunicator_GetUptimeCalendar_OutputMessage">
86    <wsdl:part name="parameters" element="tns:GetUptimeCalendarResponse" />
87  </wsdl:message>
88  <wsdl:portType name="ISlaveConsoleCommunicator">
89    <wsdl:operation name="GetStatusInfos">
90      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/GetStatusInfos" message="tns:ISlaveConsoleCommunicator_GetStatusInfos_InputMessage" />
91      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/GetStatusInfosResponse" message="tns:ISlaveConsoleCommunicator_GetStatusInfos_OutputMessage" />
92    </wsdl:operation>
93    <wsdl:operation name="SetConnection">
94      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/SetConnection" message="tns:ISlaveConsoleCommunicator_SetConnection_InputMessage" />
95      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/SetConnectionResponse" message="tns:ISlaveConsoleCommunicator_SetConnection_OutputMessage" />
96    </wsdl:operation>
97    <wsdl:operation name="Disconnect">
98      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/Disconnect" message="tns:ISlaveConsoleCommunicator_Disconnect_InputMessage" />
99      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/DisconnectResponse" message="tns:ISlaveConsoleCommunicator_Disconnect_OutputMessage" />
100    </wsdl:operation>
101    <wsdl:operation name="GetCurrentConnection">
102      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/GetCurrentConnection" message="tns:ISlaveConsoleCommunicator_GetCurrentConnection_InputMessage" />
103      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/GetCurrentConnectionResponse" message="tns:ISlaveConsoleCommunicator_GetCurrentConnection_OutputMessage" />
104    </wsdl:operation>
105    <wsdl:operation name="ShutdownClient">
106      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/ShutdownClient" message="tns:ISlaveConsoleCommunicator_ShutdownClient_InputMessage" />
107      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/ShutdownClientResponse" message="tns:ISlaveConsoleCommunicator_ShutdownClient_OutputMessage" />
108    </wsdl:operation>
109    <wsdl:operation name="SetUptimeCalendar">
110      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/SetUptimeCalendar" message="tns:ISlaveConsoleCommunicator_SetUptimeCalendar_InputMessage" />
111      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/SetUptimeCalendarResponse" message="tns:ISlaveConsoleCommunicator_SetUptimeCalendar_OutputMessage" />
112    </wsdl:operation>
113    <wsdl:operation name="GetUptimeCalendar">
114      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/GetUptimeCalendar" message="tns:ISlaveConsoleCommunicator_GetUptimeCalendar_InputMessage" />
115      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveConsoleCommunicator/GetUptimeCalendarResponse" message="tns:ISlaveConsoleCommunicator_GetUptimeCalendar_OutputMessage" />
116    </wsdl:operation>
117  </wsdl:portType>
118  <wsdl:binding name="NetTcpBinding_ISlaveConsoleCommunicator" type="tns:ISlaveConsoleCommunicator">
119    <wsp:PolicyReference URI="#NetTcpBinding_ISlaveConsoleCommunicator_policy">
120    </wsp:PolicyReference>
121    <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
122    <wsdl:operation name="GetStatusInfos">
123      <soap12:operation soapAction="http://tempuri.org/ISlaveConsoleCommunicator/GetStatusInfos" style="document" />
124      <wsdl:input>
125        <soap12:body use="literal" />
126      </wsdl:input>
127      <wsdl:output>
128        <soap12:body use="literal" />
129      </wsdl:output>
130    </wsdl:operation>
131    <wsdl:operation name="SetConnection">
132      <soap12:operation soapAction="http://tempuri.org/ISlaveConsoleCommunicator/SetConnection" style="document" />
133      <wsdl:input>
134        <soap12:body use="literal" />
135      </wsdl:input>
136      <wsdl:output>
137        <soap12:body use="literal" />
138      </wsdl:output>
139    </wsdl:operation>
140    <wsdl:operation name="Disconnect">
141      <soap12:operation soapAction="http://tempuri.org/ISlaveConsoleCommunicator/Disconnect" style="document" />
142      <wsdl:input>
143        <soap12:body use="literal" />
144      </wsdl:input>
145      <wsdl:output>
146        <soap12:body use="literal" />
147      </wsdl:output>
148    </wsdl:operation>
149    <wsdl:operation name="GetCurrentConnection">
150      <soap12:operation soapAction="http://tempuri.org/ISlaveConsoleCommunicator/GetCurrentConnection" style="document" />
151      <wsdl:input>
152        <soap12:body use="literal" />
153      </wsdl:input>
154      <wsdl:output>
155        <soap12:body use="literal" />
156      </wsdl:output>
157    </wsdl:operation>
158    <wsdl:operation name="ShutdownClient">
159      <soap12:operation soapAction="http://tempuri.org/ISlaveConsoleCommunicator/ShutdownClient" style="document" />
160      <wsdl:input>
161        <soap12:body use="literal" />
162      </wsdl:input>
163      <wsdl:output>
164        <soap12:body use="literal" />
165      </wsdl:output>
166    </wsdl:operation>
167    <wsdl:operation name="SetUptimeCalendar">
168      <soap12:operation soapAction="http://tempuri.org/ISlaveConsoleCommunicator/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/ISlaveConsoleCommunicator/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>
185  </wsdl:binding>
186  <wsdl:service name="SlaveConsoleCommunicator">
187    <wsdl:port name="NetTcpBinding_ISlaveConsoleCommunicator" binding="tns:NetTcpBinding_ISlaveConsoleCommunicator">
188      <soap12:address location="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" />
189      <wsa10:EndpointReference>
190        <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address>
191        <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
192          <Upn>S0920454044@hagenberg.fhooe.at</Upn>
193        </Identity>
194      </wsa10:EndpointReference>
195    </wsdl:port>
196  </wsdl:service>
197</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.