For questions about Windows Communication Foundation (WCF) clients.
WCF - There was no endpoint listening at net.tcp://myserver:9000/SearchQueryService/Querier.svc that could accept the message. I …
wcf wcf-security wcf-clientI'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-referenceI have two WCF clients consuming a 3rd party web service. These two clients execute the same method call. In …
wcf-clientI have a WCF project and when I run it sometimes it lunch the WCF Test and sometimes it does …
visual-studio wcf wcf-clientI have a WCF client that I'm having problems with. From time to time I am getting this exception: Cannot …
c# wcf-client objectdisposedexceptionI am trying to access a wcf client. I know people are getting information out of it right now, so …
wcf-client sspijust 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-clientI have to consume to a third-party web service using SOAP. It was easy to get it to work with …
wcf soap wcf-clientI am writing a tool to integrate with a web service, I have a method which just builds an ImportExportSoapClient …
wcf web-services dispose wcf-clientI 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