cancel
Showing results for 
Search instead for 
Did you mean: 

Converting string value to XML.

Former Member
0 Kudos

Hi Team

I have a requirement like 3rd party system is sending collection of transactions as a payload to one string into pi, now all the payload is in one string. I need map all the fields to RFC and need to post that to BW system. with out using java/xslt mappings how can i do that?

Accepted Solutions (0)

Answers (3)

Answers (3)

anupam_ghosh2
Active Contributor
0 Kudos

Hi Raju,

             You can use an UDF to convert a string to xml ;

Regards

Anupam

former_member190293
Active Contributor
0 Kudos

Hi Raju!

At first, it would be nice to see an example of your source payload to give any answer.

But at first sight, you need to parse string to XML structure. The best way for it is using java UDF or pure java mapping.

Regards, Evgeniy.

Former Member
0 Kudos

This interface is SOAP (Web services) to RFC.

former_member186851
Active Contributor
0 Kudos

Hello Raju,

You can use Return as XML option,Refer the below discussion