See webservice requests in Fiddler

H

hvj

Hi,

I want to use Fiddler for testing webservices. However I cannot manage
to see the requests in Fiddler. I tried setting a server proxy in my
client:

System.Net.WebRequest.DefaultWebProxy = new System.Net.WebProxy
("127.0.0.1:8888", true);

or

on an instance of the by visual studio generated webserviceproxy:
_service.Proxy = new System.Net.WebProxy("127.0.0.1:8888", true);

However to no account. I can see requests from internet explorer.

Any ideas?

Henk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top