Robert,
You can use the org.apache.soap.util.net.TcpTunnelGui
tool to monitor your request and response messages. It
comes in the Jakarta SOAP distribution. It acts like a
proxy. You will need to run it using something like
java org.apache.soap.util.net.TcpTunnelGui 8888
server_host_name 80

where 8888 is the port the tool listens on.
server_host_name is your app server name
80 is the port your server listens on.

You then need to configure your browser to use 8888
and localhost to proxy.

Regards,

Richard

--- Robert Taylor <[EMAIL PROTECTED]> wrote:
> Sorry for the OT post, but Googling and searching
> the mailing list archives are not producing much.
> I may not be asking the right question though.
> 
> Anyhow, I need a tool (free) to examine the request
> and response headers.
> 
> Any suggestions?
> 
> robert
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to