The configuration of encoding, protocol and transport detailing how WCF services and clients communicate with each other.
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 servicebehaviorOkay, I must be missing something utterly simple here, because I've been googling for days, and looking at dozens of …
ssl https wcf wcf-bindingI 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-413I am developing a WCF web service and I used the WCF Service Application template to do that. Does creating …
wcf wcf-binding wcf-securityI have a wsf service and a client application. While trying to communicate the client and the service I've gotten …
wcf wcf-binding serialization readerquotasIn a WCF endpoint, what is the difference between basicHttpBinding and wsHttpBinding? When should each be used?
.net wcf web-services wcf-binding mtomI spent a lot of time figuring out how to configure my WCF services so that they would work for …
web-config wcf wcf-bindingI have a WCF web service, and a client both on the same machine. Accessing the WCF web service directly …
wcf web-config wcf-bindingI created a WCF service and exposed three endpoints which are basicHttpBinding, wsHttpBinding and webHttpBinding. This is a test service …
c# wcf wcf-bindingI 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