Get a list of prompts
The format of the <method>
element
for getting a list of prompts is:
<method methodName="prompt.getList" />
Use this method to obtain a list containing the names of the defined prompts.
Example
<methodCall xmlns:prompt="http://www.ibm.com/tivoli/netcool/webtop/prompts/2.2">
<!-- Get a list of prompts available in the server. -->
<method methodName="prompt.getList"/>
</methodCall>