13 lines
548 B
XML
13 lines
548 B
XML
<?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>
|
|
<xi:include href="./rExec.xml" />
|
|
<xi:include href="./runCommand.xml" />
|
|
<xi:include href="./runCommandWithSSH.xml" />
|
|
<xi:include href="./telnet.xml" />
|
|
</section> |