Chinese characters in the container gateway when using Apply JSON Transformation.
Container Gateway - version 9.4
Request: {"profileName": "你好"}
Response: <dummyRoot> <profileName>??</profileName> </dummyRoot>
Release : 9.4
Component : API GATEWAY for Dockers
Add the following argument in the docker compose file under environment values.
EXTRA_JAVA_ARGS: "-Dfile.encoding=UTF-8"
This has been fixed the in the latest docker image gateway:9.4.00_20200702.