Name   XmlrpcClient          
                       
Examples  
// see the examples in the home page
     
                       
Description   Calls XML-RPC servers.      
                       
Methods   execute()

address()
  Generates an XML-RPC request and sends it to the server. Returns the server's response.

Returns the URL for this XmlrpcClient.
                       
Constructor  
XmlrpcClient(address)
         
                       
Parameters   address   String: address to connect the server          
                       
Usage   Application