6. Appendix II: A short list of XML-RPC libraries

To access QueueMetrics, you only need a library with Client capabilities. Server capabilities are not needed. The following list is by no means exhaustive of all possible implementations available:

Perl
The BlackPerl library is available at http://www.blackperl.com/RPC::XML/
Python
The xmlrpclib ships with any modern version of the language.
JavaScript
The JSON-XML-RPC library can be found at: http://code.google.com/p/json-xml-rpc/
JavaScript (2)
The Jsolait library also offers an XML-RPC module: http://jsolait.net/
Java
There are a lot of implementations available for Java, we recommend Redstone’s LGPL library - http://xmlrpc.sourceforge.net/
C / C++
See http://xmlrpc-c.sourceforge.net/
C# / .Net
A connector is available at http://www.xml-rpc.net/
VisualBasic
A COM component that will work on most languages on the Windows platform: http://sourceforge.net/projects/comxmlrpc
PHP
The package XML_RPC is a part of the standard Pear library.