cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Converting string to XML

Former Member
0 Likes
2,257

Dear All,

I am using PI 7.1

I am trying to invoke a third party SOAP API which accepts request in the form of a string which has embedded xml and also return a string which has xml embedded in it.

To send the xml as string, I used the feature "Retun as XML" in mapping and it worked fine.

But the response which has xml embedded, needs to be converted back to XML message.

I understand that we can write parsers in java, ABAP and also do XSLT mapping.

Just wanted to know that is there any "out of the box" feature to do the same.

Please refrain from providing links to java mappings or xslt as I have gone through them already.

regards,

Piyush

View Entire Topic
baskar_gopalakrishnan2
Active Contributor
0 Likes

>Just wanted to know that is there any "out of the box" feature to do the same

Answer is NO. I would use XSLT Mapping or Java mapping to achieve this.