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>
|
|
|
9 |
<xi:include href="ExecuteServices/rExec.xml" />
|
|
|
10 |
<xi:include href="ExecuteServices/runCommand.xml" />
|
|
|
11 |
<xi:include href="ExecuteServices/runCommandWithSSH.xml" />
|
|
|
12 |
<xi:include href="ExecuteServices/telnet.xml" />
|
|
|
13 |
</section>
|