Hi,
I use SOA Suite 12.2.1.3 and JDeveloper 12.2.1.3
I have created simple REST Proxy service. It listens on endpoint URL and simple inserts input query/parameters, method, relative-URI and encoding to the output
Inbound encoding is iso-8859-1 and response is utf-8 but characters are not properly encoded. So <Country>Slovenská Republika</Country> instead of <Country>Slovenská Republika</Country>
How to set encoding to return the same way as original webservice does?