1XML-RPC-API2TXT(1) General Commands Manual XML-RPC-API2TXT(1)
2
3
4
6 xml-rpc-api2txt - Print out a description of an XML-RPC API as text
7
9 xml-rpc-api2txt server-url
10
12 xml-rpc-api2txt queries an XML-RPC server using the XML-RPC Instrospec‐
13 tion API designed by Edd Dumbill. It then prints the results to stan‐
14 dard output in a nicely formatted form, suitable for sending via e-
15 mail.
16
17 You can find a list of supported XML-RPC server libraries (and patches
18 for many others) at http://xmlrpc-c.sourceforge.net/hacks.php.
19
21 server-url
22 The name of the server to query. Try http://xmlrpc-c.source‐
23 forge.net/cgi-bin/interop.cgi.
24
26 xml-rpc-api2txt assumes that method descriptions are ASCII text, not
27 HTML as specified in the standard. (In practice, both conventions are
28 often seen.)
29
31 xmlrpc-c(7), xml-rpc-api2cpp(1).
32
33 This program is part of xmlrpc-c.
34
36 This manual page was written by Eric Kidd <eric.kidd@pobox.com>. It
37 may be distributed under the same terms as the rest of xmlrpc-c.
38
39
40
41 June 27, 2001 XML-RPC-API2TXT(1)