This is a migrated thread and some comments may be shown as answers.

.NET WCF Proxy error while not running Fiddler

1 Answer 153 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Gunarathinam
Top achievements
Rank 1
Gunarathinam asked on 21 Jun 2016, 10:53 AM

Hi Team,

We installed Fiddler to troubleshoot the web request generated from Windows Service(developed using .NET WCF).All fine for us from debugging point of view.

Moment we close Fiddler, the windows service stopped working by logging below error from .NET WCF service

Error Message: There was no endpoint listening at https://xyz.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details., StackTrace - 
Server stack trace: 
   at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
   at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
   at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

 

We need to understand, why services works fine when fiddler is running in background and not if it closed?

Any settings we missing? This issue is on Windows Server 2012 R2 Server. 

 

Regards,

Guna. 

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 24 Jun 2016, 03:22 PM
Hi,

How did you set up Fiddler to be the proxy of your WCF service? Did you change web.config/machine.config? Did you revert these changes after closing Fiddler? Did you restart the service after reverting the changes?

Regards,
Tsviatko Yovtchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
Gunarathinam
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or