jbrewer wrote:

> Sorry for such a simple question, but how would I do this?  XML-RPC
> runs on top of HTTP, so can I do a POST without running a separate HTTP
> server?

the XML-RPC protocol uses HTTP POST, so if you can handle XML-RPC, you 
should be able to handle any POST request.  what server are you using ?

</F>

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

Reply via email to