Convert oracle.xml.parser.v2.XMLElement to org.w3c.Document
568360May 30 2007 — edited May 31 2007Hi,
I invoke my BPEL Process via the Java API. The result is of type:oracle.xml.parser.v2.XMLElement. But I need org.w3c.Document. I haven't found a proper way do achieve that. Not even to get the XMLElement data as a String and then do some dirty parsing....
thanks for your help,
Bastian
P.S. NormalizedMessage.getPayloadString() is always null. But there is definetly some content.