|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <definitions name="HtiApplication" |
|
3 targetNamespace="urn:hti" |
|
4 xmlns:tns="urn:hti" |
|
5 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" |
|
6 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" |
|
7 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
8 xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|
9 xmlns:ns1="urn:hti" |
|
10 xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/" |
|
11 xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/" |
|
12 xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/" |
|
13 xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/" |
|
14 xmlns="http://schemas.xmlsoap.org/wsdl/"> |
|
15 |
|
16 <types> |
|
17 |
|
18 <schema targetNamespace="urn:hti" |
|
19 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" |
|
20 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" |
|
21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
22 xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|
23 xmlns:ns1="urn:hti" |
|
24 xmlns="http://www.w3.org/2001/XMLSchema" |
|
25 elementFormDefault="unqualified" |
|
26 attributeFormDefault="unqualified"> |
|
27 <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> |
|
28 <simpleType name="mimeType"> |
|
29 <restriction base="xsd:string"> |
|
30 <enumeration value="sisx"/> |
|
31 <enumeration value="sis"/> |
|
32 <enumeration value="pip"/> |
|
33 <enumeration value="jad"/> |
|
34 <enumeration value="jar"/> |
|
35 <enumeration value="java"/> |
|
36 <enumeration value="jarx"/> |
|
37 </restriction> |
|
38 </simpleType> |
|
39 <complexType name="startProcessResult"> |
|
40 <sequence> |
|
41 <element name="status" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
42 <element name="pid" type="xsd:int" minOccurs="1" maxOccurs="1"/> |
|
43 </sequence> |
|
44 </complexType> |
|
45 <complexType name="startAppByUidResult"> |
|
46 <sequence> |
|
47 <element name="status" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
48 <element name="threadId" type="xsd:int" minOccurs="1" maxOccurs="1"/> |
|
49 </sequence> |
|
50 </complexType> |
|
51 <complexType name="startDocResult"> |
|
52 <sequence> |
|
53 <element name="status" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
54 <element name="threadId" type="xsd:int" minOccurs="1" maxOccurs="1"/> |
|
55 </sequence> |
|
56 </complexType> |
|
57 <complexType name="startAppResult"> |
|
58 <sequence> |
|
59 <element name="status" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
60 <element name="threadId" type="xsd:int" minOccurs="1" maxOccurs="1"/> |
|
61 </sequence> |
|
62 </complexType> |
|
63 <complexType name="getProcessExitCodeResult"> |
|
64 <sequence> |
|
65 <element name="exitType" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
66 <element name="exitReason" type="xsd:int" minOccurs="1" maxOccurs="1"/> |
|
67 <element name="exitCategory" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
68 </sequence> |
|
69 </complexType> |
|
70 <complexType name="HtiProcess"> |
|
71 <sequence> |
|
72 <element name="processId" type="xsd:int" minOccurs="1" maxOccurs="1"/> |
|
73 <element name="processName" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
74 <element name="processStatus" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
75 </sequence> |
|
76 </complexType> |
|
77 <complexType name="ArrayOfHtiProcess"> |
|
78 <complexContent> |
|
79 <restriction base="SOAP-ENC:Array"> |
|
80 <sequence> |
|
81 <element name="item" type="ns1:HtiProcess" minOccurs="0" maxOccurs="unbounded"/> |
|
82 </sequence> |
|
83 <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ns1:HtiProcess[]"/> |
|
84 </restriction> |
|
85 </complexContent> |
|
86 </complexType> |
|
87 <complexType name="HtiRunningApp"> |
|
88 <sequence> |
|
89 <element name="uid" type="xsd:int" minOccurs="1" maxOccurs="1"/> |
|
90 <element name="caption" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
91 <element name="document" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/> |
|
92 <element name="hidden" type="xsd:boolean" minOccurs="1" maxOccurs="1"/> |
|
93 <element name="system" type="xsd:boolean" minOccurs="1" maxOccurs="1"/> |
|
94 <element name="ready" type="xsd:boolean" minOccurs="1" maxOccurs="1"/> |
|
95 <element name="busy" type="xsd:boolean" minOccurs="1" maxOccurs="1"/> |
|
96 <element name="closable" type="xsd:boolean" minOccurs="1" maxOccurs="1"/> |
|
97 </sequence> |
|
98 </complexType> |
|
99 <complexType name="ArrayOfHtiRunningApp"> |
|
100 <complexContent> |
|
101 <restriction base="SOAP-ENC:Array"> |
|
102 <sequence> |
|
103 <element name="item" type="ns1:HtiRunningApp" minOccurs="0" maxOccurs="unbounded"/> |
|
104 </sequence> |
|
105 <attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ns1:HtiRunningApp[]"/> |
|
106 </restriction> |
|
107 </complexContent> |
|
108 </complexType> |
|
109 <!-- operation request element --> |
|
110 <element name="fileName" type="xsd:string"/> |
|
111 <!-- operation request element --> |
|
112 <element name="args" type="xsd:string"/> |
|
113 <!-- operation response element --> |
|
114 <element name="returnstartProcessResult" type="ns1:startProcessResult"/> |
|
115 <!-- operation request element --> |
|
116 <element name="matchPattern" type="xsd:string"/> |
|
117 <!-- operation response element --> |
|
118 <element name="result" type="xsd:string"/> |
|
119 <!-- operation request element --> |
|
120 <element name="pid" type="xsd:int"/> |
|
121 <!-- operation response element --> |
|
122 <element name="status" type="xsd:string"/> |
|
123 <!-- operation request element --> |
|
124 <element name="appName" type="xsd:string"/> |
|
125 <!-- operation request element --> |
|
126 <element name="docName" type="xsd:string"/> |
|
127 <!-- operation response element --> |
|
128 <element name="returnstartAppResult" type="ns1:startAppResult"/> |
|
129 <!-- operation request element --> |
|
130 <element name="uid" type="xsd:int"/> |
|
131 <!-- operation response element --> |
|
132 <element name="returnstartAppByUidResult" type="ns1:startAppByUidResult"/> |
|
133 <!-- operation response element --> |
|
134 <element name="returnstartDocResult" type="ns1:startDocResult"/> |
|
135 <!-- operation response element --> |
|
136 <element name="HtiProcesses" type="ns1:ArrayOfHtiProcess"/> |
|
137 <!-- operation response element --> |
|
138 <element name="returngetProcessExitCodeResult" type="ns1:getProcessExitCodeResult"/> |
|
139 <!-- operation request element --> |
|
140 <element name="installPackagePath" type="xsd:string"/> |
|
141 <!-- operation request element --> |
|
142 <element name="upgrade" type="xsd:boolean"/> |
|
143 <!-- operation request element --> |
|
144 <element name="optionalItems" type="xsd:boolean"/> |
|
145 <!-- operation request element --> |
|
146 <element name="ocsp" type="xsd:boolean"/> |
|
147 <!-- operation request element --> |
|
148 <element name="ignoreOCSPWarnings" type="xsd:boolean"/> |
|
149 <!-- operation request element --> |
|
150 <element name="installUntrusted" type="xsd:boolean"/> |
|
151 <!-- operation request element --> |
|
152 <element name="allowPackageInfo" type="xsd:boolean"/> |
|
153 <!-- operation request element --> |
|
154 <element name="grantUserCapabilities" type="xsd:boolean"/> |
|
155 <!-- operation request element --> |
|
156 <element name="killApp" type="xsd:boolean"/> |
|
157 <!-- operation request element --> |
|
158 <element name="overwrite" type="xsd:boolean"/> |
|
159 <!-- operation request element --> |
|
160 <element name="download" type="xsd:boolean"/> |
|
161 <!-- operation request element --> |
|
162 <element name="username" type="xsd:string"/> |
|
163 <!-- operation request element --> |
|
164 <element name="password" type="xsd:string"/> |
|
165 <!-- operation request element --> |
|
166 <element name="drive" type="xsd:string"/> |
|
167 <!-- operation request element --> |
|
168 <element name="language" type="xsd:unsignedByte"/> |
|
169 <!-- operation request element --> |
|
170 <element name="usePhoneLanguage" type="xsd:boolean"/> |
|
171 <!-- operation request element --> |
|
172 <element name="upgradeData" type="xsd:boolean"/> |
|
173 <!-- operation request element --> |
|
174 <element name="breakDependency" type="xsd:boolean"/> |
|
175 <!-- operation request element --> |
|
176 <element name="mimeType" type="ns1:mimeType"/> |
|
177 <!-- operation request element --> |
|
178 <element name="packageName" type="xsd:string"/> |
|
179 <!-- operation request element --> |
|
180 <element name="includeHidden" type="xsd:boolean"/> |
|
181 <!-- operation request element --> |
|
182 <element name="includeSystem" type="xsd:boolean"/> |
|
183 <!-- operation response element --> |
|
184 <element name="htiApps" type="ns1:ArrayOfHtiRunningApp"/> |
|
185 </schema> |
|
186 |
|
187 </types> |
|
188 |
|
189 <message name="startProcess"> |
|
190 <part name="fileName" element="ns1:fileName"/> |
|
191 <part name="args" element="ns1:args"/> |
|
192 </message> |
|
193 |
|
194 <message name="startProcessResponse"> |
|
195 <part name="returnstartProcessResult" element="ns1:returnstartProcessResult"/> |
|
196 </message> |
|
197 |
|
198 <message name="stopProcessRequest"> |
|
199 <part name="matchPattern" element="ns1:matchPattern"/> |
|
200 </message> |
|
201 |
|
202 <message name="stopProcessResponse"> |
|
203 <part name="result" element="ns1:result"/> |
|
204 </message> |
|
205 |
|
206 <message name="stopProcessByIdRequest"> |
|
207 <part name="pid" element="ns1:pid"/> |
|
208 </message> |
|
209 |
|
210 <message name="stopProcessByIdResponse"> |
|
211 <part name="result" element="ns1:result"/> |
|
212 </message> |
|
213 |
|
214 <message name="getProcessStatusRequest"> |
|
215 <part name="matchPattern" element="ns1:matchPattern"/> |
|
216 </message> |
|
217 |
|
218 <message name="getProcessStatusResponse"> |
|
219 <part name="status" element="ns1:status"/> |
|
220 </message> |
|
221 |
|
222 <message name="getProcessStatusByIdRequest"> |
|
223 <part name="pid" element="ns1:pid"/> |
|
224 </message> |
|
225 |
|
226 <message name="getProcessStatusByIdResponse"> |
|
227 <part name="status" element="ns1:status"/> |
|
228 </message> |
|
229 |
|
230 <message name="startApp"> |
|
231 <part name="appName" element="ns1:appName"/> |
|
232 <part name="docName" element="ns1:docName"/> |
|
233 </message> |
|
234 |
|
235 <message name="startAppResponse"> |
|
236 <part name="returnstartAppResult" element="ns1:returnstartAppResult"/> |
|
237 </message> |
|
238 |
|
239 <message name="startAppByUid"> |
|
240 <part name="uid" element="ns1:uid"/> |
|
241 <part name="docName" element="ns1:docName"/> |
|
242 </message> |
|
243 |
|
244 <message name="startAppByUidResponse"> |
|
245 <part name="returnstartAppByUidResult" element="ns1:returnstartAppByUidResult"/> |
|
246 </message> |
|
247 |
|
248 <message name="startDoc"> |
|
249 <part name="docName" element="ns1:docName"/> |
|
250 </message> |
|
251 |
|
252 <message name="startDocResponse"> |
|
253 <part name="returnstartDocResult" element="ns1:returnstartDocResult"/> |
|
254 </message> |
|
255 |
|
256 <message name="getAppStatusRequest"> |
|
257 <part name="appName" element="ns1:appName"/> |
|
258 </message> |
|
259 |
|
260 <message name="getAppStatusResponse"> |
|
261 <part name="status" element="ns1:status"/> |
|
262 </message> |
|
263 |
|
264 <message name="getAppStatusByUidRequest"> |
|
265 <part name="uid" element="ns1:uid"/> |
|
266 </message> |
|
267 |
|
268 <message name="getAppStatusByUidResponse"> |
|
269 <part name="status" element="ns1:status"/> |
|
270 </message> |
|
271 |
|
272 <message name="getAppStatusByDocRequest"> |
|
273 <part name="docName" element="ns1:docName"/> |
|
274 </message> |
|
275 |
|
276 <message name="getAppStatusByDocResponse"> |
|
277 <part name="status" element="ns1:status"/> |
|
278 </message> |
|
279 |
|
280 <message name="stopAppRequest"> |
|
281 <part name="appName" element="ns1:appName"/> |
|
282 </message> |
|
283 |
|
284 <message name="stopAppResponse"> |
|
285 <part name="result" element="ns1:result"/> |
|
286 </message> |
|
287 |
|
288 <message name="stopAppByUidRequest"> |
|
289 <part name="uid" element="ns1:uid"/> |
|
290 </message> |
|
291 |
|
292 <message name="stopAppByUidResponse"> |
|
293 <part name="result" element="ns1:result"/> |
|
294 </message> |
|
295 |
|
296 <message name="stopAppByDocRequest"> |
|
297 <part name="docName" element="ns1:docName"/> |
|
298 </message> |
|
299 |
|
300 <message name="stopAppByDocResponse"> |
|
301 <part name="result" element="ns1:result"/> |
|
302 </message> |
|
303 |
|
304 <message name="listProcessesRequest"> |
|
305 <part name="matchPattern" element="ns1:matchPattern"/> |
|
306 </message> |
|
307 |
|
308 <message name="listProcessesResponse"> |
|
309 <part name="HtiProcesses" element="ns1:HtiProcesses"/> |
|
310 </message> |
|
311 |
|
312 <message name="startProcessRetVal"> |
|
313 <part name="fileName" element="ns1:fileName"/> |
|
314 <part name="args" element="ns1:args"/> |
|
315 </message> |
|
316 |
|
317 <message name="getProcessExitCode"> |
|
318 <part name="pid" element="ns1:pid"/> |
|
319 </message> |
|
320 |
|
321 <message name="getProcessExitCodeResponse"> |
|
322 <part name="returngetProcessExitCodeResult" element="ns1:returngetProcessExitCodeResult"/> |
|
323 </message> |
|
324 |
|
325 <message name="installSoftware"> |
|
326 <part name="installPackagePath" element="ns1:installPackagePath"/> |
|
327 <part name="upgrade" element="ns1:upgrade"/> |
|
328 <part name="optionalItems" element="ns1:optionalItems"/> |
|
329 <part name="ocsp" element="ns1:ocsp"/> |
|
330 <part name="ignoreOCSPWarnings" element="ns1:ignoreOCSPWarnings"/> |
|
331 <part name="installUntrusted" element="ns1:installUntrusted"/> |
|
332 <part name="allowPackageInfo" element="ns1:allowPackageInfo"/> |
|
333 <part name="grantUserCapabilities" element="ns1:grantUserCapabilities"/> |
|
334 <part name="killApp" element="ns1:killApp"/> |
|
335 <part name="overwrite" element="ns1:overwrite"/> |
|
336 <part name="download" element="ns1:download"/> |
|
337 <part name="username" element="ns1:username"/> |
|
338 <part name="password" element="ns1:password"/> |
|
339 <part name="drive" element="ns1:drive"/> |
|
340 <part name="language" element="ns1:language"/> |
|
341 <part name="usePhoneLanguage" element="ns1:usePhoneLanguage"/> |
|
342 <part name="upgradeData" element="ns1:upgradeData"/> |
|
343 </message> |
|
344 |
|
345 <message name="installSoftwareResponse"> |
|
346 </message> |
|
347 |
|
348 <message name="uninstallSoftware"> |
|
349 <part name="uid" element="ns1:uid"/> |
|
350 <part name="killApp" element="ns1:killApp"/> |
|
351 <part name="breakDependency" element="ns1:breakDependency"/> |
|
352 <part name="mimeType" element="ns1:mimeType"/> |
|
353 </message> |
|
354 |
|
355 <message name="uninstallSoftwareResponse"> |
|
356 </message> |
|
357 |
|
358 <message name="uninstallSoftwareByName"> |
|
359 <part name="packageName" element="ns1:packageName"/> |
|
360 <part name="killApp" element="ns1:killApp"/> |
|
361 <part name="breakDependency" element="ns1:breakDependency"/> |
|
362 <part name="mimeType" element="ns1:mimeType"/> |
|
363 </message> |
|
364 |
|
365 <message name="uninstallSoftwareByNameResponse"> |
|
366 </message> |
|
367 |
|
368 <message name="listRunningAppsRequest"> |
|
369 <part name="includeHidden" element="ns1:includeHidden"/> |
|
370 <part name="includeSystem" element="ns1:includeSystem"/> |
|
371 </message> |
|
372 |
|
373 <message name="listRunningAppsResponse"> |
|
374 <part name="htiApps" element="ns1:htiApps"/> |
|
375 </message> |
|
376 |
|
377 <portType name="HtiApplicationPortType"> |
|
378 <operation name="startProcess"> |
|
379 <documentation>Service definition of function ns1__startProcess</documentation> |
|
380 <input message="tns:startProcess"/> |
|
381 <output message="tns:startProcessResponse"/> |
|
382 </operation> |
|
383 <operation name="stopProcess"> |
|
384 <documentation>Service definition of function ns1__stopProcess</documentation> |
|
385 <input message="tns:stopProcessRequest"/> |
|
386 <output message="tns:stopProcessResponse"/> |
|
387 </operation> |
|
388 <operation name="stopProcessById"> |
|
389 <documentation>Service definition of function ns1__stopProcessById</documentation> |
|
390 <input message="tns:stopProcessByIdRequest"/> |
|
391 <output message="tns:stopProcessByIdResponse"/> |
|
392 </operation> |
|
393 <operation name="getProcessStatus"> |
|
394 <documentation>Service definition of function ns1__getProcessStatus</documentation> |
|
395 <input message="tns:getProcessStatusRequest"/> |
|
396 <output message="tns:getProcessStatusResponse"/> |
|
397 </operation> |
|
398 <operation name="getProcessStatusById"> |
|
399 <documentation>Service definition of function ns1__getProcessStatusById</documentation> |
|
400 <input message="tns:getProcessStatusByIdRequest"/> |
|
401 <output message="tns:getProcessStatusByIdResponse"/> |
|
402 </operation> |
|
403 <operation name="startApp"> |
|
404 <documentation>Service definition of function ns1__startApp</documentation> |
|
405 <input message="tns:startApp"/> |
|
406 <output message="tns:startAppResponse"/> |
|
407 </operation> |
|
408 <operation name="startAppByUid"> |
|
409 <documentation>Service definition of function ns1__startAppByUid</documentation> |
|
410 <input message="tns:startAppByUid"/> |
|
411 <output message="tns:startAppByUidResponse"/> |
|
412 </operation> |
|
413 <operation name="startDoc"> |
|
414 <documentation>Service definition of function ns1__startDoc</documentation> |
|
415 <input message="tns:startDoc"/> |
|
416 <output message="tns:startDocResponse"/> |
|
417 </operation> |
|
418 <operation name="getAppStatus"> |
|
419 <documentation>Service definition of function ns1__getAppStatus</documentation> |
|
420 <input message="tns:getAppStatusRequest"/> |
|
421 <output message="tns:getAppStatusResponse"/> |
|
422 </operation> |
|
423 <operation name="getAppStatusByUid"> |
|
424 <documentation>Service definition of function ns1__getAppStatusByUid</documentation> |
|
425 <input message="tns:getAppStatusByUidRequest"/> |
|
426 <output message="tns:getAppStatusByUidResponse"/> |
|
427 </operation> |
|
428 <operation name="getAppStatusByDoc"> |
|
429 <documentation>Service definition of function ns1__getAppStatusByDoc</documentation> |
|
430 <input message="tns:getAppStatusByDocRequest"/> |
|
431 <output message="tns:getAppStatusByDocResponse"/> |
|
432 </operation> |
|
433 <operation name="stopApp"> |
|
434 <documentation>Service definition of function ns1__stopApp</documentation> |
|
435 <input message="tns:stopAppRequest"/> |
|
436 <output message="tns:stopAppResponse"/> |
|
437 </operation> |
|
438 <operation name="stopAppByUid"> |
|
439 <documentation>Service definition of function ns1__stopAppByUid</documentation> |
|
440 <input message="tns:stopAppByUidRequest"/> |
|
441 <output message="tns:stopAppByUidResponse"/> |
|
442 </operation> |
|
443 <operation name="stopAppByDoc"> |
|
444 <documentation>Service definition of function ns1__stopAppByDoc</documentation> |
|
445 <input message="tns:stopAppByDocRequest"/> |
|
446 <output message="tns:stopAppByDocResponse"/> |
|
447 </operation> |
|
448 <operation name="listProcesses"> |
|
449 <documentation>Service definition of function ns1__listProcesses</documentation> |
|
450 <input message="tns:listProcessesRequest"/> |
|
451 <output message="tns:listProcessesResponse"/> |
|
452 </operation> |
|
453 <operation name="startProcessRetVal"> |
|
454 <documentation>Service definition of function ns1__startProcessRetVal</documentation> |
|
455 <input message="tns:startProcessRetVal"/> |
|
456 <output message="tns:startProcessResponse"/> |
|
457 </operation> |
|
458 <operation name="getProcessExitCode"> |
|
459 <documentation>Service definition of function ns1__getProcessExitCode</documentation> |
|
460 <input message="tns:getProcessExitCode"/> |
|
461 <output message="tns:getProcessExitCodeResponse"/> |
|
462 </operation> |
|
463 <operation name="installSoftware"> |
|
464 <documentation>Service definition of function ns1__installSoftware</documentation> |
|
465 <input message="tns:installSoftware"/> |
|
466 <output message="tns:installSoftwareResponse"/> |
|
467 </operation> |
|
468 <operation name="uninstallSoftware"> |
|
469 <documentation>Service definition of function ns1__uninstallSoftware</documentation> |
|
470 <input message="tns:uninstallSoftware"/> |
|
471 <output message="tns:uninstallSoftwareResponse"/> |
|
472 </operation> |
|
473 <operation name="uninstallSoftwareByName"> |
|
474 <documentation>Service definition of function ns1__uninstallSoftwareByName</documentation> |
|
475 <input message="tns:uninstallSoftwareByName"/> |
|
476 <output message="tns:uninstallSoftwareByNameResponse"/> |
|
477 </operation> |
|
478 <operation name="listRunningApps"> |
|
479 <documentation>Service definition of function ns1__listRunningApps</documentation> |
|
480 <input message="tns:listRunningAppsRequest"/> |
|
481 <output message="tns:listRunningAppsResponse"/> |
|
482 </operation> |
|
483 </portType> |
|
484 |
|
485 <binding name="HtiApplication" type="tns:HtiApplicationPortType"> |
|
486 <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> |
|
487 <operation name="startProcess"> |
|
488 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
489 <input> |
|
490 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
491 </input> |
|
492 <output> |
|
493 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
494 </output> |
|
495 </operation> |
|
496 <operation name="stopProcess"> |
|
497 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
498 <input> |
|
499 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
500 </input> |
|
501 <output> |
|
502 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
503 </output> |
|
504 </operation> |
|
505 <operation name="stopProcessById"> |
|
506 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
507 <input> |
|
508 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
509 </input> |
|
510 <output> |
|
511 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
512 </output> |
|
513 </operation> |
|
514 <operation name="getProcessStatus"> |
|
515 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
516 <input> |
|
517 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
518 </input> |
|
519 <output> |
|
520 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
521 </output> |
|
522 </operation> |
|
523 <operation name="getProcessStatusById"> |
|
524 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
525 <input> |
|
526 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
527 </input> |
|
528 <output> |
|
529 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
530 </output> |
|
531 </operation> |
|
532 <operation name="startApp"> |
|
533 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
534 <input> |
|
535 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
536 </input> |
|
537 <output> |
|
538 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
539 </output> |
|
540 </operation> |
|
541 <operation name="startAppByUid"> |
|
542 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
543 <input> |
|
544 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
545 </input> |
|
546 <output> |
|
547 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
548 </output> |
|
549 </operation> |
|
550 <operation name="startDoc"> |
|
551 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
552 <input> |
|
553 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
554 </input> |
|
555 <output> |
|
556 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
557 </output> |
|
558 </operation> |
|
559 <operation name="getAppStatus"> |
|
560 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
561 <input> |
|
562 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
563 </input> |
|
564 <output> |
|
565 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
566 </output> |
|
567 </operation> |
|
568 <operation name="getAppStatusByUid"> |
|
569 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
570 <input> |
|
571 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
572 </input> |
|
573 <output> |
|
574 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
575 </output> |
|
576 </operation> |
|
577 <operation name="getAppStatusByDoc"> |
|
578 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
579 <input> |
|
580 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
581 </input> |
|
582 <output> |
|
583 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
584 </output> |
|
585 </operation> |
|
586 <operation name="stopApp"> |
|
587 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
588 <input> |
|
589 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
590 </input> |
|
591 <output> |
|
592 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
593 </output> |
|
594 </operation> |
|
595 <operation name="stopAppByUid"> |
|
596 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
597 <input> |
|
598 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
599 </input> |
|
600 <output> |
|
601 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
602 </output> |
|
603 </operation> |
|
604 <operation name="stopAppByDoc"> |
|
605 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
606 <input> |
|
607 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
608 </input> |
|
609 <output> |
|
610 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
611 </output> |
|
612 </operation> |
|
613 <operation name="listProcesses"> |
|
614 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
615 <input> |
|
616 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
617 </input> |
|
618 <output> |
|
619 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
620 </output> |
|
621 </operation> |
|
622 <operation name="startProcessRetVal"> |
|
623 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
624 <input> |
|
625 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
626 </input> |
|
627 <output> |
|
628 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
629 </output> |
|
630 </operation> |
|
631 <operation name="getProcessExitCode"> |
|
632 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
633 <input> |
|
634 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
635 </input> |
|
636 <output> |
|
637 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
638 </output> |
|
639 </operation> |
|
640 <operation name="installSoftware"> |
|
641 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
642 <input> |
|
643 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
644 </input> |
|
645 <output> |
|
646 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
647 </output> |
|
648 </operation> |
|
649 <operation name="uninstallSoftware"> |
|
650 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
651 <input> |
|
652 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
653 </input> |
|
654 <output> |
|
655 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
656 </output> |
|
657 </operation> |
|
658 <operation name="uninstallSoftwareByName"> |
|
659 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
660 <input> |
|
661 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
662 </input> |
|
663 <output> |
|
664 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
665 </output> |
|
666 </operation> |
|
667 <operation name="listRunningApps"> |
|
668 <SOAP:operation style="rpc" soapAction="HtiApplication"/> |
|
669 <input> |
|
670 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
671 </input> |
|
672 <output> |
|
673 <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/> |
|
674 </output> |
|
675 </operation> |
|
676 </binding> |
|
677 |
|
678 <service name="HtiApplication"> |
|
679 <documentation>gSOAP 2.7.6b generated service definition</documentation> |
|
680 <port name="HtiApplication" binding="tns:HtiApplication"> |
|
681 <SOAP:address location="http://localhost:2000"/> |
|
682 </port> |
|
683 </service> |
|
684 |
|
685 </definitions> |