We have a .NET 4.0 WPF client application that uses WCF to communicate to a server component (hosted in IIS). Most of the communication is done using basicHttpBinding and SOAP (Content-Type: text/xml); however, one endpoint in particular was switched to use a customBinding and binary serialization (Content-Type: application/soap+msbin1) for performance reasons. As a result, the […]
The post WCF timeouts only when using binary serialization appeared first on BlogoSfera.