59 |
brianR |
1 |
<?xml version='1.0' encoding="utf-8"?>
|
|
|
2 |
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
|
3 |
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
4 |
id="executeservices">
|
|
|
5 |
<title>ExecuteServices</title>
|
|
|
6 |
<para>The ExecuteService bundles local and remote command
|
|
|
7 |
execution operations. Its WSDL is located at
|
|
|
8 |
http://server:port/XServices/ExecuteService?wsdl</para>
|
159 |
brianR |
9 |
<xi:include href="./rExec.xml" />
|
|
|
10 |
<xi:include href="./runCommand.xml" />
|
166 |
brianR |
11 |
<xi:include href="./runCommandAsync.xml" />
|
|
|
12 |
<xi:include href="./runCommandAsyncWithArgs.xml" />
|
|
|
13 |
<xi:include href="./runCommandWithArgs.xml" />
|
159 |
brianR |
14 |
<xi:include href="./runCommandWithSSH.xml" />
|
166 |
brianR |
15 |
<xi:include href="./runCommandWithSSHKeyAuth.xml" />
|
|
|
16 |
<xi:include href="./runJavaScript.xml" />
|
159 |
brianR |
17 |
<xi:include href="./telnet.xml" />
|
59 |
brianR |
18 |
</section>
|