7.3 Using xmlrpc-api2cpp to generate a C++ client stub

Enter the following command:

auser>man xml-rpc-api2cpp

This will show the syntax for the command where for server-url use what was used in the previous section. For remote-method-prefix, specify the MD API or API class for which you wish to generate an interface. Choose your c plus plus class name and redirect the output:

auser>xml-rpc-api2cpp http://localhost:4242/RPC2 device TestMDClient >auc-test.cpp

You may want to run once without the redirection to verify C++ is being generated.



juan@acm.org