Top "Wcf-binding" questions

The configuration of encoding, protocol and transport detailing how WCF services and clients communicate with each other.

Dynamically set endpoint address in wcf client (with net tcp binding)

So I'm not overly familiar with WCF and all the stuff I've googled hasn't helped me with how to achieve …

.net wcf wcf-binding nettcpbinding
WCF: The maximum array length quota (16384) has been exceeded while reading XML data

I know this has been asked quite a few times, and trust me I've been looking at and trying many …

c# .net wcf web-services wcf-binding
WCF security, username password without certificate

I am new to WCF. I was used to *.asmx but it will become deprecated, so I decided to dive …

wcf iis-7.5 wcf-binding wcf-security
WCF how to bind multiple service contracts?

First off I'll apologise as this is probably a duplicate but everything I read seems to be either incomplete or …

wcf c#-4.0 wcf-binding
What is the default WCF Binding?

I've been struggling for a few days with this problem, learning a lot of things on bindings in the process. …

wcf wcf-binding
what is <readerQuotas> in WCF Binding?

I gone through this MSDN link but could not get enough details Can any one explain me with a scenario …

c# wcf wcf-binding
Supporting both Mtom and Text as MessageEncoding in WCF

I have a WCF service, which has a method with the following signature: object GetCommand(Guid apiKey, SocialService service, string …

asp.net wcf iis wcf-binding mtom
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
WCF Multiple Bindings

I'm getting the following error when I try multiple end points.. System.ServiceModel.AddressAlreadyInUseException: The TransportManager failed to listen on …

c# wcf wcf-binding
Could not find endpoint element with name ' and contract 'I' in the ServiceModel client configuration section.

I am working on a Base WCF Service- Client WCF service - Consumer Base Wcf servcie model as following: In …

wcf client wcf-binding wcf-endpoint servicecontract