Qore Programming Language

  • Increase font size
  • Default font size
  • Decrease font size

XML-RPC client example

E-mail Print PDF
Demonstrates the use of Qore'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. 
 
Last Updated on Monday, 04 June 2007 15:53