python and xmlrpc

Brian Quinlan brian at sweetapp.com
Tue Feb 5 13:14:36 EST 2002


Kondor wrote:
> HI,
> I'm looking for a document explained how to write xmlrpc servers and
> clients.
> Can you help me ?
> I've seen the articles on o'reilly.com (ONLAMP.org) and pythonware.org
> Thanks.

So what information are you looking for i.e. what do you need to know
that wasn't explained in those articles? The actual Python documentation
is at:

http://www.python.org/doc/current/lib/module-xmlrpclib.html
http://www.python.org/doc/current/lib/module-SimpleXMLRPCServer.html

There are also examples in xmlrpclib.py and SimpleXMLRPCServer.py. 

Cheers,
Brian





More information about the Python-list mailing list