cancel
Showing results for 
Search instead for 
Did you mean: 

data not supporting non-unicode charecters in sap pi

former_member190681
Active Participant
0 Kudos


Dear Experts,

my case is soap to rfc interface and which is working fine but some time data is come like non unicode charecters.

Which are not supported by UTF-8.

The data is coming with spaces and tab...etc.

i am using udf for removing special charecters but those are not resolved my issue.

to resolving the issue please provide me the suggestion.

Error Log:

An invalid XML character (Unicode: 0x1) was found in the element content of the document.
com.sap.aii.utilxi.misc.api.BaseRuntimeException: An invalid XML character (Unicode: 0x1) was found in the element content of the document.
at com.sap.aii.mappingtool.tf7.rt.xparser.MTSaxHandler.run(MTSaxHandler.java:277)
at com.sap.aii.mappingtool.tf7.rt.xparser.XParser.run(XParser.java:124)
at java.lang.Thread.run(Thread.java:763)

Regards,

Kiran Polani

Accepted Solutions (0)

Answers (2)

Answers (2)

RaghuVamseedhar
Active Contributor
0 Kudos

SriGnana,

Please check with source system why they are sending non-printable characters.  is 'Start of Heading' http://unicode-table.com/en/#0001.

Please let us know, more about source system and source message (attach failed source message here).

iaki_vila
Active Contributor
0 Kudos

Hi SriGnanKiran,

Please check Raghu Vamseedhar Reddy KadipiReddy document point 2 to deal with unicode values in a java mapping

Regards.