cancel
Showing results for 
Search instead for 
Did you mean: 

Hexadecimals in XML

Former Member
0 Kudos

Hey!

I have a synchronous request coming in to a proxy in the ERP system. The request is an XML sent via XI's HTTP adapter.

My problem is that the content of the XML is read with hexadecimal values and causes problem for the mapping.

It starts off like this:

xmlInput=%3C%3Fxml%20version%3D%221.0%22%3F%3E%0D%0A%3C%21DOCTYPE

Anyone have any idea of how to remove the hexas from the payload? Is this possible for me at the receiver side or should the encoding be different on the sender side?

Thanks for all help!

regards Ole

View Entire Topic
stefan_grube
Active Contributor
0 Kudos

There is no standard functionality for this.

You have to write a Java mapping to transform the hex values to characters.

In your case the source even cannot be recognised as XML, as the identifiers < > ? are escaped.

Regards

Stefan