For questions about Windows Communication Foundation (WCF) clients.
I'm trying to connect an application (the client) to an exposed WCF service, but not through the application configuration file, …
c# wcf wcf-binding wcf-clientI have my first WCF example working. I have the host on a website which have many bindings. Because of …
c# wcf wcf-binding wcf-clientI like instantiating my WCF service clients within a using block as it's pretty much the standard way to use …
c# vb.net wcf using wcf-clientI am getting this exception: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is …
wcf exception wcf-clientI'm having a weird issue when consuming a webservice for a product that my company has bought. The product is …
c# .net webservice-client wcf-clientI have written my service in framework 4.0 using C#. It's an simple method which returns a value The Web.config …
wcf wcf-clientI want to access all the methods exposed in the service through the URL. if suppose the URL will be : …
wcf wcf-binding wcf-clientI'm having a strange situation here. I got it working, but I don't understand why. Situation is as follows: There …
wcf configuration dns wcf-security wcf-clientCan I add Custom SOAP header in WCF incoming/outgoing messages in basicHttpBinding, like we can add custom authentication header …
wcf wcf-clientI have a WCF service which is being hosted in IIS. I have a WCF client also (a console application). …
wcf iis wcf-client