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-wshttpbindingI'm having a WCF Service that uses wsHttpBinding. The server configuration is as follows : <bindings> <wsHttpBinding> &…
c# wcf svcutil.exe wcf-wshttpbindingI'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-wshttpbindingI created a WCF Service: Shared.dll: [ServiceContract(ConfigurationName = "ICalculator")] public interface ICalculator { [OperationContract()] int Add(int a, int b); } …
wcf wcf-binding wshttpbinding wcf-wshttpbindingI 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