python and xmlrpc
Brian Quinlan
brian at sweetapp.com
Tue Feb 5 13:14:36 EST 2002
More information about the Python-list mailing list
Tue Feb 5 13:14:36 EST 2002
- Previous message (by thread): python and xmlrpc
- Next message (by thread): Binary Python file.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): python and xmlrpc
- Next message (by thread): Binary Python file.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list