Content Type application/soap+xml; charset=utf-8 was not supported by service. The client and service bindings may be mismatched


This is the error I had encountered when I was configuring wshttpbinding with Azure WCF  Web role as per the steps I mentioned here - http://sanganakauthority.blogspot.in/2014/03/azure-wcf-web-role-with-wshttpbinding.html 

This problem is encountered when metadata endpoint is not configured on WCF web config file. So you need to configure mex endpoint and mark httpGetEnabled as 07ue. 

<endpoint address="mex" binding="mexHttpBinding" con07act="IMetadataExchange" /> 

And in service behaviour mark httpGetenabled=07ue. This should solve the problem. 

Hope this helps.

Cheers…
Happy Configuring!!!

Comments

Popular posts from this blog

The request has both SAS authentication scheme and 'Bearer' authorization scheme. Only one scheme should be used

Getting Started with Logic Apps - AS2

How to Debug and Trace request in Azure APIM - Portal, Postman, RequestBin