SoapUI with Fiddler

前端 未结 5 1966
慢半拍i
慢半拍i 2020-12-28 14:30

I am trying to route my soapUI web service requests via fiddler, but it doesn\'t seems to work. I tried url\'s like

http://localhost./myservice/myservice.asm         


        
5条回答
  •  梦毁少年i
    2020-12-28 14:33

    Sometimes it happens that default port 8888 is used by some other application. Like in my case it was python so it did not worked using 8888

    So the port number you mention should be the one where Fiddler is listening.

    capture snapshots so its easy to understand

    Step 1 & Step 2 to be performed on Fiddler
    Step 3 & Step 4 on Soapui/ReadyaPI
    

提交回复
热议问题