Soap outbound message: payload logging not supported for unknow content-type

Ben138
Mega Expert

Hi All,

 

I'm  Trying to send a soap request to 3rd party system with content-type = application/soap+xml, but in response getting error code as 400 with message payload logging not supported for unknow content -type. PFB snips 

2 REPLIES 2

Sateesh Kumar D
ServiceNow Employee
ServiceNow Employee

Hello,

 

Error code 400 represents bad request. I guess it could be different SOAP version, try content-type as text/xml

 

Regards,

Sateesh Kumar Devadoss.

3rd party system doesn't accept text/xml , its accept application/soap+xml as content type.