Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/service1.wsdl @ 1379

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

splitted the sendfinishedjob / snapshot method in two seperate methods, fixed the locking, added real memory management (#529)

File size: 11.1 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="ClientFacade" 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        <wsrm:RMAssertion xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm/policy">
7          <wsrm:InactivityTimeout Milliseconds="600000">
8          </wsrm:InactivityTimeout>
9          <wsrm:AcknowledgementInterval Milliseconds="200">
10          </wsrm:AcknowledgementInterval>
11        </wsrm:RMAssertion>
12        <msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1">
13        </msb:BinaryEncoding>
14        <wsaw:UsingAddressing>
15        </wsaw:UsingAddressing>
16      </wsp:All>
17    </wsp:ExactlyOne>
18  </wsp:Policy>
19  <wsdl:types>
20    <xsd:schema targetNamespace="http://tempuri.org/Imports">
21      <xsd:import namespace="http://tempuri.org/" />
22      <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
23      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts.BusinessObjects" />
24      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.DataAccess" />
25      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" />
26      <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
27      <xsd:import namespace="http://schemas.datacontract.org/2004/07/System" />
28    </xsd:schema>
29  </wsdl:types>
30  <wsdl:message name="IClientCommunicator_Login_InputMessage">
31    <wsdl:part name="parameters" element="tns:Login" />
32  </wsdl:message>
33  <wsdl:message name="IClientCommunicator_Login_OutputMessage">
34    <wsdl:part name="parameters" element="tns:LoginResponse" />
35  </wsdl:message>
36  <wsdl:message name="IClientCommunicator_ProcessHeartBeat_InputMessage">
37    <wsdl:part name="parameters" element="tns:ProcessHeartBeat" />
38  </wsdl:message>
39  <wsdl:message name="IClientCommunicator_ProcessHeartBeat_OutputMessage">
40    <wsdl:part name="parameters" element="tns:ProcessHeartBeatResponse" />
41  </wsdl:message>
42  <wsdl:message name="IClientCommunicator_SendJob_InputMessage">
43    <wsdl:part name="parameters" element="tns:SendJob" />
44  </wsdl:message>
45  <wsdl:message name="IClientCommunicator_SendJob_OutputMessage">
46    <wsdl:part name="parameters" element="tns:SendJobResponse" />
47  </wsdl:message>
48  <wsdl:message name="IClientCommunicator_StoreFinishedJobResult_InputMessage">
49    <wsdl:part name="parameters" element="tns:StoreFinishedJobResult" />
50  </wsdl:message>
51  <wsdl:message name="IClientCommunicator_StoreFinishedJobResult_OutputMessage">
52    <wsdl:part name="parameters" element="tns:StoreFinishedJobResultResponse" />
53  </wsdl:message>
54  <wsdl:message name="IClientCommunicator_ProcessSnapshot_InputMessage">
55    <wsdl:part name="parameters" element="tns:ProcessSnapshot" />
56  </wsdl:message>
57  <wsdl:message name="IClientCommunicator_ProcessSnapshot_OutputMessage">
58    <wsdl:part name="parameters" element="tns:ProcessSnapshotResponse" />
59  </wsdl:message>
60  <wsdl:message name="IClientCommunicator_Logout_InputMessage">
61    <wsdl:part name="parameters" element="tns:Logout" />
62  </wsdl:message>
63  <wsdl:message name="IClientCommunicator_Logout_OutputMessage">
64    <wsdl:part name="parameters" element="tns:LogoutResponse" />
65  </wsdl:message>
66  <wsdl:message name="IClientCommunicator_IsJobStillNeeded_InputMessage">
67    <wsdl:part name="parameters" element="tns:IsJobStillNeeded" />
68  </wsdl:message>
69  <wsdl:message name="IClientCommunicator_IsJobStillNeeded_OutputMessage">
70    <wsdl:part name="parameters" element="tns:IsJobStillNeededResponse" />
71  </wsdl:message>
72  <wsdl:message name="IClientCommunicator_SendPlugins_InputMessage">
73    <wsdl:part name="parameters" element="tns:SendPlugins" />
74  </wsdl:message>
75  <wsdl:message name="IClientCommunicator_SendPlugins_OutputMessage">
76    <wsdl:part name="parameters" element="tns:SendPluginsResponse" />
77  </wsdl:message>
78  <wsdl:portType name="IClientCommunicator">
79    <wsdl:operation name="Login">
80      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/Login" message="tns:IClientCommunicator_Login_InputMessage" />
81      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/LoginResponse" message="tns:IClientCommunicator_Login_OutputMessage" />
82    </wsdl:operation>
83    <wsdl:operation name="ProcessHeartBeat">
84      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/ProcessHeartBeat" message="tns:IClientCommunicator_ProcessHeartBeat_InputMessage" />
85      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/ProcessHeartBeatResponse" message="tns:IClientCommunicator_ProcessHeartBeat_OutputMessage" />
86    </wsdl:operation>
87    <wsdl:operation name="SendJob">
88      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/SendJob" message="tns:IClientCommunicator_SendJob_InputMessage" />
89      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/SendJobResponse" message="tns:IClientCommunicator_SendJob_OutputMessage" />
90    </wsdl:operation>
91    <wsdl:operation name="StoreFinishedJobResult">
92      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/StoreFinishedJobResult" message="tns:IClientCommunicator_StoreFinishedJobResult_InputMessage" />
93      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/StoreFinishedJobResultResponse" message="tns:IClientCommunicator_StoreFinishedJobResult_OutputMessage" />
94    </wsdl:operation>
95    <wsdl:operation name="ProcessSnapshot">
96      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/ProcessSnapshot" message="tns:IClientCommunicator_ProcessSnapshot_InputMessage" />
97      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/ProcessSnapshotResponse" message="tns:IClientCommunicator_ProcessSnapshot_OutputMessage" />
98    </wsdl:operation>
99    <wsdl:operation name="Logout">
100      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/Logout" message="tns:IClientCommunicator_Logout_InputMessage" />
101      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/LogoutResponse" message="tns:IClientCommunicator_Logout_OutputMessage" />
102    </wsdl:operation>
103    <wsdl:operation name="IsJobStillNeeded">
104      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/IsJobStillNeeded" message="tns:IClientCommunicator_IsJobStillNeeded_InputMessage" />
105      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/IsJobStillNeededResponse" message="tns:IClientCommunicator_IsJobStillNeeded_OutputMessage" />
106    </wsdl:operation>
107    <wsdl:operation name="SendPlugins">
108      <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/SendPlugins" message="tns:IClientCommunicator_SendPlugins_InputMessage" />
109      <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/SendPluginsResponse" message="tns:IClientCommunicator_SendPlugins_OutputMessage" />
110    </wsdl:operation>
111  </wsdl:portType>
112  <wsdl:binding name="NetTcpBinding_IClientCommunicator" type="tns:IClientCommunicator">
113    <wsp:PolicyReference URI="#NetTcpBinding_IClientCommunicator_policy">
114    </wsp:PolicyReference>
115    <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
116    <wsdl:operation name="Login">
117      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/Login" style="document" />
118      <wsdl:input>
119        <soap12:body use="literal" />
120      </wsdl:input>
121      <wsdl:output>
122        <soap12:body use="literal" />
123      </wsdl:output>
124    </wsdl:operation>
125    <wsdl:operation name="ProcessHeartBeat">
126      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/ProcessHeartBeat" style="document" />
127      <wsdl:input>
128        <soap12:body use="literal" />
129      </wsdl:input>
130      <wsdl:output>
131        <soap12:body use="literal" />
132      </wsdl:output>
133    </wsdl:operation>
134    <wsdl:operation name="SendJob">
135      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/SendJob" style="document" />
136      <wsdl:input>
137        <soap12:body use="literal" />
138      </wsdl:input>
139      <wsdl:output>
140        <soap12:body use="literal" />
141      </wsdl:output>
142    </wsdl:operation>
143    <wsdl:operation name="StoreFinishedJobResult">
144      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/StoreFinishedJobResult" style="document" />
145      <wsdl:input>
146        <soap12:body use="literal" />
147      </wsdl:input>
148      <wsdl:output>
149        <soap12:body use="literal" />
150      </wsdl:output>
151    </wsdl:operation>
152    <wsdl:operation name="ProcessSnapshot">
153      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/ProcessSnapshot" style="document" />
154      <wsdl:input>
155        <soap12:body use="literal" />
156      </wsdl:input>
157      <wsdl:output>
158        <soap12:body use="literal" />
159      </wsdl:output>
160    </wsdl:operation>
161    <wsdl:operation name="Logout">
162      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/Logout" style="document" />
163      <wsdl:input>
164        <soap12:body use="literal" />
165      </wsdl:input>
166      <wsdl:output>
167        <soap12:body use="literal" />
168      </wsdl:output>
169    </wsdl:operation>
170    <wsdl:operation name="IsJobStillNeeded">
171      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/IsJobStillNeeded" style="document" />
172      <wsdl:input>
173        <soap12:body use="literal" />
174      </wsdl:input>
175      <wsdl:output>
176        <soap12:body use="literal" />
177      </wsdl:output>
178    </wsdl:operation>
179    <wsdl:operation name="SendPlugins">
180      <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/SendPlugins" style="document" />
181      <wsdl:input>
182        <soap12:body use="literal" />
183      </wsdl:input>
184      <wsdl:output>
185        <soap12:body use="literal" />
186      </wsdl:output>
187    </wsdl:operation>
188  </wsdl:binding>
189  <wsdl:service name="ClientFacade">
190    <wsdl:port name="NetTcpBinding_IClientCommunicator" binding="tns:NetTcpBinding_IClientCommunicator">
191      <soap12:address location="net.tcp://10.20.53.3:9000/HiveServer/ClientCommunicator" />
192      <wsa10:EndpointReference>
193        <wsa10:Address>net.tcp://10.20.53.3:9000/HiveServer/ClientCommunicator</wsa10:Address>
194      </wsa10:EndpointReference>
195    </wsdl:port>
196  </wsdl:service>
197</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.