Line 65... |
Line 65... |
65 |
<beginpage/>
|
65 |
<beginpage/>
|
66 |
<title>Getting started</title>
|
66 |
<title>Getting started</title>
|
67 |
<para>This chapter describes the installation process.</para>
|
67 |
<para>This chapter describes the installation process.</para>
|
68 |
<section xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:base="common/installation.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
68 |
<section xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:base="common/installation.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
Line 69... |
Line 69... |
69 |
|
69 |
|
70 |
<section>
|
70 |
|
71 |
<title>Installation</title>
|
71 |
<title>Installation</title>
|
72 |
<para>As of February 2013, XServices require Java 7. Older builds run against Java 5.</para>
|
72 |
<para>As of February 2013, XServices require Java 7. Older builds run against Java 5.</para>
|
73 |
<para>Apache Tomcat 7</para>
|
73 |
<para>Apache Tomcat 7</para>
|
74 |
<para>tbd.</para>
|
74 |
<para>tbd.</para>
|
Line 117... |
Line 117... |
117 |
</para>
|
117 |
</para>
|
118 |
<para>The <context> element must be placed into the
|
118 |
<para>The <context> element must be placed into the
|
119 |
server.xml
|
119 |
server.xml
|
120 |
file (into <engine><host>).</para>
|
120 |
file (into <engine><host>).</para>
|
121 |
</section>
|
121 |
</section>
|
122 |
</section>
|
122 |
|
123 |
</section>
|
123 |
</section>
|
124 |
</chapter>
|
124 |
</chapter>
|
125 |
<chapter id="services">
|
125 |
<chapter id="soapservices">
|
126 |
<beginpage/>
|
126 |
<beginpage/>
|
127 |
<title>Available Services</title>
|
127 |
<title>Available SOAP Services</title>
|
128 |
<para>List of available web services and their operations.</para>
|
128 |
<para>List of available web services and their operations.</para>
|
129 |
<section id="archiveservices" version="5.0" xml:base="ArchiveServices/ArchiveServices.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
129 |
<section id="archiveservices" version="5.0" xml:base="ArchiveServices/ArchiveServices.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
130 |
<title>ArchiveServices</title>
|
130 |
<title>ArchiveServices</title>
|
131 |
<para>The ArchiveService bundles file packing operations. Its
|
131 |
<para>The ArchiveService bundles file packing operations. Its
|
132 |
WSDL is located at
|
132 |
WSDL is located at
|
133 |
http://server:port/XServices/ArchiveService?wsdl</para>
|
133 |
http://server:port/XServices/ArchiveService?wsdl</para>
|
- |
|
134 |
|
- |
|
135 |
<section version="5.0" xml:base="ArchiveServices/bzip2.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
136 |
<title>gzip</title>
|
- |
|
137 |
<para>Create a GNU zip archive.
|
- |
|
138 |
Sample request:
|
- |
|
139 |
<screen><![CDATA[
|
- |
|
140 |
...
|
- |
|
141 |
]]></screen>
|
- |
|
142 |
Sample response:
|
- |
|
143 |
<programlisting language="xml"><![CDATA[
|
- |
|
144 |
...
|
- |
|
145 |
]]></programlisting>
|
- |
|
146 |
</para>
|
- |
|
147 |
<para/>
|
- |
|
148 |
</section>
|
- |
|
149 |
<section version="5.0" xml:base="ArchiveServices/bzip2FromArchive.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
150 |
<title>bzip2FromArchive</title>
|
- |
|
151 |
<para>Create a new bzip2 archive from files located within another archive.
|
- |
|
152 |
Sample request:
|
- |
|
153 |
<screen><![CDATA[
|
- |
|
154 |
...
|
- |
|
155 |
]]></screen>
|
- |
|
156 |
Sample response:
|
- |
|
157 |
<programlisting language="xml"><![CDATA[
|
- |
|
158 |
...
|
- |
|
159 |
]]></programlisting>
|
- |
|
160 |
</para>
|
- |
|
161 |
<para/>
|
- |
|
162 |
</section>
|
- |
|
163 |
<section version="5.0" xml:base="ArchiveServices/gzip.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
164 |
<title>bzip2</title>
|
- |
|
165 |
<para>Create a bzip2 archive.
|
- |
|
166 |
Sample request:
|
- |
|
167 |
<screen><![CDATA[
|
- |
|
168 |
...
|
- |
|
169 |
]]></screen>
|
- |
|
170 |
Sample response:
|
- |
|
171 |
<programlisting language="xml"><![CDATA[
|
- |
|
172 |
...
|
- |
|
173 |
]]></programlisting>
|
- |
|
174 |
</para>
|
- |
|
175 |
<para/>
|
- |
|
176 |
</section>
|
- |
|
177 |
<section version="5.0" xml:base="ArchiveServices/gzipFromArchive.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
178 |
<title>gzipFromArchive</title>
|
- |
|
179 |
<para>Create a new GNU zip archive from files located within another archive.
|
- |
|
180 |
Sample request:
|
- |
|
181 |
<screen><![CDATA[
|
- |
|
182 |
...
|
- |
|
183 |
]]></screen>
|
- |
|
184 |
Sample response:
|
- |
|
185 |
<programlisting language="xml"><![CDATA[
|
- |
|
186 |
...
|
- |
|
187 |
]]></programlisting>
|
- |
|
188 |
</para>
|
- |
|
189 |
<para/>
|
- |
|
190 |
</section>
|
- |
|
191 |
<section version="5.0" xml:base="ArchiveServices/gunzip.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
192 |
<title>gunzip</title>
|
- |
|
193 |
<para>Extract files from a GNU zip archive.
|
- |
|
194 |
Sample request:
|
- |
|
195 |
<screen><![CDATA[
|
- |
|
196 |
...
|
- |
|
197 |
]]></screen>
|
- |
|
198 |
Sample response:
|
- |
|
199 |
<programlisting language="xml"><![CDATA[
|
- |
|
200 |
...
|
- |
|
201 |
]]></programlisting>
|
- |
|
202 |
</para>
|
- |
|
203 |
<para/>
|
- |
|
204 |
</section>
|
- |
|
205 |
<section version="5.0" xml:base="ArchiveServices/bunzip2.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
206 |
<title>bunzip2</title>
|
- |
|
207 |
<para>Extract files from a bzip2 archive.
|
- |
|
208 |
Sample request:
|
- |
|
209 |
<screen><![CDATA[
|
- |
|
210 |
...
|
- |
|
211 |
]]></screen>
|
- |
|
212 |
Sample response:
|
- |
|
213 |
<programlisting language="xml"><![CDATA[
|
- |
|
214 |
...
|
- |
|
215 |
]]></programlisting>
|
- |
|
216 |
</para>
|
- |
|
217 |
<para/>
|
- |
|
218 |
</section>
|
- |
|
219 |
<section version="5.0" xml:base="ArchiveServices/gunzipFromURL.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
220 |
<title>gunzipFromURL</title>
|
- |
|
221 |
<para>Extract files from a GNU zip archive. The archive is located on the web (http/ https)
|
- |
|
222 |
and will be downloaded automatically.
|
- |
|
223 |
Sample request:
|
- |
|
224 |
<screen><![CDATA[
|
- |
|
225 |
...
|
- |
|
226 |
]]></screen>
|
- |
|
227 |
Sample response:
|
- |
|
228 |
<programlisting language="xml"><![CDATA[
|
- |
|
229 |
...
|
- |
|
230 |
]]></programlisting>
|
- |
|
231 |
</para>
|
- |
|
232 |
<para/>
|
- |
|
233 |
</section>
|
- |
|
234 |
<section version="5.0" xml:base="ArchiveServices/bunzip2FromURL.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
235 |
<title>bunzip2FromURL</title>
|
- |
|
236 |
<para>Extract files from a bzip2 archive. The archive is located on the web (http/ https)
|
- |
|
237 |
and will be downloaded automatically.
|
- |
|
238 |
Sample request:
|
- |
|
239 |
<screen><![CDATA[
|
- |
|
240 |
...
|
- |
|
241 |
]]></screen>
|
- |
|
242 |
Sample response:
|
- |
|
243 |
<programlisting language="xml"><![CDATA[
|
- |
|
244 |
...
|
- |
|
245 |
]]></programlisting>
|
- |
|
246 |
</para>
|
- |
|
247 |
<para/>
|
- |
|
248 |
</section>
|
- |
|
249 |
<section version="5.0" xml:base="ArchiveServices/zip.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
250 |
<title>zip</title>
|
- |
|
251 |
<para>Compress files and store them in a ZIP archive.
|
- |
|
252 |
Sample request:
|
- |
|
253 |
<screen><![CDATA[
|
- |
|
254 |
...
|
- |
|
255 |
]]></screen>
|
- |
|
256 |
Sample response:
|
- |
|
257 |
<programlisting language="xml"><![CDATA[
|
- |
|
258 |
...
|
- |
|
259 |
]]></programlisting>
|
- |
|
260 |
</para>
|
- |
|
261 |
<para/>
|
- |
|
262 |
</section>
|
- |
|
263 |
<section version="5.0" xml:base="ArchiveServices/zipFromArchive.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
264 |
<title>zipFromArchive</title>
|
- |
|
265 |
<para>Create a new ZIP archive from files located within another archive.
|
- |
|
266 |
Sample request:
|
- |
|
267 |
<screen><![CDATA[
|
- |
|
268 |
...
|
- |
|
269 |
]]></screen>
|
- |
|
270 |
Sample response:
|
- |
|
271 |
<programlisting language="xml"><![CDATA[
|
- |
|
272 |
...
|
- |
|
273 |
]]></programlisting>
|
- |
|
274 |
</para>
|
- |
|
275 |
<para/>
|
- |
|
276 |
</section>
|
- |
|
277 |
<section version="5.0" xml:base="ArchiveServices/unzip.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
278 |
<title>unzip</title>
|
- |
|
279 |
<para>Extract files from a zip archive.
|
- |
|
280 |
Sample request:
|
- |
|
281 |
<screen><![CDATA[
|
- |
|
282 |
...
|
- |
|
283 |
]]></screen>
|
- |
|
284 |
Sample response:
|
- |
|
285 |
<programlisting language="xml"><![CDATA[
|
- |
|
286 |
...
|
- |
|
287 |
]]></programlisting>
|
- |
|
288 |
</para>
|
- |
|
289 |
<para/>
|
- |
|
290 |
</section>
|
- |
|
291 |
<section version="5.0" xml:base="ArchiveServices/unrar.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
292 |
<title>untar</title>
|
- |
|
293 |
<para>Extract files from a tarball archive.
|
- |
|
294 |
Sample request:
|
- |
|
295 |
<screen><![CDATA[
|
- |
|
296 |
...
|
- |
|
297 |
]]></screen>
|
- |
|
298 |
Sample response:
|
- |
|
299 |
<programlisting language="xml"><![CDATA[
|
- |
|
300 |
...
|
- |
|
301 |
]]></programlisting>
|
- |
|
302 |
</para>
|
- |
|
303 |
<para/>
|
- |
|
304 |
</section>
|
- |
|
305 |
<section version="5.0" xml:base="ArchiveServices/untar.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
306 |
<title>unrar</title>
|
- |
|
307 |
<para>Extract files from a RAR archive.
|
- |
|
308 |
Sample request:
|
- |
|
309 |
<screen><![CDATA[
|
- |
|
310 |
...
|
- |
|
311 |
]]></screen>
|
- |
|
312 |
Sample response:
|
- |
|
313 |
<programlisting language="xml"><![CDATA[
|
- |
|
314 |
...
|
- |
|
315 |
]]></programlisting>
|
- |
|
316 |
</para>
|
- |
|
317 |
<para/>
|
- |
|
318 |
</section>
|
- |
|
319 |
|
134 |
</section>
|
320 |
</section>
|
135 |
<section id="dateservices" version="5.0" xml:base="DateServices/DateServices.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
321 |
<section id="dateservices" version="5.0" xml:base="DateServices/DateServices.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
136 |
<title>DateServices</title>
|
322 |
<title>DateServices</title>
|
137 |
<para>The DateService bundles various date and time related operations.
|
323 |
<para>The DateService bundles various date and time related operations.
|
138 |
</para>
|
324 |
</para>
|
Line 148... |
Line 334... |
148 |
<listitem>
|
334 |
<listitem>
|
149 |
<para>RFC822 (example: "2012-01-17T23:50:00+0100")</para>
|
335 |
<para>RFC822 (example: "2012-01-17T23:50:00+0100")</para>
|
150 |
</listitem>
|
336 |
</listitem>
|
151 |
</itemizedlist>
|
337 |
</itemizedlist>
|
152 |
</para>
|
338 |
</para>
|
- |
|
339 |
<section version="5.0" xml:base="DateServices/dateAdd.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
340 |
<title>dateAdd</title>
|
- |
|
341 |
<para>Add or substract a time span from/ to a date.
|
- |
|
342 |
Sample request:
|
- |
|
343 |
<screen><![CDATA[
|
- |
|
344 |
...
|
- |
|
345 |
]]></screen>
|
- |
|
346 |
Sample response:
|
- |
|
347 |
<programlisting language="xml"><![CDATA[
|
- |
|
348 |
...
|
- |
|
349 |
]]></programlisting>
|
- |
|
350 |
</para>
|
- |
|
351 |
<para>Hints here</para>
|
- |
|
352 |
</section>
|
- |
|
353 |
<section version="5.0" xml:base="DateServices/dateTimeDiff.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
354 |
<title>dateTimeDiff</title>
|
- |
|
355 |
<para>Calculate elapsed time between two dates. Returns the elapsed time in milliseconds.
|
- |
|
356 |
Sample request:
|
- |
|
357 |
<screen><![CDATA[
|
- |
|
358 |
...
|
- |
|
359 |
]]></screen>
|
- |
|
360 |
Sample response:
|
- |
|
361 |
<programlisting language="xml"><![CDATA[
|
- |
|
362 |
...
|
- |
|
363 |
]]></programlisting>
|
- |
|
364 |
</para>
|
- |
|
365 |
<para>Hints here</para>
|
- |
|
366 |
</section>
|
- |
|
367 |
<section version="5.0" xml:base="DateServices/dateTimeDiff2.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
368 |
<title>dateTimeDiff</title>
|
- |
|
369 |
<para>Calculate Fully elapsed units between two dates. Example: 4:15:10-4:15:55 in minutes = 0 and in seconds = 45.
|
- |
|
370 |
Sample request:
|
- |
|
371 |
<screen><![CDATA[
|
- |
|
372 |
...
|
- |
|
373 |
]]></screen>
|
- |
|
374 |
Sample response:
|
- |
|
375 |
<programlisting language="xml"><![CDATA[
|
- |
|
376 |
...
|
- |
|
377 |
]]></programlisting>
|
- |
|
378 |
</para>
|
- |
|
379 |
<para>Hints here</para>
|
- |
|
380 |
</section>
|
153 |
<section version="5.0" xml:base="DateServices/getDate.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
381 |
<section version="5.0" xml:base="DateServices/getDate.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
154 |
<title>getDate</title>
|
382 |
<title>getDate</title>
|
155 |
<para>Get current time and date.
|
383 |
<para>Get current time and date.
|
156 |
Sample request:
|
384 |
Sample request:
|
157 |
<programlisting language="xml"><![CDATA[
|
385 |
<programlisting language="xml"><![CDATA[
|
Line 226... |
Line 454... |
226 |
<para>DDMMYYYY (example: "17.01.2012")</para>
|
454 |
<para>DDMMYYYY (example: "17.01.2012")</para>
|
227 |
</listitem>
|
455 |
</listitem>
|
228 |
</itemizedlist>
|
456 |
</itemizedlist>
|
229 |
</para>
|
457 |
</para>
|
230 |
</section>
|
458 |
</section>
|
- |
|
459 |
<section version="5.0" xml:base="DateServices/formatDateAdvanced.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
460 |
<title>formatDateAdvanced</title>
|
- |
|
461 |
<para>
|
- |
|
462 |
Transform Time/ Date representation. Formats a date with a free form pattern. Uses SimpleDateFormat patterns.
|
- |
|
463 |
</para>
|
- |
|
464 |
<para>
|
- |
|
465 |
The following pattern letters are defined (all other characters from 'A' to 'Z' and from 'a' to 'z' are reserved):
|
- |
|
466 |
<programlisting><![CDATA[
|
- |
|
467 |
Letter Date or Time Component Presentation Examples
|
- |
|
468 |
G Era designator Text AD
|
- |
|
469 |
y Year Year 1996; 96
|
- |
|
470 |
M Month in year Month July; Jul; 07
|
- |
|
471 |
w Week in year Number 27
|
- |
|
472 |
W Week in month Number 2
|
- |
|
473 |
D Day in year Number 189
|
- |
|
474 |
d Day in month Number 10
|
- |
|
475 |
F Day of week in month Number 2
|
- |
|
476 |
E Day in week Text Tuesday; Tue
|
- |
|
477 |
a Am/pm marker Text PM
|
- |
|
478 |
H Hour in day (0-23) Number 0
|
- |
|
479 |
k Hour in day (1-24) Number 24
|
- |
|
480 |
K Hour in am/pm (0-11) Number 0
|
- |
|
481 |
h Hour in am/pm (1-12) Number 12
|
- |
|
482 |
m Minute in hour Number 30
|
- |
|
483 |
s Second in minute Number 55
|
- |
|
484 |
S Millisecond Number 978
|
- |
|
485 |
z Time zone General time zone Pacific Standard Time; PST; GMT-08:00
|
- |
|
486 |
Z Time zone RFC 822 time zone -0800
|
- |
|
487 |
]]></programlisting>
|
- |
|
488 |
</para>
|
- |
|
489 |
</section>
|
231 |
<section version="5.0" xml:base="DateServices/getInTimezone.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
490 |
<section version="5.0" xml:base="DateServices/getInTimezone.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
232 |
<title>getInTimezone</title>
|
491 |
<title>getInTimezone</title>
|
233 |
<para>
|
492 |
<para>
|
234 |
Changes the date/time presentation to another time zone. The date/time object itself
|
493 |
Changes the date/time presentation to another time zone. The date/time object itself
|
235 |
is not changed. For example '2012-01-05T22:45:11-06:30' is presented as '2012-01-06T07:15:11+02:00' from Helsinki time zone perspective.
|
494 |
is not changed. For example '2012-01-05T22:45:11-06:30' is presented as '2012-01-06T07:15:11+02:00' from Helsinki time zone perspective.
|
Line 3335... |
Line 3594... |
3335 |
</soap:Body>
|
3594 |
</soap:Body>
|
3336 |
</soap:Envelope>
|
3595 |
</soap:Envelope>
|
3337 |
]]></programlisting>
|
3596 |
]]></programlisting>
|
3338 |
</para>
|
3597 |
</para>
|
3339 |
</section>
|
3598 |
</section>
|
- |
|
3599 |
<section version="5.0" xml:base="DateServices/parseDate.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
3600 |
<title>parseDate</title>
|
- |
|
3601 |
<para>
|
- |
|
3602 |
Converts a string into date using pre-defined date formats
|
- |
|
3603 |
<itemizedlist>
|
- |
|
3604 |
<listitem>
|
- |
|
3605 |
<para>ISO8601 (example: "2012-01-17T23:50:00+01:00")</para>
|
- |
|
3606 |
</listitem>
|
- |
|
3607 |
<listitem>
|
- |
|
3608 |
<para>RFC822 (example: "2012-01-17T23:50:00+0100")</para>
|
- |
|
3609 |
</listitem>
|
- |
|
3610 |
<listitem>
|
- |
|
3611 |
<para>YYYYMMDD (example: "2012/01/17")</para>
|
- |
|
3612 |
</listitem>
|
- |
|
3613 |
<listitem>
|
- |
|
3614 |
<para>DDMMYYYY (example: "17.01.2012")</para>
|
- |
|
3615 |
</listitem>
|
- |
|
3616 |
</itemizedlist>
|
- |
|
3617 |
</para>
|
- |
|
3618 |
</section>
|
- |
|
3619 |
<section version="5.0" xml:base="DateServices/parseDateAdvanced.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
3620 |
<title>parseDateAdvanced</title>
|
- |
|
3621 |
<para>
|
- |
|
3622 |
Converts a string into date using any format.
|
- |
|
3623 |
|
- |
|
3624 |
</para>
|
- |
|
3625 |
</section>
|
3340 |
</section>
|
3626 |
</section>
|
3341 |
<section id="executeservices" version="5.0" xml:base="ExecuteServices/ExecuteServices.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
3627 |
<section id="executeservices" version="5.0" xml:base="ExecuteServices/ExecuteServices.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
3342 |
<title>ExecuteServices</title>
|
3628 |
<title>ExecuteServices</title>
|
3343 |
<para>The ExecuteService bundles local and remote command
|
3629 |
<para>The ExecuteService bundles local and remote command
|
3344 |
execution operations. Its WSDL is located at
|
3630 |
execution operations. Its WSDL is located at
|
Line 3609... |
Line 3895... |
3609 |
<timeout>15000</timeout>
|
3895 |
<timeout>15000</timeout>
|
3610 |
</ws:runCommand>
|
3896 |
</ws:runCommand>
|
3611 |
</soapenv:Body>
|
3897 |
</soapenv:Body>
|
3612 |
</soapenv:Envelope>]]></programlisting></para></section>
|
3898 |
</soapenv:Envelope>]]></programlisting></para></section>
|
3613 |
</section>
|
3899 |
</section>
|
- |
|
3900 |
<section version="5.0" xml:base="ExecuteServices/runCommandAsync.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
3901 |
<title>runCommandAsync</title>
|
- |
|
3902 |
<para>Run an executable with arguments on the server providing the web
|
- |
|
3903 |
service and don't wait for the executable to finish.
|
- |
|
3904 |
The command is run within the environment and under the user
|
- |
|
3905 |
privileges of the user who is running the Tomcat Server.</para>
|
- |
|
3906 |
</section>
|
- |
|
3907 |
<section version="5.0" xml:base="ExecuteServices/runCommandAsyncWithArgs.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
3908 |
<title>runCommandAsyncWithArgs</title>
|
- |
|
3909 |
<para>Run an executable with arguments on the server providing the web
|
- |
|
3910 |
service and don't wait for the executable to finish.
|
- |
|
3911 |
The command is run within the environment and under the user
|
- |
|
3912 |
privileges of the user who is running the Tomcat Server.</para>
|
- |
|
3913 |
</section>
|
- |
|
3914 |
<section version="5.0" xml:base="ExecuteServices/runCommandWithArgs.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
3915 |
<title>runCommandWithArgs</title>
|
- |
|
3916 |
<para>Run an executable with arguments on the server providing the web
|
- |
|
3917 |
service. The command is run within the environment and under the user
|
- |
|
3918 |
privileges of the user who is running the Tomcat Server.</para>
|
- |
|
3919 |
</section>
|
3614 |
<section version="5.0" xml:base="ExecuteServices/runCommandWithSSH.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
3920 |
<section version="5.0" xml:base="ExecuteServices/runCommandWithSSH.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
3615 |
<title>runCommandWithSSH</title>
|
3921 |
<title>runCommandWithSSH</title>
|
3616 |
<para>Executes a command through a SSH session.</para>
|
3922 |
<para>Executes a command through a SSH session.</para>
|
3617 |
<section>
|
3923 |
<section>
|
3618 |
<title>Input parameters
|
3924 |
<title>Input parameters
|
Line 3730... |
Line 4036... |
3730 |
<timeout>30000</timeout>
|
4036 |
<timeout>30000</timeout>
|
3731 |
</ws:runCommandWithSSH>
|
4037 |
</ws:runCommandWithSSH>
|
3732 |
]]></programlisting>
|
4038 |
]]></programlisting>
|
3733 |
</section>
|
4039 |
</section>
|
3734 |
</section>
|
4040 |
</section>
|
- |
|
4041 |
<section version="5.0" xml:base="ExecuteServices/runCommandWithSSHKeyAuth.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
4042 |
<title>runCommandWithSSHKeyAuth</title>
|
- |
|
4043 |
<para>Executes a command through a SSH session.</para>
|
- |
|
4044 |
|
- |
|
4045 |
</section>
|
- |
|
4046 |
<section version="5.0" xml:base="ExecuteServices/runJavaScript.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
4047 |
<title>runJavaScript</title>
|
- |
|
4048 |
<para>Execute a JavaScript and or Java program using Mozilla Rhino JIT-Compiler.</para>
|
- |
|
4049 |
</section>
|
3735 |
<section version="5.0" xml:base="ExecuteServices/telnet.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
4050 |
<section version="5.0" xml:base="ExecuteServices/telnet.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
3736 |
<title>telnet</title>
|
4051 |
<title>telnet</title>
|
3737 |
<para>Runs a telnet session with an "expect shell" like behaviour.</para>
|
4052 |
<para>Runs a telnet session with an "expect shell" like behaviour.</para>
|
3738 |
<section>
|
4053 |
<section>
|
3739 |
<title>Input parameters
|
4054 |
<title>Input parameters
|
Line 4525... |
Line 4840... |
4525 |
</section>
|
4840 |
</section>
|
Line 4526... |
Line 4841... |
4526 |
|
4841 |
|
4527 |
</section>
|
4842 |
</section>
|
Line -... |
Line 4843... |
- |
|
4843 |
</chapter>
|
- |
|
4844 |
|
- |
|
4845 |
<chapter id="restservices">
|
- |
|
4846 |
<beginpage/>
|
- |
|
4847 |
<title>Available RESTful Services</title>
|
- |
|
4848 |
<para>List of available web services and their operations.</para>
|
- |
|
4849 |
<section id="cvsinfoservices" version="5.0" xml:base="CVSInfoService/CVSInfoService.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
4850 |
<title>CVSInfoService</title>
|
- |
|
4851 |
<para>RESTful service to query a CVS repository, search files and content. Includes caching mechanism.
|
- |
|
4852 |
</para>
|
- |
|
4853 |
<para>Endpoint address: http://localhost:8080/XServices/cvsinfo</para>
|
- |
|
4854 |
<para>WADL : http://localhost:8080/XServices/cvsinfo?_wadl</para>
|
- |
|
4855 |
|
- |
|
4856 |
|
- |
|
4857 |
|
- |
|
4858 |
|
- |
|
4859 |
<!--
|
- |
|
4860 |
<xi:include href="./dateAdd.xml" />
|
- |
|
4861 |
|
- |
|
4862 |
-->
|
- |
|
4863 |
</section>
|
- |
|
4864 |
<section id="fileinfoservices" version="5.0" xml:base="FileInfoService/FileInfoService.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
|
- |
|
4865 |
<title>FileInfoService</title>
|
- |
|
4866 |
<para>The FileInfoService allows listing/ searching/ browsing and download of files and directories. Includes caching mechanism.
|
- |
|
4867 |
</para>
|
- |
|
4868 |
<para>Endpoint address: http://localhost:8080/XServices/fileinfo</para>
|
- |
|
4869 |
<para>WADL : http://localhost:8080/XServices/fileinfo?_wadl</para>
|
- |
|
4870 |
<!--
|
- |
|
4871 |
<xi:include href="./dateAdd.xml" />
|
- |
|
4872 |
|
- |
|
4873 |
-->
|
- |
|
4874 |
</section>
|
4528 |
</chapter>
|
4875 |
|
4529 |
|
4876 |
</chapter>
|
4530 |
<chapter id="xmltypes">
|
4877 |
<chapter id="xmltypes">
|
4531 |
<beginpage/>
|
4878 |
<beginpage/>
|
4532 |
<title>XML Types</title>
|
4879 |
<title>XML Types</title>
|