Class   XmlrpcClient          
               
Name   execute()          
                       
Examples  
// see the examples in the home page
     
                       
Description   Generates an XML-RPC request and sends it to the server.      
                       
Syntax  
client.execute(method, params)
                       
Parameters   client

method

params
  any variable of type XmlrpcClient

String: method name to call

int, float, double, boolean, byte[], Hashtable, Vector: data to send
 
                       
Usage   Application