I'm developing a thing that calls my server via XML-RPC. Everything works fine and all, but now I would like to go a bit more verbose by seeing all the XML strings that are being sent. How can I do that? (pretty newbie to XML-RPC on Zope) peter
On Mon, 3 Sep 2001, Peter Bengtsson wrote:
I'm developing a thing that calls my server via XML-RPC. Everything works fine and all, but now I would like to go a bit more verbose by seeing all the XML strings that are being sent.
How can I do that? (pretty newbie to XML-RPC on Zope)
peter
if i'm not mistaken xml-rpc is plaintext so you could alwas use a packet sniffer, like snort if you have linux or some such thing. i am sure there are such things for windows too. ru peter. -- _________________________________________________ peter sabaini, mailto: sabaini@niil.at -------------------------------------------------
participants (2)
-
Peter Bengtsson -
Peter Sabaini