SimpleXMLRPCServer question

andrew cooke andrew at acooke.org
Sat Jan 31 06:39:20 EST 2009


On Jan 30, 11:59 pm, flagg <ianand0... at gmail.com> wrote:
> I am working on a very basic xmlrpc server, which will expose certain
> functions for administering BIND zone files.  The big problem I am
> having is parsing the incoming xmlrpc request.  Basically part of the
[...]

at the risk of repeating what the other guy said, it sounds like
you're going about this in the wrong way.  the xmlrpc server will
parse the incoming request for you if you supply it with a suitable
function to invoke.  so, for normal use, you do not override anything.

andrew




More information about the Python-list mailing list