xml-rpc-api2txt - Man Page

Print out a description of an XML-RPC API as text

Synopsis

xml-rpc-api2txt server-url

Description

xml-rpc-api2txt queries an XML-RPC server using the XML-RPC Instrospection API designed by Edd Dumbill.  It then prints the results to standard output in a nicely formatted form, suitable for sending via e-mail.

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.

Bugs

xml-rpc-api2txt assumes that method descriptions are ASCII text, not HTML as specified in the standard.  (In practice, both conventions are often seen.)

See Also

xmlrpc-c(7), xml-rpc-api2cpp(1).

This program is part of xmlrpc-c.

Author

This manual page was written by Eric Kidd <eric.kidd@pobox.com>. It may be distributed under the same terms as the rest of xmlrpc-c.

Referenced By

xml-rpc-api2cpp(1).

June 27, 2001