On Oct 15, 11:07 am, xkenneth <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm working on developing an XML-RPC interface from LabVIEW to
> python and I would really like to see how python is forming it's XML-
> RPC requests/responses. Is there any way I can force these to a log or
> print them to the screen? Thanks.
You may try setting verbose to True as in:
s = xmlrpclib.Server('http://localhost:8000', verbose=True)
This will cause both requests and responses to be printed.
HTH,
Raghu
--
http://mail.python.org/mailman/listinfo/python-list