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)