Top "Wcf-binding" questions

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

Hosting WCF service via ServiceHost in Console/WinForms

I'm hosting WCF service in console application (.NET 4.0). Service code (from msdn example): using System.Runtime.Serialization; using System.ServiceModel; …

c# winforms wcf wcf-binding wcf-hosting
Socket connection aborted using NetTcpBinding

I know there are quite some questions about this issue already, but no reply solved my problem. I have a …

.net wcf exception-handling wcf-binding net.tcp
WCF NetTCPBinding vs HttpBinding difference in data sent on wire

Say I have a service exposing two end points, 1st is a NetTCPBinding the second is any flavour of HttpBinding. …

wcf wcf-binding nettcpbinding wshttpbinding basichttpbinding
WCF IIS hosted service multiple Service Contracts implemented by a single service - how do I share uri between endpoints via config

I have a set of Service Contracts which split up my service interface into chunks of related functionality. I am …

wcf iis configuration iis-7 wcf-binding
WCF Service Configuration for basicHttpBinding

I am having an issue where I have SOA with a web site consuming services and a web site hosting …

asp.net .net wcf wcf-binding basichttpbinding
WCF client talking to Java WS, exception: The content type application/xop+xml; type="application/soap+xml" of the response message

I'm having problems talking to Java WS. I'm using "wsHttpBinding" binding with client certificates for authentication, message encoding is set "…

wcf soap wcf-binding mtom xop