krishnakant Mane wrote:
> can I do xml-rpc using the default libraries that come with every
> python installer?

You can, but others have packaged them up to make it easier. CherryPy
includes an xmlrpc tool (and has no dependencies other than standard
Python).

You can see an example of what your code would look like in the
"setup_server" portion of
http://www.cherrypy.org/browser/trunk/cherrypy/test/test_xmlrpc.py

Further resources on using CherryPy's xml-rpc are just a Google away.
Note that some of these may use different syntax as they target
different versions of CherryPy (but the basics are the same).
http://www.google.com/search?q=cherrypy+xmlrpc


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to