xml-rpc-api2cpp - Online in the Cloud

This is the command xml-rpc-api2cpp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


xml-rpc-api2cpp - Make a C++ wrapper class for an XML-RPC API

SYNOPSIS


xml-rpc-api2cpp server-url remote-method-prefix c++-class-name

DESCRIPTION


xml-rpc-api2cpp queries an XML-RPC server using the XML-RPC Instrospection API designed by
Edd Dumbill. It then prints a C++ wrapper class to standard output. This class can be
used with xmlrpc-c's C++ API.

You can find a list of supported XML-RPC server libraries (and patches for many others) at
http://xmlrpc-c.sourceforge.net/hacks.php.

OPTIONS


server-url
The name of the server to query. Try http://xmlrpc-c.sourceforge.net/cgi-
bin/interop.cgi.

remote-method-prefix
The prefix of the methods to wrap. For example, to wrap all the system.* calls,
you could specify "system".

c++-class-name
The name of the C++ class to generate. Try "SystemProxy".

Use xml-rpc-api2cpp online using onworks.net services



Latest Linux & Windows online programs