This package is an implementation of the XML-RPC standard in Perl. The goal is to provide a client, a stand-alone server and an Apache/mod_perl content-handler class.
The manual pages for the various classes have some examples listed.
This package is available via the Comprehensive Perl Archive Network, at CPAN, indexed by my CPAN user-id, RJRAY. You may go directly to the package via this link:
http://search.cpan.org/search?dist=RPC-XML
This will always refer to the latest version CPAN has available.
Source packages for systems that support RPM are downloadable here:
I am no longer providing direct links to built packages, because of the minute differences between Perl and RPM versions on various platforms (Mandrake, the varieties of Red Hat, etc.) supported by RPM. It should be simple to build a binary package from the source RPM provided here.
This module is pure Perl, requiring no C compilation in order to build and install. The XML::Parser and LWP packages are required for operation. Additionally, the server class may utilize the Net::Server package as a server framework implementation, if it is available.