Package xmlrpc-c-apps

Sample XML-RPC applications

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

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 package contains some handy XML-RPC demo applications.

Version: 1.59.03

General Commands

xml-rpc-api2cpp Make a C++ wrapper class for an XML-RPC API
xml-rpc-api2txt Print out a description of an XML-RPC API as text