using fiddler to capture web service xml requests

14,318

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

Share:
14,318
dov.amir
Author by

dov.amir

JAVA fullstack developer GitHub https://github.com/DovAmir Tech blog http://opensourceinsights.blogspot.co.il Linkedin http://www.linkedin.com/in/dovamir

Updated on June 18, 2022

Comments

  • dov.amir
    dov.amir almost 2 years

    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)

  • Chaitanya MSV
    Chaitanya MSV almost 11 years
    Membrane Monitor is helpful.