What programming languages allow connecting via XML-RPC?
Many languages offer the possibility of using XML-RPC quite easily, either through libraries or via direct functions. Only a few lines of code are necessary for purchasing a domain name. For example: Python: The xmlrpclib module distribution comes bundled with all that you need to use Gandi API XML. Perl: the CPAN SOAP::Lite module includes the XMLRPC::Lite package which manages everything you need right out of the box. PHP: there are several libraries that you can use for connection, such as http://phpxmlrpc.sourceforge.net/ or http://pear.php.net/package/XML_RPC/ , PHP5 also contains a library. C or C++: you may connect via the library available at this address: http://xmlrpc-c.sourceforge.net/ The full list of XML-RPC commands is available at xmlrpc.