Top "Wcf-binding" questions

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

ContractFilter mismatch at the EndpointDispatcher?

Here i am calling the method from the hosted RESTful service in my browser https://eshop/LinkService/LinkService.svc/GetStudentObj …

c# asp.net wcf iis-7.5 wcf-binding
WCF maxReceivedMessageSize not being read from config

I have a the following server side app.config for a WCF service: <system.serviceModel> <bindings> &…

wcf wcf-binding
WCF Service netTCPbinding

I want to use netTCPbinding, so I've changed my web config as below. I'm experiencing this error: Could not find …

wcf web-services wcf-binding
WCF: Multiple binding configurations for a single service

I'm working on a client-server application (.NET 4 WPF, WCF) that must support backwards compatibility. In other words, old clients should …

.net wcf wcf-binding
WCF Service Library with NetTcpBinding

I'm having a tough time with NetTcpBinding. When I run my WCFservice,I get this: System.InvalidOperationException: Could not find …

c# .net wcf wcf-binding
How to change the default schemalocation in wsdl file of WCf Service?

Following is the wsdl file of my service: <wsdl:types> <xsd:schema targetNamespace="http://tempuri.org/Imports"&…

wcf wcf-binding
WCF Error : 'It is likely that certificate 'my cert' may not have a private key that is capable of key exchange

I have a WCF service I'm trying to host on our production web server (IIS6). I've set the web up …

c# wcf iis wcf-binding wcf-security
How can I set the receiveTimeout and sendTimeout to infinity with this WCF contact?

I have the following app.config in my Host: <services> <service name="DCC_Service.DCCService" behaviorConfiguration="serviceBehavior"&…

wcf wcf-binding
WCF - Cannot obtain Metadata

It is running in an Intranet using IIS 7 and it works fine whenever I enable Anonymous Authentication in the IIS …

c# wcf wcf-binding wcf-security wcftestclient
bindingConfiguration vs bindingName

What exactly is the difference between bindingConfiguration and bindingName elements in a WCF endpoint element? The reason that I ask …

wcf wcf-binding