If there is not, try adding the following ESQL in a compute node.
Code:
CALL CopyEntireMessage();
IF FIELDTYPE(InputRoot.XML.(XML.XmlDecl)) IS NULL THEN
CREATE FIRSTCHILD OF OutputRoot.XML TYPE XML.XmlDecl;
SET OutputRoot.XML.(XML.XmlDecl).(XML.Version) = '1.0';
END IF;
RETURN TRUE;
_________________ Lillo
IBM Certified Specialist - WebSphere MQ
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