When set to
true, Connection will trace little to no debug info.
var rpc1 = XMLRPC.Connection();
rpc1 = XMLRPC.Quiet=true;
Used to add arguments to your method call.
param_value can be type of data specified in the XMLRPC standard.
param_type specified what type of data us being passed in. Data type constants are in XMLRPC.types.
m.AddParameter(['a','b','c'] ,XMLRPC.types.ARRAY);