SET ccsid = 819; -- whatever the codepage of your XML
SET encoding = 273; -- whatever the encoding of your XML
SET your_blob = ...; -- whatever BLOB contains your XML
CREATE LASTCHILD OF OutputRoot NAME 'XML' DOMAIN 'XML' PARSE ( your_blob, ccsid, encoding);
This will create the folder XML with the correct parser name setting
which will then hold your parsed XML message.
Maybe I got the order of NAME and DOMAIN wrong and / or the
order of ccsid and encoding, but check your ESQL reference
to make sure. _________________ Mathias Puetz
IBM/Central WebSphere Services
WebSphere Business Integration Specialist
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum