Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/service.wsdl @ 954

Last change on this file since 954 was 954, checked in by whackl, 16 years ago

added some services stuff for wcf (#397)

File size: 7.9 KB
Line 
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_GetConnection_InputMessage">
51    <wsdl:part name="parameters" element="tns:GetConnection" />
52  </wsdl:message>
53  <wsdl:message name="IClientConsoleCommunicator_GetConnection_OutputMessage">
54    <wsdl:part name="parameters" element="tns:GetConnectionResponse" />
55  </wsdl:message>
56  <wsdl:message name="IClientConsoleCommunicator_SetConnection_InputMessage">
57    <wsdl:part name="parameters" element="tns:SetConnection" />
58  </wsdl:message>
59  <wsdl:message name="IClientConsoleCommunicator_SetConnection_OutputMessage">
60    <wsdl:part name="parameters" element="tns:SetConnectionResponse" />
61  </wsdl:message>
62  <wsdl:message name="IClientConsoleCommunicator_Disconnect_InputMessage">
63    <wsdl:part name="parameters" element="tns:Disconnect" />
64  </wsdl:message>
65  <wsdl:message name="IClientConsoleCommunicator_Disconnect_OutputMessage">
66    <wsdl:part name="parameters" element="tns:DisconnectResponse" />
67  </wsdl:message>
68  <wsdl:portType name="IClientConsoleCommunicator">
69    <wsdl:operation name="GetStatusInfos">
70      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfos" message="tns:IClientConsoleCommunicator_GetStatusInfos_InputMessage" />
71      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfosResponse" message="tns:IClientConsoleCommunicator_GetStatusInfos_OutputMessage" />
72    </wsdl:operation>
73    <wsdl:operation name="GetConnection">
74      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetConnection" message="tns:IClientConsoleCommunicator_GetConnection_InputMessage" />
75      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetConnectionResponse" message="tns:IClientConsoleCommunicator_GetConnection_OutputMessage" />
76    </wsdl:operation>
77    <wsdl:operation name="SetConnection">
78      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetConnection" message="tns:IClientConsoleCommunicator_SetConnection_InputMessage" />
79      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetConnectionResponse" message="tns:IClientConsoleCommunicator_SetConnection_OutputMessage" />
80    </wsdl:operation>
81    <wsdl:operation name="Disconnect">
82      <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/Disconnect" message="tns:IClientConsoleCommunicator_Disconnect_InputMessage" />
83      <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/DisconnectResponse" message="tns:IClientConsoleCommunicator_Disconnect_OutputMessage" />
84    </wsdl:operation>
85  </wsdl:portType>
86  <wsdl:binding name="NetTcpBinding_IClientConsoleCommunicator" type="tns:IClientConsoleCommunicator">
87    <wsp:PolicyReference URI="#NetTcpBinding_IClientConsoleCommunicator_policy">
88    </wsp:PolicyReference>
89    <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
90    <wsdl:operation name="GetStatusInfos">
91      <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfos" style="document" />
92      <wsdl:input>
93        <soap12:body use="literal" />
94      </wsdl:input>
95      <wsdl:output>
96        <soap12:body use="literal" />
97      </wsdl:output>
98    </wsdl:operation>
99    <wsdl:operation name="GetConnection">
100      <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetConnection" style="document" />
101      <wsdl:input>
102        <soap12:body use="literal" />
103      </wsdl:input>
104      <wsdl:output>
105        <soap12:body use="literal" />
106      </wsdl:output>
107    </wsdl:operation>
108    <wsdl:operation name="SetConnection">
109      <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/SetConnection" style="document" />
110      <wsdl:input>
111        <soap12:body use="literal" />
112      </wsdl:input>
113      <wsdl:output>
114        <soap12:body use="literal" />
115      </wsdl:output>
116    </wsdl:operation>
117    <wsdl:operation name="Disconnect">
118      <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/Disconnect" style="document" />
119      <wsdl:input>
120        <soap12:body use="literal" />
121      </wsdl:input>
122      <wsdl:output>
123        <soap12:body use="literal" />
124      </wsdl:output>
125    </wsdl:operation>
126  </wsdl:binding>
127  <wsdl:service name="ClientConsoleCommunicator">
128    <wsdl:port name="NetTcpBinding_IClientConsoleCommunicator" binding="tns:NetTcpBinding_IClientConsoleCommunicator">
129      <soap12:address location="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" />
130      <wsa10:EndpointReference>
131        <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address>
132        <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
133          <Upn>mse08004@fhs-hagenberg.ac.at</Upn>
134        </Identity>
135      </wsa10:EndpointReference>
136    </wsdl:port>
137  </wsdl:service>
138</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.