cancel
Showing results for 
Search instead for 
Did you mean: 

How change the encoding of xsd?

Former Member
0 Kudos

Hi.

I have an xsd file that has as encoding the ISO-8859-7. When importing it into XI the encoding is changed to ISO-8859-1.

To be more specific the

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

is converted to

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

How can I change this one?

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Why is it nessecary to have ISO-8859-7 for you?

Do have any special characters in the data type definition?

Otherwise it should not be an issue, as this is not related to the content of the XI payload.

Regards

Stefan

Former Member
0 Kudos

You are right! I had the impression that encoding in .xsd had to do with the payload. But was wrong!

Thanks for pointing that out!

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use XML Anonymizer Module.

This module has a parameter called anonymizer.encoding

you can use this to change the encoding of your XML.

Refer to SAP note Note 880173 for more details.

You can also check the blog

link: [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5767] [original link is broken] [original link is broken] [original link is broken];

Award points if found useful.

Regards

Abhishek

Former Member
0 Kudos

Hi,

Former Member
0 Kudos

Thanks for the answer.

In that thread is mentioned a problem with xml file and the namespace. My problem is in a xsd schema file and I can't see how I could apply the solution you propose in my case... Could you be more specific please?