RAA - xml-rpc

xml-rpc / 1.7.17

Short description: XML-RPC (remote procedure calls over HTTP using XML) for Ruby
Category: Library/XML
Status: stable
Created: 2002-12-31 15:00:00 GMT
Last update: 2003-06-03 16:24:18 GMT
Owner: Michael Neumann (Projects of this owner)
Homepage: http://www.ntecs.de/projects/xmlrpc4r/
Download: http://www.ntecs.de/downloads/xmlrpc4r/
License: Ruby's
Dependency:
None
Description:

XML-RPC is remote procedure calls over HTTP-protocol with XML. It's like SOAP, but much easier.

New: supports xmlscan parser

XMLStreamParser (on average 20 times faster than NQXML and around twice as fast as XMLParser)

You need either XMLScan, XMLParser, NQXML or REXML. All four are available from RAA.

Some features:

* asynchronous RPCs
* introspection / multicall
* HTTPS (SSL) and Basic HTTP authentification
* Standalone/CGI-based (also FastCGI)/mod_ruby Server, WEBrickServlet

Edit this project (for project owner)

back to RAA top