2011-05-02 20:06:19 +02:00
|
|
|
<?xml version='1.0' encoding="utf-8"?>
|
|
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
id="executeservices">
|
|
|
|
<title>ExecuteServices</title>
|
|
|
|
<para>The ExecuteService bundles local and remote command
|
|
|
|
execution operations. Its WSDL is located at
|
|
|
|
http://server:port/XServices/ExecuteService?wsdl</para>
|
2014-06-15 11:43:44 +02:00
|
|
|
<xi:include href="./rExec.xml" />
|
|
|
|
<xi:include href="./runCommand.xml" />
|
2014-08-21 09:00:57 +02:00
|
|
|
<xi:include href="./runCommandAsync.xml" />
|
|
|
|
<xi:include href="./runCommandAsyncWithArgs.xml" />
|
|
|
|
<xi:include href="./runCommandWithArgs.xml" />
|
2014-06-15 11:43:44 +02:00
|
|
|
<xi:include href="./runCommandWithSSH.xml" />
|
2014-08-21 09:00:57 +02:00
|
|
|
<xi:include href="./runCommandWithSSHKeyAuth.xml" />
|
|
|
|
<xi:include href="./runJavaScript.xml" />
|
2014-06-15 11:43:44 +02:00
|
|
|
<xi:include href="./telnet.xml" />
|
2011-05-02 20:06:19 +02:00
|
|
|
</section>
|