How to convert the XML element into string ?
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.