confused on python rpc with apache, is it possible?
fumanchu
fumanchu at amor.org
Sat Jan 20 15:58:54 EST 2007
More information about the Python-list mailing list
Sat Jan 20 15:58:54 EST 2007
- Previous message (by thread): pyparsing Combine without merging sub-expressions
- Next message (by thread): confused on python rpc with apache, is it possible?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 fumanchu at amor.org
- Previous message (by thread): pyparsing Combine without merging sub-expressions
- Next message (by thread): confused on python rpc with apache, is it possible?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list