How to debug SOAP using TCpMon and Python?

Diez B. Roggisch deetsNOSPAM at web.de
Thu Apr 14 17:43:01 EDT 2005


Jim wrote:

> Hello,
> 
> I am trying to debug a Python SOAP
> application using tcpmon. I am wondering what
> listen port, target port number and host
> address should I use.
> 
> What about optional parameters: Http Proxy
> support, host and port?

Did you try setting the usual environment variables - e.g. HTTP_PROXY? You
should start tcpmon as proxy and listen to a certain port. Then let
HTTP_PROXY point to localhost:<port>.
-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list