1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <wsdl:definitions name="AdministrationService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
---|
3 | <wsp:Policy wsu:Id="AdministrationService_policy">
|
---|
4 | <wsp:ExactlyOne>
|
---|
5 | <wsp:All>
|
---|
6 | <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
---|
7 | <wsp:Policy>
|
---|
8 | <sp:TransportToken>
|
---|
9 | <wsp:Policy>
|
---|
10 | <sp:HttpsToken RequireClientCertificate="false"/>
|
---|
11 | </wsp:Policy>
|
---|
12 | </sp:TransportToken>
|
---|
13 | <sp:AlgorithmSuite>
|
---|
14 | <wsp:Policy>
|
---|
15 | <sp:Basic256/>
|
---|
16 | </wsp:Policy>
|
---|
17 | </sp:AlgorithmSuite>
|
---|
18 | <sp:Layout>
|
---|
19 | <wsp:Policy>
|
---|
20 | <sp:Lax/>
|
---|
21 | </wsp:Policy>
|
---|
22 | </sp:Layout>
|
---|
23 | <sp:IncludeTimestamp/>
|
---|
24 | </wsp:Policy>
|
---|
25 | </sp:TransportBinding>
|
---|
26 | <sp:SignedSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
---|
27 | <wsp:Policy>
|
---|
28 | <sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
|
---|
29 | <wsp:Policy>
|
---|
30 | <sp:WssUsernameToken10/>
|
---|
31 | </wsp:Policy>
|
---|
32 | </sp:UsernameToken>
|
---|
33 | </wsp:Policy>
|
---|
34 | </sp:SignedSupportingTokens>
|
---|
35 | <sp:Wss10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
---|
36 | <wsp:Policy/>
|
---|
37 | </sp:Wss10>
|
---|
38 | </wsp:All>
|
---|
39 | </wsp:ExactlyOne>
|
---|
40 | </wsp:Policy>
|
---|
41 | <wsdl:types>
|
---|
42 | <xsd:schema targetNamespace="http://tempuri.org/Imports">
|
---|
43 | <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AdministrationService.svc?xsd=xsd0" namespace="http://tempuri.org/"/>
|
---|
44 | <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AdministrationService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
|
---|
45 | <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AdministrationService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Administration.DataTransfer"/>
|
---|
46 | <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AdministrationService.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
|
---|
47 | </xsd:schema>
|
---|
48 | </wsdl:types>
|
---|
49 | <wsdl:message name="IAdministrationService_GetPlatform_InputMessage">
|
---|
50 | <wsdl:part name="parameters" element="tns:GetPlatform"/>
|
---|
51 | </wsdl:message>
|
---|
52 | <wsdl:message name="IAdministrationService_GetPlatform_OutputMessage">
|
---|
53 | <wsdl:part name="parameters" element="tns:GetPlatformResponse"/>
|
---|
54 | </wsdl:message>
|
---|
55 | <wsdl:message name="IAdministrationService_GetPlatforms_InputMessage">
|
---|
56 | <wsdl:part name="parameters" element="tns:GetPlatforms"/>
|
---|
57 | </wsdl:message>
|
---|
58 | <wsdl:message name="IAdministrationService_GetPlatforms_OutputMessage">
|
---|
59 | <wsdl:part name="parameters" element="tns:GetPlatformsResponse"/>
|
---|
60 | </wsdl:message>
|
---|
61 | <wsdl:message name="IAdministrationService_AddPlatform_InputMessage">
|
---|
62 | <wsdl:part name="parameters" element="tns:AddPlatform"/>
|
---|
63 | </wsdl:message>
|
---|
64 | <wsdl:message name="IAdministrationService_AddPlatform_OutputMessage">
|
---|
65 | <wsdl:part name="parameters" element="tns:AddPlatformResponse"/>
|
---|
66 | </wsdl:message>
|
---|
67 | <wsdl:message name="IAdministrationService_UpdatePlatform_InputMessage">
|
---|
68 | <wsdl:part name="parameters" element="tns:UpdatePlatform"/>
|
---|
69 | </wsdl:message>
|
---|
70 | <wsdl:message name="IAdministrationService_UpdatePlatform_OutputMessage">
|
---|
71 | <wsdl:part name="parameters" element="tns:UpdatePlatformResponse"/>
|
---|
72 | </wsdl:message>
|
---|
73 | <wsdl:message name="IAdministrationService_DeletePlatform_InputMessage">
|
---|
74 | <wsdl:part name="parameters" element="tns:DeletePlatform"/>
|
---|
75 | </wsdl:message>
|
---|
76 | <wsdl:message name="IAdministrationService_DeletePlatform_OutputMessage">
|
---|
77 | <wsdl:part name="parameters" element="tns:DeletePlatformResponse"/>
|
---|
78 | </wsdl:message>
|
---|
79 | <wsdl:message name="IAdministrationService_GetAlgorithmClass_InputMessage">
|
---|
80 | <wsdl:part name="parameters" element="tns:GetAlgorithmClass"/>
|
---|
81 | </wsdl:message>
|
---|
82 | <wsdl:message name="IAdministrationService_GetAlgorithmClass_OutputMessage">
|
---|
83 | <wsdl:part name="parameters" element="tns:GetAlgorithmClassResponse"/>
|
---|
84 | </wsdl:message>
|
---|
85 | <wsdl:message name="IAdministrationService_GetAlgorithmClasses_InputMessage">
|
---|
86 | <wsdl:part name="parameters" element="tns:GetAlgorithmClasses"/>
|
---|
87 | </wsdl:message>
|
---|
88 | <wsdl:message name="IAdministrationService_GetAlgorithmClasses_OutputMessage">
|
---|
89 | <wsdl:part name="parameters" element="tns:GetAlgorithmClassesResponse"/>
|
---|
90 | </wsdl:message>
|
---|
91 | <wsdl:message name="IAdministrationService_AddAlgorithmClass_InputMessage">
|
---|
92 | <wsdl:part name="parameters" element="tns:AddAlgorithmClass"/>
|
---|
93 | </wsdl:message>
|
---|
94 | <wsdl:message name="IAdministrationService_AddAlgorithmClass_OutputMessage">
|
---|
95 | <wsdl:part name="parameters" element="tns:AddAlgorithmClassResponse"/>
|
---|
96 | </wsdl:message>
|
---|
97 | <wsdl:message name="IAdministrationService_UpdateAlgorithmClass_InputMessage">
|
---|
98 | <wsdl:part name="parameters" element="tns:UpdateAlgorithmClass"/>
|
---|
99 | </wsdl:message>
|
---|
100 | <wsdl:message name="IAdministrationService_UpdateAlgorithmClass_OutputMessage">
|
---|
101 | <wsdl:part name="parameters" element="tns:UpdateAlgorithmClassResponse"/>
|
---|
102 | </wsdl:message>
|
---|
103 | <wsdl:message name="IAdministrationService_DeleteAlgorithmClass_InputMessage">
|
---|
104 | <wsdl:part name="parameters" element="tns:DeleteAlgorithmClass"/>
|
---|
105 | </wsdl:message>
|
---|
106 | <wsdl:message name="IAdministrationService_DeleteAlgorithmClass_OutputMessage">
|
---|
107 | <wsdl:part name="parameters" element="tns:DeleteAlgorithmClassResponse"/>
|
---|
108 | </wsdl:message>
|
---|
109 | <wsdl:message name="IAdministrationService_GetAlgorithm_InputMessage">
|
---|
110 | <wsdl:part name="parameters" element="tns:GetAlgorithm"/>
|
---|
111 | </wsdl:message>
|
---|
112 | <wsdl:message name="IAdministrationService_GetAlgorithm_OutputMessage">
|
---|
113 | <wsdl:part name="parameters" element="tns:GetAlgorithmResponse"/>
|
---|
114 | </wsdl:message>
|
---|
115 | <wsdl:message name="IAdministrationService_GetAlgorithms_InputMessage">
|
---|
116 | <wsdl:part name="parameters" element="tns:GetAlgorithms"/>
|
---|
117 | </wsdl:message>
|
---|
118 | <wsdl:message name="IAdministrationService_GetAlgorithms_OutputMessage">
|
---|
119 | <wsdl:part name="parameters" element="tns:GetAlgorithmsResponse"/>
|
---|
120 | </wsdl:message>
|
---|
121 | <wsdl:message name="IAdministrationService_AddAlgorithm_InputMessage">
|
---|
122 | <wsdl:part name="parameters" element="tns:AddAlgorithm"/>
|
---|
123 | </wsdl:message>
|
---|
124 | <wsdl:message name="IAdministrationService_AddAlgorithm_OutputMessage">
|
---|
125 | <wsdl:part name="parameters" element="tns:AddAlgorithmResponse"/>
|
---|
126 | </wsdl:message>
|
---|
127 | <wsdl:message name="IAdministrationService_UpdateAlgorithm_InputMessage">
|
---|
128 | <wsdl:part name="parameters" element="tns:UpdateAlgorithm"/>
|
---|
129 | </wsdl:message>
|
---|
130 | <wsdl:message name="IAdministrationService_UpdateAlgorithm_OutputMessage">
|
---|
131 | <wsdl:part name="parameters" element="tns:UpdateAlgorithmResponse"/>
|
---|
132 | </wsdl:message>
|
---|
133 | <wsdl:message name="IAdministrationService_DeleteAlgorithm_InputMessage">
|
---|
134 | <wsdl:part name="parameters" element="tns:DeleteAlgorithm"/>
|
---|
135 | </wsdl:message>
|
---|
136 | <wsdl:message name="IAdministrationService_DeleteAlgorithm_OutputMessage">
|
---|
137 | <wsdl:part name="parameters" element="tns:DeleteAlgorithmResponse"/>
|
---|
138 | </wsdl:message>
|
---|
139 | <wsdl:message name="IAdministrationService_GetAlgorithmUsers_InputMessage">
|
---|
140 | <wsdl:part name="parameters" element="tns:GetAlgorithmUsers"/>
|
---|
141 | </wsdl:message>
|
---|
142 | <wsdl:message name="IAdministrationService_GetAlgorithmUsers_OutputMessage">
|
---|
143 | <wsdl:part name="parameters" element="tns:GetAlgorithmUsersResponse"/>
|
---|
144 | </wsdl:message>
|
---|
145 | <wsdl:message name="IAdministrationService_UpdateAlgorithmUsers_InputMessage">
|
---|
146 | <wsdl:part name="parameters" element="tns:UpdateAlgorithmUsers"/>
|
---|
147 | </wsdl:message>
|
---|
148 | <wsdl:message name="IAdministrationService_UpdateAlgorithmUsers_OutputMessage">
|
---|
149 | <wsdl:part name="parameters" element="tns:UpdateAlgorithmUsersResponse"/>
|
---|
150 | </wsdl:message>
|
---|
151 | <wsdl:message name="IAdministrationService_GetAlgorithmData_InputMessage">
|
---|
152 | <wsdl:part name="parameters" element="tns:GetAlgorithmData"/>
|
---|
153 | </wsdl:message>
|
---|
154 | <wsdl:message name="IAdministrationService_GetAlgorithmData_OutputMessage">
|
---|
155 | <wsdl:part name="parameters" element="tns:GetAlgorithmDataResponse"/>
|
---|
156 | </wsdl:message>
|
---|
157 | <wsdl:message name="IAdministrationService_UpdateAlgorithmData_InputMessage">
|
---|
158 | <wsdl:part name="parameters" element="tns:UpdateAlgorithmData"/>
|
---|
159 | </wsdl:message>
|
---|
160 | <wsdl:message name="IAdministrationService_UpdateAlgorithmData_OutputMessage">
|
---|
161 | <wsdl:part name="parameters" element="tns:UpdateAlgorithmDataResponse"/>
|
---|
162 | </wsdl:message>
|
---|
163 | <wsdl:message name="IAdministrationService_GetProblemClass_InputMessage">
|
---|
164 | <wsdl:part name="parameters" element="tns:GetProblemClass"/>
|
---|
165 | </wsdl:message>
|
---|
166 | <wsdl:message name="IAdministrationService_GetProblemClass_OutputMessage">
|
---|
167 | <wsdl:part name="parameters" element="tns:GetProblemClassResponse"/>
|
---|
168 | </wsdl:message>
|
---|
169 | <wsdl:message name="IAdministrationService_GetProblemClasses_InputMessage">
|
---|
170 | <wsdl:part name="parameters" element="tns:GetProblemClasses"/>
|
---|
171 | </wsdl:message>
|
---|
172 | <wsdl:message name="IAdministrationService_GetProblemClasses_OutputMessage">
|
---|
173 | <wsdl:part name="parameters" element="tns:GetProblemClassesResponse"/>
|
---|
174 | </wsdl:message>
|
---|
175 | <wsdl:message name="IAdministrationService_AddProblemClass_InputMessage">
|
---|
176 | <wsdl:part name="parameters" element="tns:AddProblemClass"/>
|
---|
177 | </wsdl:message>
|
---|
178 | <wsdl:message name="IAdministrationService_AddProblemClass_OutputMessage">
|
---|
179 | <wsdl:part name="parameters" element="tns:AddProblemClassResponse"/>
|
---|
180 | </wsdl:message>
|
---|
181 | <wsdl:message name="IAdministrationService_UpdateProblemClass_InputMessage">
|
---|
182 | <wsdl:part name="parameters" element="tns:UpdateProblemClass"/>
|
---|
183 | </wsdl:message>
|
---|
184 | <wsdl:message name="IAdministrationService_UpdateProblemClass_OutputMessage">
|
---|
185 | <wsdl:part name="parameters" element="tns:UpdateProblemClassResponse"/>
|
---|
186 | </wsdl:message>
|
---|
187 | <wsdl:message name="IAdministrationService_DeleteProblemClass_InputMessage">
|
---|
188 | <wsdl:part name="parameters" element="tns:DeleteProblemClass"/>
|
---|
189 | </wsdl:message>
|
---|
190 | <wsdl:message name="IAdministrationService_DeleteProblemClass_OutputMessage">
|
---|
191 | <wsdl:part name="parameters" element="tns:DeleteProblemClassResponse"/>
|
---|
192 | </wsdl:message>
|
---|
193 | <wsdl:message name="IAdministrationService_GetProblem_InputMessage">
|
---|
194 | <wsdl:part name="parameters" element="tns:GetProblem"/>
|
---|
195 | </wsdl:message>
|
---|
196 | <wsdl:message name="IAdministrationService_GetProblem_OutputMessage">
|
---|
197 | <wsdl:part name="parameters" element="tns:GetProblemResponse"/>
|
---|
198 | </wsdl:message>
|
---|
199 | <wsdl:message name="IAdministrationService_GetProblems_InputMessage">
|
---|
200 | <wsdl:part name="parameters" element="tns:GetProblems"/>
|
---|
201 | </wsdl:message>
|
---|
202 | <wsdl:message name="IAdministrationService_GetProblems_OutputMessage">
|
---|
203 | <wsdl:part name="parameters" element="tns:GetProblemsResponse"/>
|
---|
204 | </wsdl:message>
|
---|
205 | <wsdl:message name="IAdministrationService_AddProblem_InputMessage">
|
---|
206 | <wsdl:part name="parameters" element="tns:AddProblem"/>
|
---|
207 | </wsdl:message>
|
---|
208 | <wsdl:message name="IAdministrationService_AddProblem_OutputMessage">
|
---|
209 | <wsdl:part name="parameters" element="tns:AddProblemResponse"/>
|
---|
210 | </wsdl:message>
|
---|
211 | <wsdl:message name="IAdministrationService_UpdateProblem_InputMessage">
|
---|
212 | <wsdl:part name="parameters" element="tns:UpdateProblem"/>
|
---|
213 | </wsdl:message>
|
---|
214 | <wsdl:message name="IAdministrationService_UpdateProblem_OutputMessage">
|
---|
215 | <wsdl:part name="parameters" element="tns:UpdateProblemResponse"/>
|
---|
216 | </wsdl:message>
|
---|
217 | <wsdl:message name="IAdministrationService_DeleteProblem_InputMessage">
|
---|
218 | <wsdl:part name="parameters" element="tns:DeleteProblem"/>
|
---|
219 | </wsdl:message>
|
---|
220 | <wsdl:message name="IAdministrationService_DeleteProblem_OutputMessage">
|
---|
221 | <wsdl:part name="parameters" element="tns:DeleteProblemResponse"/>
|
---|
222 | </wsdl:message>
|
---|
223 | <wsdl:message name="IAdministrationService_GetProblemUsers_InputMessage">
|
---|
224 | <wsdl:part name="parameters" element="tns:GetProblemUsers"/>
|
---|
225 | </wsdl:message>
|
---|
226 | <wsdl:message name="IAdministrationService_GetProblemUsers_OutputMessage">
|
---|
227 | <wsdl:part name="parameters" element="tns:GetProblemUsersResponse"/>
|
---|
228 | </wsdl:message>
|
---|
229 | <wsdl:message name="IAdministrationService_UpdateProblemUsers_InputMessage">
|
---|
230 | <wsdl:part name="parameters" element="tns:UpdateProblemUsers"/>
|
---|
231 | </wsdl:message>
|
---|
232 | <wsdl:message name="IAdministrationService_UpdateProblemUsers_OutputMessage">
|
---|
233 | <wsdl:part name="parameters" element="tns:UpdateProblemUsersResponse"/>
|
---|
234 | </wsdl:message>
|
---|
235 | <wsdl:message name="IAdministrationService_GetProblemData_InputMessage">
|
---|
236 | <wsdl:part name="parameters" element="tns:GetProblemData"/>
|
---|
237 | </wsdl:message>
|
---|
238 | <wsdl:message name="IAdministrationService_GetProblemData_OutputMessage">
|
---|
239 | <wsdl:part name="parameters" element="tns:GetProblemDataResponse"/>
|
---|
240 | </wsdl:message>
|
---|
241 | <wsdl:message name="IAdministrationService_UpdateProblemData_InputMessage">
|
---|
242 | <wsdl:part name="parameters" element="tns:UpdateProblemData"/>
|
---|
243 | </wsdl:message>
|
---|
244 | <wsdl:message name="IAdministrationService_UpdateProblemData_OutputMessage">
|
---|
245 | <wsdl:part name="parameters" element="tns:UpdateProblemDataResponse"/>
|
---|
246 | </wsdl:message>
|
---|
247 | <wsdl:portType name="IAdministrationService">
|
---|
248 | <wsdl:operation name="GetPlatform">
|
---|
249 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetPlatform" message="tns:IAdministrationService_GetPlatform_InputMessage"/>
|
---|
250 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetPlatformResponse" message="tns:IAdministrationService_GetPlatform_OutputMessage"/>
|
---|
251 | </wsdl:operation>
|
---|
252 | <wsdl:operation name="GetPlatforms">
|
---|
253 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetPlatforms" message="tns:IAdministrationService_GetPlatforms_InputMessage"/>
|
---|
254 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetPlatformsResponse" message="tns:IAdministrationService_GetPlatforms_OutputMessage"/>
|
---|
255 | </wsdl:operation>
|
---|
256 | <wsdl:operation name="AddPlatform">
|
---|
257 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/AddPlatform" message="tns:IAdministrationService_AddPlatform_InputMessage"/>
|
---|
258 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/AddPlatformResponse" message="tns:IAdministrationService_AddPlatform_OutputMessage"/>
|
---|
259 | </wsdl:operation>
|
---|
260 | <wsdl:operation name="UpdatePlatform">
|
---|
261 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdatePlatform" message="tns:IAdministrationService_UpdatePlatform_InputMessage"/>
|
---|
262 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdatePlatformResponse" message="tns:IAdministrationService_UpdatePlatform_OutputMessage"/>
|
---|
263 | </wsdl:operation>
|
---|
264 | <wsdl:operation name="DeletePlatform">
|
---|
265 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/DeletePlatform" message="tns:IAdministrationService_DeletePlatform_InputMessage"/>
|
---|
266 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/DeletePlatformResponse" message="tns:IAdministrationService_DeletePlatform_OutputMessage"/>
|
---|
267 | </wsdl:operation>
|
---|
268 | <wsdl:operation name="GetAlgorithmClass">
|
---|
269 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmClass" message="tns:IAdministrationService_GetAlgorithmClass_InputMessage"/>
|
---|
270 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmClassResponse" message="tns:IAdministrationService_GetAlgorithmClass_OutputMessage"/>
|
---|
271 | </wsdl:operation>
|
---|
272 | <wsdl:operation name="GetAlgorithmClasses">
|
---|
273 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmClasses" message="tns:IAdministrationService_GetAlgorithmClasses_InputMessage"/>
|
---|
274 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmClassesResponse" message="tns:IAdministrationService_GetAlgorithmClasses_OutputMessage"/>
|
---|
275 | </wsdl:operation>
|
---|
276 | <wsdl:operation name="AddAlgorithmClass">
|
---|
277 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/AddAlgorithmClass" message="tns:IAdministrationService_AddAlgorithmClass_InputMessage"/>
|
---|
278 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/AddAlgorithmClassResponse" message="tns:IAdministrationService_AddAlgorithmClass_OutputMessage"/>
|
---|
279 | </wsdl:operation>
|
---|
280 | <wsdl:operation name="UpdateAlgorithmClass">
|
---|
281 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmClass" message="tns:IAdministrationService_UpdateAlgorithmClass_InputMessage"/>
|
---|
282 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmClassResponse" message="tns:IAdministrationService_UpdateAlgorithmClass_OutputMessage"/>
|
---|
283 | </wsdl:operation>
|
---|
284 | <wsdl:operation name="DeleteAlgorithmClass">
|
---|
285 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/DeleteAlgorithmClass" message="tns:IAdministrationService_DeleteAlgorithmClass_InputMessage"/>
|
---|
286 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/DeleteAlgorithmClassResponse" message="tns:IAdministrationService_DeleteAlgorithmClass_OutputMessage"/>
|
---|
287 | </wsdl:operation>
|
---|
288 | <wsdl:operation name="GetAlgorithm">
|
---|
289 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithm" message="tns:IAdministrationService_GetAlgorithm_InputMessage"/>
|
---|
290 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmResponse" message="tns:IAdministrationService_GetAlgorithm_OutputMessage"/>
|
---|
291 | </wsdl:operation>
|
---|
292 | <wsdl:operation name="GetAlgorithms">
|
---|
293 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithms" message="tns:IAdministrationService_GetAlgorithms_InputMessage"/>
|
---|
294 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmsResponse" message="tns:IAdministrationService_GetAlgorithms_OutputMessage"/>
|
---|
295 | </wsdl:operation>
|
---|
296 | <wsdl:operation name="AddAlgorithm">
|
---|
297 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/AddAlgorithm" message="tns:IAdministrationService_AddAlgorithm_InputMessage"/>
|
---|
298 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/AddAlgorithmResponse" message="tns:IAdministrationService_AddAlgorithm_OutputMessage"/>
|
---|
299 | </wsdl:operation>
|
---|
300 | <wsdl:operation name="UpdateAlgorithm">
|
---|
301 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdateAlgorithm" message="tns:IAdministrationService_UpdateAlgorithm_InputMessage"/>
|
---|
302 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmResponse" message="tns:IAdministrationService_UpdateAlgorithm_OutputMessage"/>
|
---|
303 | </wsdl:operation>
|
---|
304 | <wsdl:operation name="DeleteAlgorithm">
|
---|
305 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/DeleteAlgorithm" message="tns:IAdministrationService_DeleteAlgorithm_InputMessage"/>
|
---|
306 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/DeleteAlgorithmResponse" message="tns:IAdministrationService_DeleteAlgorithm_OutputMessage"/>
|
---|
307 | </wsdl:operation>
|
---|
308 | <wsdl:operation name="GetAlgorithmUsers">
|
---|
309 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmUsers" message="tns:IAdministrationService_GetAlgorithmUsers_InputMessage"/>
|
---|
310 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmUsersResponse" message="tns:IAdministrationService_GetAlgorithmUsers_OutputMessage"/>
|
---|
311 | </wsdl:operation>
|
---|
312 | <wsdl:operation name="UpdateAlgorithmUsers">
|
---|
313 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmUsers" message="tns:IAdministrationService_UpdateAlgorithmUsers_InputMessage"/>
|
---|
314 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmUsersResponse" message="tns:IAdministrationService_UpdateAlgorithmUsers_OutputMessage"/>
|
---|
315 | </wsdl:operation>
|
---|
316 | <wsdl:operation name="GetAlgorithmData">
|
---|
317 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmData" message="tns:IAdministrationService_GetAlgorithmData_InputMessage"/>
|
---|
318 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetAlgorithmDataResponse" message="tns:IAdministrationService_GetAlgorithmData_OutputMessage"/>
|
---|
319 | </wsdl:operation>
|
---|
320 | <wsdl:operation name="UpdateAlgorithmData">
|
---|
321 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmData" message="tns:IAdministrationService_UpdateAlgorithmData_InputMessage"/>
|
---|
322 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdateAlgorithmDataResponse" message="tns:IAdministrationService_UpdateAlgorithmData_OutputMessage"/>
|
---|
323 | </wsdl:operation>
|
---|
324 | <wsdl:operation name="GetProblemClass">
|
---|
325 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemClass" message="tns:IAdministrationService_GetProblemClass_InputMessage"/>
|
---|
326 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemClassResponse" message="tns:IAdministrationService_GetProblemClass_OutputMessage"/>
|
---|
327 | </wsdl:operation>
|
---|
328 | <wsdl:operation name="GetProblemClasses">
|
---|
329 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemClasses" message="tns:IAdministrationService_GetProblemClasses_InputMessage"/>
|
---|
330 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemClassesResponse" message="tns:IAdministrationService_GetProblemClasses_OutputMessage"/>
|
---|
331 | </wsdl:operation>
|
---|
332 | <wsdl:operation name="AddProblemClass">
|
---|
333 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/AddProblemClass" message="tns:IAdministrationService_AddProblemClass_InputMessage"/>
|
---|
334 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/AddProblemClassResponse" message="tns:IAdministrationService_AddProblemClass_OutputMessage"/>
|
---|
335 | </wsdl:operation>
|
---|
336 | <wsdl:operation name="UpdateProblemClass">
|
---|
337 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdateProblemClass" message="tns:IAdministrationService_UpdateProblemClass_InputMessage"/>
|
---|
338 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdateProblemClassResponse" message="tns:IAdministrationService_UpdateProblemClass_OutputMessage"/>
|
---|
339 | </wsdl:operation>
|
---|
340 | <wsdl:operation name="DeleteProblemClass">
|
---|
341 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/DeleteProblemClass" message="tns:IAdministrationService_DeleteProblemClass_InputMessage"/>
|
---|
342 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/DeleteProblemClassResponse" message="tns:IAdministrationService_DeleteProblemClass_OutputMessage"/>
|
---|
343 | </wsdl:operation>
|
---|
344 | <wsdl:operation name="GetProblem">
|
---|
345 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetProblem" message="tns:IAdministrationService_GetProblem_InputMessage"/>
|
---|
346 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemResponse" message="tns:IAdministrationService_GetProblem_OutputMessage"/>
|
---|
347 | </wsdl:operation>
|
---|
348 | <wsdl:operation name="GetProblems">
|
---|
349 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetProblems" message="tns:IAdministrationService_GetProblems_InputMessage"/>
|
---|
350 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemsResponse" message="tns:IAdministrationService_GetProblems_OutputMessage"/>
|
---|
351 | </wsdl:operation>
|
---|
352 | <wsdl:operation name="AddProblem">
|
---|
353 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/AddProblem" message="tns:IAdministrationService_AddProblem_InputMessage"/>
|
---|
354 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/AddProblemResponse" message="tns:IAdministrationService_AddProblem_OutputMessage"/>
|
---|
355 | </wsdl:operation>
|
---|
356 | <wsdl:operation name="UpdateProblem">
|
---|
357 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdateProblem" message="tns:IAdministrationService_UpdateProblem_InputMessage"/>
|
---|
358 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdateProblemResponse" message="tns:IAdministrationService_UpdateProblem_OutputMessage"/>
|
---|
359 | </wsdl:operation>
|
---|
360 | <wsdl:operation name="DeleteProblem">
|
---|
361 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/DeleteProblem" message="tns:IAdministrationService_DeleteProblem_InputMessage"/>
|
---|
362 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/DeleteProblemResponse" message="tns:IAdministrationService_DeleteProblem_OutputMessage"/>
|
---|
363 | </wsdl:operation>
|
---|
364 | <wsdl:operation name="GetProblemUsers">
|
---|
365 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemUsers" message="tns:IAdministrationService_GetProblemUsers_InputMessage"/>
|
---|
366 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemUsersResponse" message="tns:IAdministrationService_GetProblemUsers_OutputMessage"/>
|
---|
367 | </wsdl:operation>
|
---|
368 | <wsdl:operation name="UpdateProblemUsers">
|
---|
369 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdateProblemUsers" message="tns:IAdministrationService_UpdateProblemUsers_InputMessage"/>
|
---|
370 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdateProblemUsersResponse" message="tns:IAdministrationService_UpdateProblemUsers_OutputMessage"/>
|
---|
371 | </wsdl:operation>
|
---|
372 | <wsdl:operation name="GetProblemData">
|
---|
373 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemData" message="tns:IAdministrationService_GetProblemData_InputMessage"/>
|
---|
374 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/GetProblemDataResponse" message="tns:IAdministrationService_GetProblemData_OutputMessage"/>
|
---|
375 | </wsdl:operation>
|
---|
376 | <wsdl:operation name="UpdateProblemData">
|
---|
377 | <wsdl:input wsaw:Action="http://tempuri.org/IAdministrationService/UpdateProblemData" message="tns:IAdministrationService_UpdateProblemData_InputMessage"/>
|
---|
378 | <wsdl:output wsaw:Action="http://tempuri.org/IAdministrationService/UpdateProblemDataResponse" message="tns:IAdministrationService_UpdateProblemData_OutputMessage"/>
|
---|
379 | </wsdl:operation>
|
---|
380 | </wsdl:portType>
|
---|
381 | <wsdl:binding name="AdministrationService" type="tns:IAdministrationService">
|
---|
382 | <wsp:PolicyReference URI="#AdministrationService_policy"/>
|
---|
383 | <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
|
---|
384 | <wsdl:operation name="GetPlatform">
|
---|
385 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetPlatform" style="document"/>
|
---|
386 | <wsdl:input>
|
---|
387 | <soap:body use="literal"/>
|
---|
388 | </wsdl:input>
|
---|
389 | <wsdl:output>
|
---|
390 | <soap:body use="literal"/>
|
---|
391 | </wsdl:output>
|
---|
392 | </wsdl:operation>
|
---|
393 | <wsdl:operation name="GetPlatforms">
|
---|
394 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetPlatforms" style="document"/>
|
---|
395 | <wsdl:input>
|
---|
396 | <soap:body use="literal"/>
|
---|
397 | </wsdl:input>
|
---|
398 | <wsdl:output>
|
---|
399 | <soap:body use="literal"/>
|
---|
400 | </wsdl:output>
|
---|
401 | </wsdl:operation>
|
---|
402 | <wsdl:operation name="AddPlatform">
|
---|
403 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/AddPlatform" style="document"/>
|
---|
404 | <wsdl:input>
|
---|
405 | <soap:body use="literal"/>
|
---|
406 | </wsdl:input>
|
---|
407 | <wsdl:output>
|
---|
408 | <soap:body use="literal"/>
|
---|
409 | </wsdl:output>
|
---|
410 | </wsdl:operation>
|
---|
411 | <wsdl:operation name="UpdatePlatform">
|
---|
412 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdatePlatform" style="document"/>
|
---|
413 | <wsdl:input>
|
---|
414 | <soap:body use="literal"/>
|
---|
415 | </wsdl:input>
|
---|
416 | <wsdl:output>
|
---|
417 | <soap:body use="literal"/>
|
---|
418 | </wsdl:output>
|
---|
419 | </wsdl:operation>
|
---|
420 | <wsdl:operation name="DeletePlatform">
|
---|
421 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/DeletePlatform" style="document"/>
|
---|
422 | <wsdl:input>
|
---|
423 | <soap:body use="literal"/>
|
---|
424 | </wsdl:input>
|
---|
425 | <wsdl:output>
|
---|
426 | <soap:body use="literal"/>
|
---|
427 | </wsdl:output>
|
---|
428 | </wsdl:operation>
|
---|
429 | <wsdl:operation name="GetAlgorithmClass">
|
---|
430 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetAlgorithmClass" style="document"/>
|
---|
431 | <wsdl:input>
|
---|
432 | <soap:body use="literal"/>
|
---|
433 | </wsdl:input>
|
---|
434 | <wsdl:output>
|
---|
435 | <soap:body use="literal"/>
|
---|
436 | </wsdl:output>
|
---|
437 | </wsdl:operation>
|
---|
438 | <wsdl:operation name="GetAlgorithmClasses">
|
---|
439 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetAlgorithmClasses" style="document"/>
|
---|
440 | <wsdl:input>
|
---|
441 | <soap:body use="literal"/>
|
---|
442 | </wsdl:input>
|
---|
443 | <wsdl:output>
|
---|
444 | <soap:body use="literal"/>
|
---|
445 | </wsdl:output>
|
---|
446 | </wsdl:operation>
|
---|
447 | <wsdl:operation name="AddAlgorithmClass">
|
---|
448 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/AddAlgorithmClass" style="document"/>
|
---|
449 | <wsdl:input>
|
---|
450 | <soap:body use="literal"/>
|
---|
451 | </wsdl:input>
|
---|
452 | <wsdl:output>
|
---|
453 | <soap:body use="literal"/>
|
---|
454 | </wsdl:output>
|
---|
455 | </wsdl:operation>
|
---|
456 | <wsdl:operation name="UpdateAlgorithmClass">
|
---|
457 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdateAlgorithmClass" style="document"/>
|
---|
458 | <wsdl:input>
|
---|
459 | <soap:body use="literal"/>
|
---|
460 | </wsdl:input>
|
---|
461 | <wsdl:output>
|
---|
462 | <soap:body use="literal"/>
|
---|
463 | </wsdl:output>
|
---|
464 | </wsdl:operation>
|
---|
465 | <wsdl:operation name="DeleteAlgorithmClass">
|
---|
466 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/DeleteAlgorithmClass" style="document"/>
|
---|
467 | <wsdl:input>
|
---|
468 | <soap:body use="literal"/>
|
---|
469 | </wsdl:input>
|
---|
470 | <wsdl:output>
|
---|
471 | <soap:body use="literal"/>
|
---|
472 | </wsdl:output>
|
---|
473 | </wsdl:operation>
|
---|
474 | <wsdl:operation name="GetAlgorithm">
|
---|
475 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetAlgorithm" style="document"/>
|
---|
476 | <wsdl:input>
|
---|
477 | <soap:body use="literal"/>
|
---|
478 | </wsdl:input>
|
---|
479 | <wsdl:output>
|
---|
480 | <soap:body use="literal"/>
|
---|
481 | </wsdl:output>
|
---|
482 | </wsdl:operation>
|
---|
483 | <wsdl:operation name="GetAlgorithms">
|
---|
484 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetAlgorithms" style="document"/>
|
---|
485 | <wsdl:input>
|
---|
486 | <soap:body use="literal"/>
|
---|
487 | </wsdl:input>
|
---|
488 | <wsdl:output>
|
---|
489 | <soap:body use="literal"/>
|
---|
490 | </wsdl:output>
|
---|
491 | </wsdl:operation>
|
---|
492 | <wsdl:operation name="AddAlgorithm">
|
---|
493 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/AddAlgorithm" style="document"/>
|
---|
494 | <wsdl:input>
|
---|
495 | <soap:body use="literal"/>
|
---|
496 | </wsdl:input>
|
---|
497 | <wsdl:output>
|
---|
498 | <soap:body use="literal"/>
|
---|
499 | </wsdl:output>
|
---|
500 | </wsdl:operation>
|
---|
501 | <wsdl:operation name="UpdateAlgorithm">
|
---|
502 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdateAlgorithm" style="document"/>
|
---|
503 | <wsdl:input>
|
---|
504 | <soap:body use="literal"/>
|
---|
505 | </wsdl:input>
|
---|
506 | <wsdl:output>
|
---|
507 | <soap:body use="literal"/>
|
---|
508 | </wsdl:output>
|
---|
509 | </wsdl:operation>
|
---|
510 | <wsdl:operation name="DeleteAlgorithm">
|
---|
511 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/DeleteAlgorithm" style="document"/>
|
---|
512 | <wsdl:input>
|
---|
513 | <soap:body use="literal"/>
|
---|
514 | </wsdl:input>
|
---|
515 | <wsdl:output>
|
---|
516 | <soap:body use="literal"/>
|
---|
517 | </wsdl:output>
|
---|
518 | </wsdl:operation>
|
---|
519 | <wsdl:operation name="GetAlgorithmUsers">
|
---|
520 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetAlgorithmUsers" style="document"/>
|
---|
521 | <wsdl:input>
|
---|
522 | <soap:body use="literal"/>
|
---|
523 | </wsdl:input>
|
---|
524 | <wsdl:output>
|
---|
525 | <soap:body use="literal"/>
|
---|
526 | </wsdl:output>
|
---|
527 | </wsdl:operation>
|
---|
528 | <wsdl:operation name="UpdateAlgorithmUsers">
|
---|
529 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdateAlgorithmUsers" style="document"/>
|
---|
530 | <wsdl:input>
|
---|
531 | <soap:body use="literal"/>
|
---|
532 | </wsdl:input>
|
---|
533 | <wsdl:output>
|
---|
534 | <soap:body use="literal"/>
|
---|
535 | </wsdl:output>
|
---|
536 | </wsdl:operation>
|
---|
537 | <wsdl:operation name="GetAlgorithmData">
|
---|
538 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetAlgorithmData" style="document"/>
|
---|
539 | <wsdl:input>
|
---|
540 | <soap:body use="literal"/>
|
---|
541 | </wsdl:input>
|
---|
542 | <wsdl:output>
|
---|
543 | <soap:body use="literal"/>
|
---|
544 | </wsdl:output>
|
---|
545 | </wsdl:operation>
|
---|
546 | <wsdl:operation name="UpdateAlgorithmData">
|
---|
547 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdateAlgorithmData" style="document"/>
|
---|
548 | <wsdl:input>
|
---|
549 | <soap:body use="literal"/>
|
---|
550 | </wsdl:input>
|
---|
551 | <wsdl:output>
|
---|
552 | <soap:body use="literal"/>
|
---|
553 | </wsdl:output>
|
---|
554 | </wsdl:operation>
|
---|
555 | <wsdl:operation name="GetProblemClass">
|
---|
556 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetProblemClass" style="document"/>
|
---|
557 | <wsdl:input>
|
---|
558 | <soap:body use="literal"/>
|
---|
559 | </wsdl:input>
|
---|
560 | <wsdl:output>
|
---|
561 | <soap:body use="literal"/>
|
---|
562 | </wsdl:output>
|
---|
563 | </wsdl:operation>
|
---|
564 | <wsdl:operation name="GetProblemClasses">
|
---|
565 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetProblemClasses" style="document"/>
|
---|
566 | <wsdl:input>
|
---|
567 | <soap:body use="literal"/>
|
---|
568 | </wsdl:input>
|
---|
569 | <wsdl:output>
|
---|
570 | <soap:body use="literal"/>
|
---|
571 | </wsdl:output>
|
---|
572 | </wsdl:operation>
|
---|
573 | <wsdl:operation name="AddProblemClass">
|
---|
574 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/AddProblemClass" style="document"/>
|
---|
575 | <wsdl:input>
|
---|
576 | <soap:body use="literal"/>
|
---|
577 | </wsdl:input>
|
---|
578 | <wsdl:output>
|
---|
579 | <soap:body use="literal"/>
|
---|
580 | </wsdl:output>
|
---|
581 | </wsdl:operation>
|
---|
582 | <wsdl:operation name="UpdateProblemClass">
|
---|
583 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdateProblemClass" style="document"/>
|
---|
584 | <wsdl:input>
|
---|
585 | <soap:body use="literal"/>
|
---|
586 | </wsdl:input>
|
---|
587 | <wsdl:output>
|
---|
588 | <soap:body use="literal"/>
|
---|
589 | </wsdl:output>
|
---|
590 | </wsdl:operation>
|
---|
591 | <wsdl:operation name="DeleteProblemClass">
|
---|
592 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/DeleteProblemClass" style="document"/>
|
---|
593 | <wsdl:input>
|
---|
594 | <soap:body use="literal"/>
|
---|
595 | </wsdl:input>
|
---|
596 | <wsdl:output>
|
---|
597 | <soap:body use="literal"/>
|
---|
598 | </wsdl:output>
|
---|
599 | </wsdl:operation>
|
---|
600 | <wsdl:operation name="GetProblem">
|
---|
601 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetProblem" style="document"/>
|
---|
602 | <wsdl:input>
|
---|
603 | <soap:body use="literal"/>
|
---|
604 | </wsdl:input>
|
---|
605 | <wsdl:output>
|
---|
606 | <soap:body use="literal"/>
|
---|
607 | </wsdl:output>
|
---|
608 | </wsdl:operation>
|
---|
609 | <wsdl:operation name="GetProblems">
|
---|
610 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetProblems" style="document"/>
|
---|
611 | <wsdl:input>
|
---|
612 | <soap:body use="literal"/>
|
---|
613 | </wsdl:input>
|
---|
614 | <wsdl:output>
|
---|
615 | <soap:body use="literal"/>
|
---|
616 | </wsdl:output>
|
---|
617 | </wsdl:operation>
|
---|
618 | <wsdl:operation name="AddProblem">
|
---|
619 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/AddProblem" style="document"/>
|
---|
620 | <wsdl:input>
|
---|
621 | <soap:body use="literal"/>
|
---|
622 | </wsdl:input>
|
---|
623 | <wsdl:output>
|
---|
624 | <soap:body use="literal"/>
|
---|
625 | </wsdl:output>
|
---|
626 | </wsdl:operation>
|
---|
627 | <wsdl:operation name="UpdateProblem">
|
---|
628 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdateProblem" style="document"/>
|
---|
629 | <wsdl:input>
|
---|
630 | <soap:body use="literal"/>
|
---|
631 | </wsdl:input>
|
---|
632 | <wsdl:output>
|
---|
633 | <soap:body use="literal"/>
|
---|
634 | </wsdl:output>
|
---|
635 | </wsdl:operation>
|
---|
636 | <wsdl:operation name="DeleteProblem">
|
---|
637 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/DeleteProblem" style="document"/>
|
---|
638 | <wsdl:input>
|
---|
639 | <soap:body use="literal"/>
|
---|
640 | </wsdl:input>
|
---|
641 | <wsdl:output>
|
---|
642 | <soap:body use="literal"/>
|
---|
643 | </wsdl:output>
|
---|
644 | </wsdl:operation>
|
---|
645 | <wsdl:operation name="GetProblemUsers">
|
---|
646 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetProblemUsers" style="document"/>
|
---|
647 | <wsdl:input>
|
---|
648 | <soap:body use="literal"/>
|
---|
649 | </wsdl:input>
|
---|
650 | <wsdl:output>
|
---|
651 | <soap:body use="literal"/>
|
---|
652 | </wsdl:output>
|
---|
653 | </wsdl:operation>
|
---|
654 | <wsdl:operation name="UpdateProblemUsers">
|
---|
655 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdateProblemUsers" style="document"/>
|
---|
656 | <wsdl:input>
|
---|
657 | <soap:body use="literal"/>
|
---|
658 | </wsdl:input>
|
---|
659 | <wsdl:output>
|
---|
660 | <soap:body use="literal"/>
|
---|
661 | </wsdl:output>
|
---|
662 | </wsdl:operation>
|
---|
663 | <wsdl:operation name="GetProblemData">
|
---|
664 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/GetProblemData" style="document"/>
|
---|
665 | <wsdl:input>
|
---|
666 | <soap:body use="literal"/>
|
---|
667 | </wsdl:input>
|
---|
668 | <wsdl:output>
|
---|
669 | <soap:body use="literal"/>
|
---|
670 | </wsdl:output>
|
---|
671 | </wsdl:operation>
|
---|
672 | <wsdl:operation name="UpdateProblemData">
|
---|
673 | <soap:operation soapAction="http://tempuri.org/IAdministrationService/UpdateProblemData" style="document"/>
|
---|
674 | <wsdl:input>
|
---|
675 | <soap:body use="literal"/>
|
---|
676 | </wsdl:input>
|
---|
677 | <wsdl:output>
|
---|
678 | <soap:body use="literal"/>
|
---|
679 | </wsdl:output>
|
---|
680 | </wsdl:operation>
|
---|
681 | </wsdl:binding>
|
---|
682 | <wsdl:service name="AdministrationService">
|
---|
683 | <wsdl:port name="AdministrationService" binding="tns:AdministrationService">
|
---|
684 | <soap:address location="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AdministrationService.svc"/>
|
---|
685 | </wsdl:port>
|
---|
686 | </wsdl:service>
|
---|
687 | </wsdl:definitions> |
---|