This section describes what is RPC::XML - a Perl module that implements the XML-RPC specification. It helps you to build remote method call XML messages and making XML-RPC calls faster and easier.
RPC::XML is a Perl implementation of the XML-RPC specification developed by
Randy J. Ray. RPC::XML provides
classes for sample client and server implementations, a server designed as an
Apache location-handler, and a suite of data-manipulation classes that are
used by them. RPC::XML offers:
An XML-RPC server, and a server side programming interface.
A group of classes to represent various XML elements of XML-RPC value types.
An XML-RPC client side programming interface.
For information on the latest release of the RPC::XML module, you should visit the RPC::XML home page
at http://www.blackperl.com/RPC::XML/.