1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:tns="http://tempuri.org/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="ClientConsoleCommunicator" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
---|
3 | <wsp:Policy wsu:Id="NetTcpBinding_IClientConsoleCommunicator_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.Client.Core.ClientConsoleService" />
|
---|
41 | <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Common" />
|
---|
42 | </xsd:schema>
|
---|
43 | </wsdl:types>
|
---|
44 | <wsdl:message name="IClientConsoleCommunicator_GetStatusInfos_InputMessage">
|
---|
45 | <wsdl:part name="parameters" element="tns:GetStatusInfos" />
|
---|
46 | </wsdl:message>
|
---|
47 | <wsdl:message name="IClientConsoleCommunicator_GetStatusInfos_OutputMessage">
|
---|
48 | <wsdl:part name="parameters" element="tns:GetStatusInfosResponse" />
|
---|
49 | </wsdl:message>
|
---|
50 | <wsdl:message name="IClientConsoleCommunicator_SetConnection_InputMessage">
|
---|
51 | <wsdl:part name="parameters" element="tns:SetConnection" />
|
---|
52 | </wsdl:message>
|
---|
53 | <wsdl:message name="IClientConsoleCommunicator_SetConnection_OutputMessage">
|
---|
54 | <wsdl:part name="parameters" element="tns:SetConnectionResponse" />
|
---|
55 | </wsdl:message>
|
---|
56 | <wsdl:message name="IClientConsoleCommunicator_Disconnect_InputMessage">
|
---|
57 | <wsdl:part name="parameters" element="tns:Disconnect" />
|
---|
58 | </wsdl:message>
|
---|
59 | <wsdl:message name="IClientConsoleCommunicator_Disconnect_OutputMessage">
|
---|
60 | <wsdl:part name="parameters" element="tns:DisconnectResponse" />
|
---|
61 | </wsdl:message>
|
---|
62 | <wsdl:message name="IClientConsoleCommunicator_GetCurrentConnection_InputMessage">
|
---|
63 | <wsdl:part name="parameters" element="tns:GetCurrentConnection" />
|
---|
64 | </wsdl:message>
|
---|
65 | <wsdl:message name="IClientConsoleCommunicator_GetCurrentConnection_OutputMessage">
|
---|
66 | <wsdl:part name="parameters" element="tns:GetCurrentConnectionResponse" />
|
---|
67 | </wsdl:message>
|
---|
68 | <wsdl:message name="IClientConsoleCommunicator_ShutdownClient_InputMessage">
|
---|
69 | <wsdl:part name="parameters" element="tns:ShutdownClient" />
|
---|
70 | </wsdl:message>
|
---|
71 | <wsdl:message name="IClientConsoleCommunicator_ShutdownClient_OutputMessage">
|
---|
72 | <wsdl:part name="parameters" element="tns:ShutdownClientResponse" />
|
---|
73 | </wsdl:message>
|
---|
74 | <wsdl:portType name="IClientConsoleCommunicator">
|
---|
75 | <wsdl:operation name="GetStatusInfos">
|
---|
76 | <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfos" message="tns:IClientConsoleCommunicator_GetStatusInfos_InputMessage" />
|
---|
77 | <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfosResponse" message="tns:IClientConsoleCommunicator_GetStatusInfos_OutputMessage" />
|
---|
78 | </wsdl:operation>
|
---|
79 | <wsdl:operation name="SetConnection">
|
---|
80 | <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetConnection" message="tns:IClientConsoleCommunicator_SetConnection_InputMessage" />
|
---|
81 | <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetConnectionResponse" message="tns:IClientConsoleCommunicator_SetConnection_OutputMessage" />
|
---|
82 | </wsdl:operation>
|
---|
83 | <wsdl:operation name="Disconnect">
|
---|
84 | <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/Disconnect" message="tns:IClientConsoleCommunicator_Disconnect_InputMessage" />
|
---|
85 | <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/DisconnectResponse" message="tns:IClientConsoleCommunicator_Disconnect_OutputMessage" />
|
---|
86 | </wsdl:operation>
|
---|
87 | <wsdl:operation name="GetCurrentConnection">
|
---|
88 | <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetCurrentConnection" message="tns:IClientConsoleCommunicator_GetCurrentConnection_InputMessage" />
|
---|
89 | <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetCurrentConnectionResponse" message="tns:IClientConsoleCommunicator_GetCurrentConnection_OutputMessage" />
|
---|
90 | </wsdl:operation>
|
---|
91 | <wsdl:operation name="ShutdownClient">
|
---|
92 | <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/ShutdownClient" message="tns:IClientConsoleCommunicator_ShutdownClient_InputMessage" />
|
---|
93 | <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/ShutdownClientResponse" message="tns:IClientConsoleCommunicator_ShutdownClient_OutputMessage" />
|
---|
94 | </wsdl:operation>
|
---|
95 | </wsdl:portType>
|
---|
96 | <wsdl:binding name="NetTcpBinding_IClientConsoleCommunicator" type="tns:IClientConsoleCommunicator">
|
---|
97 | <wsp:PolicyReference URI="#NetTcpBinding_IClientConsoleCommunicator_policy">
|
---|
98 | </wsp:PolicyReference>
|
---|
99 | <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
|
---|
100 | <wsdl:operation name="GetStatusInfos">
|
---|
101 | <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfos" style="document" />
|
---|
102 | <wsdl:input>
|
---|
103 | <soap12:body use="literal" />
|
---|
104 | </wsdl:input>
|
---|
105 | <wsdl:output>
|
---|
106 | <soap12:body use="literal" />
|
---|
107 | </wsdl:output>
|
---|
108 | </wsdl:operation>
|
---|
109 | <wsdl:operation name="SetConnection">
|
---|
110 | <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/SetConnection" style="document" />
|
---|
111 | <wsdl:input>
|
---|
112 | <soap12:body use="literal" />
|
---|
113 | </wsdl:input>
|
---|
114 | <wsdl:output>
|
---|
115 | <soap12:body use="literal" />
|
---|
116 | </wsdl:output>
|
---|
117 | </wsdl:operation>
|
---|
118 | <wsdl:operation name="Disconnect">
|
---|
119 | <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/Disconnect" style="document" />
|
---|
120 | <wsdl:input>
|
---|
121 | <soap12:body use="literal" />
|
---|
122 | </wsdl:input>
|
---|
123 | <wsdl:output>
|
---|
124 | <soap12:body use="literal" />
|
---|
125 | </wsdl:output>
|
---|
126 | </wsdl:operation>
|
---|
127 | <wsdl:operation name="GetCurrentConnection">
|
---|
128 | <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetCurrentConnection" style="document" />
|
---|
129 | <wsdl:input>
|
---|
130 | <soap12:body use="literal" />
|
---|
131 | </wsdl:input>
|
---|
132 | <wsdl:output>
|
---|
133 | <soap12:body use="literal" />
|
---|
134 | </wsdl:output>
|
---|
135 | </wsdl:operation>
|
---|
136 | <wsdl:operation name="ShutdownClient">
|
---|
137 | <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/ShutdownClient" style="document" />
|
---|
138 | <wsdl:input>
|
---|
139 | <soap12:body use="literal" />
|
---|
140 | </wsdl:input>
|
---|
141 | <wsdl:output>
|
---|
142 | <soap12:body use="literal" />
|
---|
143 | </wsdl:output>
|
---|
144 | </wsdl:operation>
|
---|
145 | </wsdl:binding>
|
---|
146 | <wsdl:service name="ClientConsoleCommunicator">
|
---|
147 | <wsdl:port name="NetTcpBinding_IClientConsoleCommunicator" binding="tns:NetTcpBinding_IClientConsoleCommunicator">
|
---|
148 | <soap12:address location="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" />
|
---|
149 | <wsa10:EndpointReference>
|
---|
150 | <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address>
|
---|
151 | <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
|
---|
152 | <Upn>mse08026@fhs-hagenberg.ac.at</Upn>
|
---|
153 | </Identity>
|
---|
154 | </wsa10:EndpointReference>
|
---|
155 | </wsdl:port>
|
---|
156 | </wsdl:service>
|
---|
157 | </wsdl:definitions> |
---|