ora:parseEscapedXML
63022Feb 5 2009 — edited Feb 7 2009Hi,
I have a input string that has the 4 values passed from a CLOB PO_NUMBER (xsd:string) 173510 , PO_LINE_NUMBER(xsd:integer) 1 , PO_SHIPMENT_NUMBER (xsd:integer) 1 , QTY_CANCELLED (xsd:integer) 2000 to a BPEL Process
When I try to receive this value using ora:parseEscapedXML from this string I cannot receive into a variable of complex type . However when I retrieve it into a String (say) PO Number I get 173510112000 (All Concatenated )
How do I receive this into a XML Type ?
Any inputs are appreciated
Thanks