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:
Problem:
My expectation is Encoding remains in UTF-8. Which I see till end of message (Screenshot 2).

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

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