XML-RPC

Apache XML-RPC is an implementation of the XML-RPC specification. As the name suggests, the specification describes XML based remote procedure calls, much like the Java API for XML based RPC (JAX-RPC). However, XML-RPC is language neutral (thus portable) and much simpler and easier to handle then JAX-RPC or EJB. See the Projects home page for more informations. Details on the specification can be found at http://www.xmlrpc.com/spec.


Releases

Release Plans


Examples

  • XmlRpcExampleStringArray A full source example using maven and xmlrpc-server 3.1.2 and xmlrpc-client 3.1.2. Passes an array of strings simulating a directory listing and an integer number representing a file count.

Up to [FrontPage]

  • No labels