[mod_python] XML-RPC?

Manfred Stienstra manfred.stienstra at dwerg.net
Tue Feb 24 18:20:15 EST 2004


On Tue, 2004-02-24 at 08:29, Michael wrote:
> I want to use Mod_Python to implement an XML-RPC server. Am I right in 
> trying to use CGIXMLRPCRequestHandler for that? How do I get the POST 
> data from Mod_Python so I can run it through the XML-RPC handler? Thanks.

I use xmlrpclib together with the xmlrpc_registry (by Eric Kidd), but I
guess it works for any xmlrpc handler.

params, method = xmlrpclib.loads(req.read())

Manfred




More information about the Mod_python mailing list