Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to convert the XML element into string ?

user9285225Mar 14 2011 — edited Feb 27 2020
Hi all,

I have a requirement where i need to convert XML element structure into string for further processing. Can anyone provide some inputs about how it can be done?

I tried java embedded activity and few BPEL XPath functions but those did not work. When i used Java embedded activity to get the entire element node structure it returened a null value.

Here is the java code used
String original=((Element)getVariableData("Invoke_Enqueue_InputVariable","Invoice")).getFirstChild().getNodeValue();
Can someone throw some light on this ??


Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2011
Added on Mar 14 2011
7 comments
4,863 views