Hi,
I have writtent a WCF service and accessing it in a asp.net page. Some times am the below error.
"The content type text/html of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSu pported method is implemented properly. The first 1024 bytes of the response were:"
What needs to be done to solve this problem.
Help needed.
Thanks
Manoj
I have writtent a WCF service and accessing it in a asp.net page. Some times am the below error.
"The content type text/html of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSu pported method is implemented properly. The first 1024 bytes of the response were:"
What needs to be done to solve this problem.
Help needed.
Thanks
Manoj
Comment