XML-RPC Question

Brian Quinlan brian at sweetapp.com
Fri Mar 15 03:26:58 EST 2002


Jesper Olsen wrote:
> system.listMethods() is from the XML RPC introspection API
> - se section 11.20.1 in the python reference doc
> 
> It is nice to have when connecting to servers you have not written
> yourself.
> 
> It should be very easy to support it in the SimpleXMLRPCServer,
> but I guess it is not quite a standard, so they did not bother

It's not that I didn't bother; it's that I have a finite amount of time
to devote to open source projects.

The next version will support system.listMethods, system.helpMethods and
system.multicall. 

To see the work in progress, see:  
http://www.sweetapp.com/xmlrpc/

Cheers,
Brian





More information about the Python-list mailing list