xmlrpc - Java XML-RPC implementation

Description:

Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
that uses XML over HTTP to implement remote procedure calls.
Apache XML-RPC was previously known as Helma XML-RPC. If you have code
using the Helma library, all you should have to do is change the import
statements in your code from helma.xmlrpc.* to org.apache.xmlrpc.*.

Homepage: http://xml.apache.org/xmlrpc/

License: Apache Software License

Vendor: Red Hat, Inc.

Packages

xmlrpc-2.0.1-3jpp.2.x86_64 [303 KiB] Changelog by Deepak Bhole (2007-03-08):
- Add javax.net.ssl support to build org.apache.xmlrpc.secure.*
- Minor spec file cleanup