Quantcast
Channel: RealDolmen Experts » ICT Architecture
Viewing all articles
Browse latest Browse all 8

SOAPUI/BizTalk: HTTP/1.1 415 Cannot process the message because the content type ‘text/xml;charset=UTF-8’ was not the expected type ‘application/soap+xml; charset=utf-8’.

$
0
0

Source: Experts – The Integrators

 

When using SOAPUI to send a request to a BizTalk Server WCF receive location (receive location is hosted in IIS), you receive the following error:

HTTP/1.1 415 Cannot process the message because the content type ‘text/xml;charset=UTF-8’ was not the expected type ‘application/soap+xml; charset=utf-8’.

 

Reason: messageVersion of the textMessageEncoding extesion is set to “Default”.

image

 

Solution: Change this to “Soap11WSAddressing10” and the issue should be resolved.

image

The Integrators, one of our experts, regularly blogs at Experts – The Integrators.


Viewing all articles
Browse latest Browse all 8

Trending Articles