cancel
Showing results for 
Search instead for 
Did you mean: 

UTF-16 encoding for XML in receiver file adapter

Former Member
0 Kudos

Hi all

i have one issue as below;.

jdbc -> pi -> file receiver FCC

how to change encoding in prlog in graphical mapping ?

before

<?xml version="1.0" encoding="UTF-8"?>

after

<?xml version="1.0" encoding="UTF-16"?>

i also tryied XMLAnonymizer with annoymizer.encoding in file receiver adapter,

but, log still

<?xml version="1.0" encoding="UTF-8"?>

so, i want to change target xml encoding in prolog in graphical mapping

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Kim,

you can change the encoding using message transform bean. Please refer the below blog

https://blogs.sap.com/2014/10/09/character-encoding-handled-the-right-way/

regards,

Harish