cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in handling the encrypted data

former_member192238
Participant
0 Kudos

Hello Folks,

We have interface form JMS to AS2 i am facing xml parsing issue while passing some encrypted data in particular field, source to target filed map is one to one.Data type used for the filed is string. As we are not doing any transformation still we are facing following parsing issue.

Error:Caused by: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0x2 (:main:, row:24, col:82) at com.sap.engine.lib.xml.parser.XMLParser.scanCharData(XMLParser.java:2047)

row:24, col:82 is exaclty referring specail characters which are in the encypted data . Example (¯a@‰j—m  %)

Please though some light on the issue how we can handle the encypted data .

Kind Regards

Praveen Reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Praveen,

why you are using the message mapping if you have one to one transformation?

regards,

Harish

former_member192238
Participant
0 Kudos

HI Harish,

In target structure i have two fileds one is direct one to one map for the other we are using dynamic config to to se the file name. So we require graphical mapping here.

Kind Regards

Praveen Reddy

Former Member
0 Kudos

Hi Praveen

Special characters will cause problems in Message Mapping.

Go for Java mapping.

Regards

Osman Jabri