Top "Wcf-binding" questions

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

An error occurred when verifying security for the message

When I try to call a WCF service I am getting the following message "An error occurred when verifying security …

wcf web-config wcf-binding servicebehavior
WCF over SSL - 404 error

Okay, I must be missing something utterly simple here, because I've been googling for days, and looking at dozens of …

ssl https wcf wcf-binding
(413) Request Entity Too Large

I have WCF service, and I have a method when I want to pass parameter as big string (over 1mb) …

c# wcf wcf-binding http-status-code-413
What is the difference between a WCF Service Application and a WCF Service Library?

I am developing a WCF web service and I used the WCF Service Application template to do that. Does creating …

wcf wcf-binding wcf-security
WCF service The maximum array length quota (16384) has been exceeded

I have a wsf service and a client application. While trying to communicate the client and the service I've gotten …

wcf wcf-binding serialization readerquotas
basicHttpBinding vs wsHttpBinding

In a WCF endpoint, what is the difference between basicHttpBinding and wsHttpBinding? When should each be used?

.net wcf web-services wcf-binding mtom
How can I combine the WCF services config for both http and https in one web.config?

I spent a lot of time figuring out how to configure my WCF services so that they would work for …

web-config wcf wcf-binding
(401) Unauthorized error : WCF security/binding

I have a WCF web service, and a client both on the same machine. Accessing the WCF web service directly …

wcf web-config wcf-binding
Expose webHttpBinding endpoint in a WCF service

I created a WCF service and exposed three endpoints which are basicHttpBinding, wsHttpBinding and webHttpBinding. This is a test service …

c# wcf wcf-binding
System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http::8080

I have created my first self-hosted WCF service. I hosted it in a C# console app but it throws an …

c# asp.net wcf wcf-binding self-hosting