Skip to Content
0
Dec 15, 2022 at 03:52 PM

CPI | Override SOAP Adapter response encoding format

201 Views

Hello,

Scenario:

SOAP Adapter accepts the incoming request does some transformation and sends the data to External HTTP receiver, and we get response text in Polish language. Ex. Limit żądań osiągnięty.

Screenshot1:image.png

Problem:

My expectation is Encoding remains in UTF-8. Which I see till end of message (Screenshot 2).

image.png

However when SOAP Adapter sends the response back to caller it always overrides and converts to Encoding: ISO-8859-1 (screenshot 3).

image.png

Note that am not setting any content-type or charset anywhere in headers. When I did try, adapter still overrides it. You can see the behavior in above screenshots captured during trace.

Is this always the expected behavior or am I missing something?

Thank you,

Suraj Acharya

Attachments

image.png (25.7 kB)
image.png (84.8 kB)
image.png (95.8 kB)