Get a list of tools
The format of the <method>
element
for getting a list of tools is:
<method methodName="tool.getList">
The method returns a list of all the tools defined in the Web GUI.
Example
<methodCall xmlns:tool="http://www.ibm.com/tivoli/netcool/webtop/tools/2.1">
<!-- Get a list of tools available in the server. -->
<method methodName="tool.getList"/>
</method>
</methodCall>