I am making a REST call to get some JSON data ( charset = UTF8) which contains spanish character. The JSON should be formatted in an HTML format and send as HTML.
But the Spanish characters cannot be mapped in webMethods version 9.12. I have tried to load the rest response as stream/byte as encoding set to UTF8, but still no luck.
What do you mean when you say that? webMethods is Java based, and Java supports Unicode quite well. If you handle encoding properly, everything will work. We have successfully processed even more exotic characters than the spanish ones without any problems. Just check that the encoding information is correctly set where is should be (HTTP header, XML header etc).
Could you please guide how to read the tag “descripcion_moneda”?
The above data is being read in IS by invoking a REST call ( GET). Now, intention is to transform the data to the target data format, where i see the data is not populated after being mapped.