Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.*.
Packages
xmlrpc-3.1.3-5.fc19.src
[140 KiB] |
Changelog
by Alexander Kurtakov (2013-05-17):
- Remove javax.xml.bind from osgi imports - it's part of the JVM now.
- Drop the ws-jaxme dependency for the same reason.
|