Using fiddler to capture web service xml requests

fiddlerportsoapweb services

I have a java webapp on localhost:8086 that sends and receives webservices to localhost:9080.
fiddler only captures traffic on port 8086.

How can i make fiddler (or any other program) capture the webservice request and response

(i am sending objects and i need to inspect the deserialized xml soap request)

Best Answer

Check the membrane monitor. They explain in details how to setup a proxy.

Related Topic