On Fri, Apr 08, 2005 at 01:34:34PM +0200, Vjeran Marcinko wrote:
> Hmmm... I think that any protocol wrapper library should have raw logging
> available at DEBUG level. That's one thing I love about Commons HttpClient.
> 
> -V.

I would have thought so....
For example, in SOAPpy (a python SOAP library), it is

#---

s = SOAPProxy(
     "http://localhost:8080/axis/EchoHeaders.jws";,
     "",
     "" )

s.config.dumpSOAPOut = 1
s.config.dumpSOAPIn = 1
#---

The last 2 lines dumps the SOAP packet.

-- 
| mailto:[EMAIL PROTECTED]  | +61 401 688 408
| How many boards would a Mongol hoard, if a Mongol hoard got bored.

-----------------
Utiba Pty Ltd 
This message has been scanned for viruses and
dangerous content by Utiba mail server and is 
believed to be clean.

Reply via email to