cancel
Showing results for 
Search instead for 
Did you mean: 

Convert UTF-8 to ISO-8859-1 in JMS receiver

Former Member
0 Kudos

Hi Freinds,

We are sending an XML message to the MQ via JMS receiver channel and I need to change the character set from UTF-8 to the ISO-8859-1 while sending it to the MQ queues. Will this be possile?

Please suggest how can I acheive this.

Regards,

Kumar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create second mapping after original mapping. Then create XSLT-mapping, where you set up the code page to ISO-8859-1. Something like <xsl:output encoding="ISO-8859-1"/>

Former Member
0 Kudos

Hi Tapio,

Thanks for the inputs.

But the problem is we are not doing any mapping. It is just a through pass interface. We are sending the IDoc XML as it is to the MQ queue.

Please suggest.

Regards,

Kumar

former_member187339
Active Contributor
0 Kudos

Hi Kumar,

Try changing the encoding using XSLT mapping and you can call this mapping as shown in this blog:

/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping

or try this wiki page:

http://wiki.sdn.sap.com/wiki/display/XI/SOAPMessagesin+XI

Regards

Suraj