This Perl package is an implementation of the XML-RPC standard.
The package provides a set of classes for creating values to pass to the constructors for requests and responses.
It contains 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.
These are lightweight objects, most of which are implemented as tied scalars so as to associate specific type information with the value.
Classes are also provided for requests, responses, faults (errors) and a parser based on the XML::Parser package from CPAN.
This module does not actually provide any transport implementation or server basis.
What's New in This Release: [ read full changelog ]
· Fixed spelling error in man page, reported by Debian group.
· Fixed a test failure on Windows.
· Added port to Host header in client requests.