Hello.
Does anyone knows about a webproxy ( preferably written in Java ) that can be used to trace the http request my app does to a 3rd party webservice?
I'm using an IDE that automatically creates a ws-client based on the WSDL.
I execute the code generated and I'm getting a 500 error, I would like to know what the soap request is.
My guess is that any web proxy will do, I just don't think installing a full proxy such as squid is needed at this point.
Thanks