Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using fiddler to capture web service xml requests

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)

like image 892
dov.amir Avatar asked Nov 07 '11 18:11

dov.amir


People also ask

How do I capture a SoapUI request in Fiddler?

Configure SoapUI to use Fiddler as proxy: go to File > Preferences > Proxy Settings and specify: Proxy Setting: Manual. Host: localhost. Port: 8888 (or whatever port your Fiddler uses)


1 Answers

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

like image 98
Oleg Pavliv Avatar answered Sep 19 '22 06:09

Oleg Pavliv