A new version of the Redstone XML-RPC Library has been released.
Various fixes and additions:
Base64 encoding now accepts line breaks to increase compatibility. Thanks Paul Winkler for filing a bug.
Character encoding can now be selected by setting a property in the properties file. It defaults to UTF-8 but can be overridden to any valid encoding. Thanks to A.J (ozzzburn) and Paul Rene Joergensen for filing bug reports.
It is now possible to insert HTTP headers in the request using the XmlRpcClient. Thanks to Trever Shick for the request.
It is now possible to configure (in WEB-INF/web.xml) which services to publish using the built-in XmlRpcServlet. The existing and very much still valid way of doing it is to override XmlRpcServlet and programatically add services.
More detailed information will be available in the new wiki (http://xmlrpc.wiki.sourceforge.net/) which will be updated soon.