cancel
Showing results for 
Search instead for 
Did you mean: 

STRANS encoding in UTF-8

l_hoeneveld
Explorer
0 Kudos

I do a simple transformation of some data and receive an XML. The encoding of this XML is

<?xml version="1.0" encoding="ISO-8859-1"?>

The client wants encoding UTF-8 however.

How can I transform with this encoding?

regards, Léon Hoeneveld

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

by using of Standard xml anonymizer bean

Receiver communication channel --> Module tab --> enter the following data

Module Name = AF_Modules/XMLAnonymizerBean

Module Type = Local Enterprise Bean

Module key = 0

Module Configuration

anonymizer.acceptNamespaces = ABC.interface if

anonymizer.encoding = UTF-8

anonymizer.quote = '

please refre below blog,

http://wiki.sdn.sap.com/wiki/display/XI/ChangingNamespacesandtheencodingformatof+XML

regards,

ganesh.

Answers (1)

Answers (1)

Former Member
0 Kudos
l_hoeneveld
Explorer
0 Kudos

I called the simple transformation of STRANS and did a replace in ABAP.