Index of /ports_net/xmlrpc-c

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-May-2011 14:09 1.7K [   ] distinfo 28-May-2011 14:09 134 [DIR] files/ 11-Jan-2009 13:58 - [TXT] pkg-descr 08-Mar-2001 10:58 796 [   ] pkg-plist 03-Oct-2008 11:53 2.0K
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into XML document, sends it to a remote
server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

   - C API and experimental C++ API.
   - Modular XML-RPC core: If you want, you can supply all your own HTTP
     code.
   - Synchronous and asynchronous XML-RPC clients based on w3c-libwww.
   - Multithreaded XML-RPC server based on the Abyss web server.
   - Full support for basic types, including <struct>, <array> and <base64>.
   - Extensive test suites to help verify correct behavior and correct
     error handling.
   - Passes the official XML-RPC validator1 test suite.

WWW: http://xmlrpc-c.sourceforge.net/