Introduction about the XML_RPC2 client side usage
Thanks to PHP5, it's really easy to do XMLRPC client requests with XML_RPC2. The usage is really straightforward.
First, you include 'XML/RPC2/Client.php' file (only this one).
Designed to work with Project COUNTER reports, the protocol is also extensible to other types of usage reports. The Standard is built on the SOAP (Simple Object Access Protocol) for transferring request and response messages.