user437291
user437291

Reputation: 4651

WCF client throws SocketException if I'm also running a Fiddler

I'm trying to use Fiddler2 to inspect SOAP messages exchanged between WCF client and WCF service ( both client and service are running on same machine). But problem is, whenever I use Fiddler2, WCF client reports

"EndpointnotFoundException:There was no endpoint listening at http://a-PC:8100 that could accept the message à System.Net.WebException: Unable to connect to the remote server - à System.Net.Sockets-SocketException:An attempt was made to access a socket in a way forbidden by its access permissions 127.0.0.1:8888"

Thank you

Upvotes: 1

Views: 822

Answers (1)

Quintin Robinson
Quintin Robinson

Reputation: 82325

Well I can't say for sure that fiddler was the issue here I would recommend using an soap/endpoint testing tool like soapUI. soapUI will probably do a better job of letting you inspect your messages than fiddler will anyway.

Upvotes: 1

Related Questions