Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/service.wsdl @ 993

Last change on this file since 993 was 993, checked in by kgrading, 15 years ago

refactored for #437

File size: 8.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<wsdl:definitions 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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 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:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:tns="http://tempuri.org/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" name="ClientCommunicator" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3  <wsp:Policy wsu:Id="NetTcpBinding_IClientCommunicator_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.Contracts.BusinessObjects" />
41      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" />
42      <xsd:import namespace="http://schemas.datacontract.org/2004/07/System" />
43    </xsd:schema>
44  </wsdl:types>
45  <wsdl:message name="IClientCommunicator_Login_InputMessage">
46    <wsdl:part name="parameters" element="tns:Login" />
47  </wsdl:message>
48  <wsdl:message name="IClientCommunicator_Login_OutputMessage">
49    <wsdl:part name="parameters" element="tns:LoginResponse" />
50  </wsdl:message>
51  <wsdl:message name="IClientCommunicator_SendHeartBeat_InputMessage">
52    <wsdl:part name="parameters" element="tns:SendHeartBeat" />
53  </wsdl:message>
54  <wsdl:message name="IClientCommunicator_SendHeartBeat_OutputMessage">
55    <wsdl:part name="parameters" element="tns:SendHeartBeatResponse" />
56  </wsdl:message>
57  <wsdl:message name="IClientCommunicator_PullJob_InputMessage">
58    <wsdl:part name="parameters" element="tns:PullJob" />
59  </wsdl:message>
60  <wsdl:message name="IClientCommunicator_PullJob_OutputMessage">
61    <wsdl:part name="parameters" element="tns:PullJobResponse" />
62  </wsdl:message>
63  <wsdl:message name="IClientCommunicator_SendJobResult_InputMessage">
64    <wsdl:part name="parameters" element="tns:SendJobResult" />
65  </wsdl:message>
66  <wsdl:message name="IClientCommunicator_SendJobResult_OutputMessage">
67    <wsdl:part name="parameters" element="tns:SendJobResultResponse" />
68  </wsdl:message>
69  <wsdl:message name="IClientCommunicator_Logout_InputMessage">
70    <wsdl:part name="parameters" element="tns:Logout" />
71  </wsdl:message>
72  <wsdl:message name="IClientCommunicator_Logout_OutputMessage">
73    <wsdl:part name="parameters" element="tns:LogoutResponse" />
74  </wsdl:message>
75  <wsdl:portType name="IClientCommunicator">
76    <wsdl:operation name="Login">
77      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/Login" message="tns:IClientCommunicator_Login_InputMessage" />
78      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/LoginResponse" message="tns:IClientCommunicator_Login_OutputMessage" />
79    </wsdl:operation>
80    <wsdl:operation name="SendHeartBeat">
81      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/SendHeartBeat" message="tns:IClientCommunicator_SendHeartBeat_InputMessage" />
82      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/SendHeartBeatResponse" message="tns:IClientCommunicator_SendHeartBeat_OutputMessage" />
83    </wsdl:operation>
84    <wsdl:operation name="PullJob">
85      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/PullJob" message="tns:IClientCommunicator_PullJob_InputMessage" />
86      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/PullJobResponse" message="tns:IClientCommunicator_PullJob_OutputMessage" />
87    </wsdl:operation>
88    <wsdl:operation name="SendJobResult">
89      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/SendJobResult" message="tns:IClientCommunicator_SendJobResult_InputMessage" />
90      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/SendJobResultResponse" message="tns:IClientCommunicator_SendJobResult_OutputMessage" />
91    </wsdl:operation>
92    <wsdl:operation name="Logout">
93      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/Logout" message="tns:IClientCommunicator_Logout_InputMessage" />
94      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/LogoutResponse" message="tns:IClientCommunicator_Logout_OutputMessage" />
95    </wsdl:operation>
96  </wsdl:portType>
97  <wsdl:binding name="NetTcpBinding_IClientCommunicator" type="tns:IClientCommunicator">
98    <wsp:PolicyReference URI="#NetTcpBinding_IClientCommunicator_policy">
99    </wsp:PolicyReference>
100    <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
101    <wsdl:operation name="Login">
102      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/Login" style="document" />
103      <wsdl:input>
104        <soap12:body use="literal" />
105      </wsdl:input>
106      <wsdl:output>
107        <soap12:body use="literal" />
108      </wsdl:output>
109    </wsdl:operation>
110    <wsdl:operation name="SendHeartBeat">
111      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/SendHeartBeat" style="document" />
112      <wsdl:input>
113        <soap12:body use="literal" />
114      </wsdl:input>
115      <wsdl:output>
116        <soap12:body use="literal" />
117      </wsdl:output>
118    </wsdl:operation>
119    <wsdl:operation name="PullJob">
120      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/PullJob" style="document" />
121      <wsdl:input>
122        <soap12:body use="literal" />
123      </wsdl:input>
124      <wsdl:output>
125        <soap12:body use="literal" />
126      </wsdl:output>
127    </wsdl:operation>
128    <wsdl:operation name="SendJobResult">
129      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/SendJobResult" style="document" />
130      <wsdl:input>
131        <soap12:body use="literal" />
132      </wsdl:input>
133      <wsdl:output>
134        <soap12:body use="literal" />
135      </wsdl:output>
136    </wsdl:operation>
137    <wsdl:operation name="Logout">
138      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/Logout" style="document" />
139      <wsdl:input>
140        <soap12:body use="literal" />
141      </wsdl:input>
142      <wsdl:output>
143        <soap12:body use="literal" />
144      </wsdl:output>
145    </wsdl:operation>
146  </wsdl:binding>
147  <wsdl:service name="ClientCommunicator">
148    <wsdl:port name="NetTcpBinding_IClientCommunicator" binding="tns:NetTcpBinding_IClientCommunicator">
149      <soap12:address location="net.tcp://10.0.0.64:9000/HiveServer/ClientCommunicator" />
150      <wsa10:EndpointReference>
151        <wsa10:Address>net.tcp://10.0.0.64:9000/HiveServer/ClientCommunicator</wsa10:Address>
152        <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
153          <Upn>sem-PC\sem</Upn>
154        </Identity>
155      </wsa10:EndpointReference>
156    </wsdl:port>
157  </wsdl:service>
158</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.