- Details
- Written by David Nichols
- Parent Category: Modules
- Last Updated: 22 January 2013
- Created: 04 June 2007
Demonstrates the use of the xml module's XmlRpcClient class.
This little script is a fully functional XML-RPC client; you can use it to call XML-RPC functions and it will return the result.
It also tries to parse the parameters as qore code/values, so you can theoretically create complex messages from the command-line.
{htmlfile}examples/xml-rpc-client.q.html{/htmlfile}