Hi,
We are facing a strange issue in Production. not in other environments.
If we Invoke Organization Service in custom code and if service returns any exception then instead of getting actual error message we are receiving as below.
The content type text/html of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 75 bytes of the response were: 'The page cannot be displayed because an internal server error has occurred.
for example, we have written a console in order to assign owner to a activity pointer actually Service has to
The ‘Assign’ method does not support entities of the type ‘Activity pointer’ but we are getting like above custom message.
we are not facing any issue with Plugins or work flows.
We are facing issue with our Custom Application which is hosted in IIS.
Thank You..