call(method, *args)
Instance Public methods
Invokes the method named method with the parameters given by
args on the XML-RPC server.
The method parameter is converted into a String and should be
a valid XML-RPC method-name.
Each parameter of args must be of one of the following types,
where Hash, Struct
and Array can contain any of these listed types:
Fixnum, Bignum
TrueClass, FalseClass, true,
false
String, Symbol
Float
Hash, Struct
Array
Date, Time, XMLRPC::DateTime