Error :
Cannot process the message because the content type 'text/xml;charset=UTF-8' was not the expected type 'application/soap+xml; charset=utf-8'.
Solution:
Cannot process the message because the content type 'text/xml;charset=UTF-8' was not the expected type 'application/soap+xml; charset=utf-8'.
Solution:
This Error could be thrown by service when there is binding mismatch between the client/server. Make sure your client application and Server is having same Binding type.
In BizTalk:
Transport Type of your Receive location must match with client.
TransportType : WCF-WSHttp/WCF-BasicHttp, must be same as client
Comments
Post a Comment