Using CGI to interface with an XML-RPC server

boxy440 boxy440 at yahoo.com
Wed Jan 18 12:26:21 EST 2006


Rob, your python cgi script is just like any other script -- simply
import the xmlrpc lib and use it. The client accessing your cgi
script will have to wait while your script goes off acting as an
xml-rpc client doing whatever business it has to do.




More information about the Python-list mailing list