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:schema>
|
---|
42 | </wsdl:types>
|
---|
43 | <wsdl:message name="IClientConsoleCommunicator_GetStatusInfos_InputMessage">
|
---|
44 | <wsdl:part name="parameters" element="tns:GetStatusInfos" />
|
---|
45 | </wsdl:message>
|
---|
46 | <wsdl:message name="IClientConsoleCommunicator_GetStatusInfos_OutputMessage">
|
---|
47 | <wsdl:part name="parameters" element="tns:GetStatusInfosResponse" />
|
---|
48 | </wsdl:message>
|
---|
49 | <wsdl:message name="IClientConsoleCommunicator_GetConnection_InputMessage">
|
---|
50 | <wsdl:part name="parameters" element="tns:GetConnection" />
|
---|
51 | </wsdl:message>
|
---|
52 | <wsdl:message name="IClientConsoleCommunicator_GetConnection_OutputMessage">
|
---|
53 | <wsdl:part name="parameters" element="tns:GetConnectionResponse" />
|
---|
54 | </wsdl:message>
|
---|
55 | <wsdl:message name="IClientConsoleCommunicator_SetConnection_InputMessage">
|
---|
56 | <wsdl:part name="parameters" element="tns:SetConnection" />
|
---|
57 | </wsdl:message>
|
---|
58 | <wsdl:message name="IClientConsoleCommunicator_SetConnection_OutputMessage">
|
---|
59 | <wsdl:part name="parameters" element="tns:SetConnectionResponse" />
|
---|
60 | </wsdl:message>
|
---|
61 | <wsdl:portType name="IClientConsoleCommunicator">
|
---|
62 | <wsdl:operation name="GetStatusInfos">
|
---|
63 | <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfos" message="tns:IClientConsoleCommunicator_GetStatusInfos_InputMessage" />
|
---|
64 | <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfosResponse" message="tns:IClientConsoleCommunicator_GetStatusInfos_OutputMessage" />
|
---|
65 | </wsdl:operation>
|
---|
66 | <wsdl:operation name="GetConnection">
|
---|
67 | <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetConnection" message="tns:IClientConsoleCommunicator_GetConnection_InputMessage" />
|
---|
68 | <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetConnectionResponse" message="tns:IClientConsoleCommunicator_GetConnection_OutputMessage" />
|
---|
69 | </wsdl:operation>
|
---|
70 | <wsdl:operation name="SetConnection">
|
---|
71 | <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetConnection" message="tns:IClientConsoleCommunicator_SetConnection_InputMessage" />
|
---|
72 | <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetConnectionResponse" message="tns:IClientConsoleCommunicator_SetConnection_OutputMessage" />
|
---|
73 | </wsdl:operation>
|
---|
74 | </wsdl:portType>
|
---|
75 | <wsdl:binding name="NetTcpBinding_IClientConsoleCommunicator" type="tns:IClientConsoleCommunicator">
|
---|
76 | <wsp:PolicyReference URI="#NetTcpBinding_IClientConsoleCommunicator_policy">
|
---|
77 | </wsp:PolicyReference>
|
---|
78 | <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
|
---|
79 | <wsdl:operation name="GetStatusInfos">
|
---|
80 | <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfos" style="document" />
|
---|
81 | <wsdl:input>
|
---|
82 | <soap12:body use="literal" />
|
---|
83 | </wsdl:input>
|
---|
84 | <wsdl:output>
|
---|
85 | <soap12:body use="literal" />
|
---|
86 | </wsdl:output>
|
---|
87 | </wsdl:operation>
|
---|
88 | <wsdl:operation name="GetConnection">
|
---|
89 | <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetConnection" style="document" />
|
---|
90 | <wsdl:input>
|
---|
91 | <soap12:body use="literal" />
|
---|
92 | </wsdl:input>
|
---|
93 | <wsdl:output>
|
---|
94 | <soap12:body use="literal" />
|
---|
95 | </wsdl:output>
|
---|
96 | </wsdl:operation>
|
---|
97 | <wsdl:operation name="SetConnection">
|
---|
98 | <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/SetConnection" style="document" />
|
---|
99 | <wsdl:input>
|
---|
100 | <soap12:body use="literal" />
|
---|
101 | </wsdl:input>
|
---|
102 | <wsdl:output>
|
---|
103 | <soap12:body use="literal" />
|
---|
104 | </wsdl:output>
|
---|
105 | </wsdl:operation>
|
---|
106 | </wsdl:binding>
|
---|
107 | <wsdl:service name="ClientConsoleCommunicator">
|
---|
108 | <wsdl:port name="NetTcpBinding_IClientConsoleCommunicator" binding="tns:NetTcpBinding_IClientConsoleCommunicator">
|
---|
109 | <soap12:address location="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" />
|
---|
110 | <wsa10:EndpointReference>
|
---|
111 | <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address>
|
---|
112 | <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
|
---|
113 | <Upn>mse08004@fhs-hagenberg.ac.at</Upn>
|
---|
114 | </Identity>
|
---|
115 | </wsa10:EndpointReference>
|
---|
116 | </wsdl:port>
|
---|
117 | </wsdl:service>
|
---|
118 | </wsdl:definitions> |
---|