wcf-wshttpbinding

XABP and WCF wsHttpBinding

How can I use WCF wsHttpBinding on my WPF Browser application? ...

WCF - The maximum nametable character count quota (16384) has been exceeded while reading XML data.

I'm having a WCF Service that uses wsHttpBinding. The server configuration is as follows : <bindings> <wsHttpBinding> <binding name="wsHttpBinding" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"> <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxA...

WCF - Message Based Security and SSL Accelerator

I'm using a WCF service currently that uses message-based security and is intended to be accessed over HTTP, rather than HTTPS. This has been tested and works a treat. On deploying to a machine that uses an SSL accelerator I am getting the following error. "An error occurred while receiving the HTTP response to http://.....svc. This ...