I am working on SOAP using apache axis.
To know the inner workings of SOAP I want to view complete HTTP Requests and Responses (including Headers) and possibly dump them into a file.
I know there is getHeader method but it is for extraction specific headers but I want the complete request text.
Also is there any way to view generated HTTP requests and responses on the web browser.
How about Fiddler? http://www.fiddler2.com/fiddler2/
And I use FireBug for Firefox to see request and responses