Content-Type on http:inbound-gateway response has charset=iso-8859-1 instead of utf-8
问题 I want to build a ws proxy so I use an http:inbound-gateway. It worked fine but I'm having some trouble with the encoding. All responses have Content-Type: text/plain; charset=iso-8859-1 instead of Content-Type: text/xml; charset=utf-8, so when the response has special characters, they are not sent correctly please, could you tell me how to config this? here's my flow: <int-http:inbound-gateway request-channel="channel" path="/services/router" supported-methods="POST" reply-channel="channel"