SoapUI with Fiddler

前端 未结 5 1962
慢半拍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条回答
  •  粉色の甜心
    2020-12-28 14:42

    Fiddler injects itself automatically as a proxy, but only into the IE stack. SoapUI uses a java stack, so the proxy isn't automatic.

提交回复
热议问题