Top "Wcf-client" questions

For questions about Windows Communication Foundation (WCF) clients.

WCF - There was no endpoint listening at net.tcp://..../Querier.svc that could accept the message

WCF - There was no endpoint listening at net.tcp://myserver:9000/SearchQueryService/Querier.svc that could accept the message. I …

wcf wcf-security wcf-client
WCF Service reference namespace cannot be found

I've got a local WCF service in my solution which I have referenced. However my controller class is not able …

c# wcf namespaces wcf-client service-reference
There was no endpoint listening at <URI> that could accept the message. This is often caused by an incorrect address or SOAP action

I have two WCF clients consuming a 3rd party web service. These two clients execute the same method call. In …

wcf-client
How to set that the WCF Test Client will run every time the service is running

I have a WCF project and when I run it sometimes it lunch the WCF Test and sometimes it does …

visual-studio wcf wcf-client
Cannot access a disposed object - wcf client

I have a WCF client that I'm having problems with. From time to time I am getting this exception: Cannot …

c# wcf-client objectdisposedexception
SSPI: user principle name WCF client

I am trying to access a wcf client. I know people are getting information out of it right now, so …

wcf-client sspi
WCF service client application getting "Object not set to an instance of an object"

just deployed my WCF service on a server here at my company using IIS 7.5 and everything seems to work fine. …

c# .net wcf exception-handling wcf-client
How to handle incorrect SOAP fault in WCF?

I have to consume to a third-party web service using SOAP. It was easy to get it to work with …

wcf soap wcf-client
Cannot access a disposed object

I am writing a tool to integrate with a web service, I have a method which just builds an ImportExportSoapClient …

wcf web-services dispose wcf-client
How can I set the maxItemsInObjectGraph property programmatically from a Silverlight Application?

I have a Silverlight 3.0 application that is using a WCF service to communicate with the database, and when I have …

wcf .net-3.5 silverlight-3.0 wcf-client