Hi guys,
we have a sender jms comm channel, our transport protocol is 'access jms provider with jndi'.
We are reading an XML message. When the character 'ñ' appears in the payload is not encoded correctly.
In XML header appears that the encoding style is iso-8859-1.
We have tried with this parameters:
JMS.TextMessage.charset = ISO-8859-1
JMS.XIMessage.charset = ISO-8859-1
and modules
AF_Modules/XMLAnonymizerBean -> anonymizer.encoding = ISO-8859-1
AF_Modules/TextCodepageConversionBean -> Conversion.charset= ISO-8859-1
But without success.
Can anyone help us to encode it correctly?
Thanks in advance!
Ignasi