Top "Wcf-wshttpbinding" questions

WCF Service over SSL Could not establish secure channel for SSL/TLS with authority 'test-service.hostname.com'

I am having an issue. We are trying to attach a client certifacte to a WCF service over SSL required. …

c# wcf ssl wshttpbinding wcf-wshttpbinding
WCF - The maximum nametable character count quota (16384) has been exceeded while reading XML data

I'm having a WCF Service that uses wsHttpBinding. The server configuration is as follows : <bindings> <wsHttpBinding> &…

c# wcf svcutil.exe wcf-wshttpbinding
The binding at system.serviceModel/bindings/wsHttpBinding does not have a configured binding

I'm trying to create a second endpoint in my WCF web service. I can bring up the new endpoint's "Happy …

c# asp.net-mvc-3 wcf wshttpbinding wcf-wshttpbinding
WCF: How to actually get to use WSHttpBinding? I get exceptions instead

I created a WCF Service: Shared.dll: [ServiceContract(ConfigurationName = "ICalculator")] public interface ICalculator { [OperationContract()] int Add(int a, int b); } …

wcf wcf-binding wshttpbinding wcf-wshttpbinding
There was no channel actively listening at wcf

I have been working on a WCF service which is developed in VS 2008 and hosted in Windows Server 2008, IIS 7.0, When …

wcf wcf-security wcf-wshttpbinding