Ulxmlrpcpp is a lightweight C++ XML-RPC library
The library is initially cloned from http://ulxmlrpcpp.sourceforge.net/ for the purpose of adding IPv6 support and adding support for Ellipic-Curve keys for SSL connections. Besides that some code cleanup has been made.
OSNAME=linux make
will build the library and place it under lib directory
OSNAME=linux make test
will build the library, then build the test suite and then run the test suite against the library