CREATE LASTCHILD OF Environment.Variable.C DOMAIN 'XMLNSC' NAME 'DATA' ;
DECLARE ref REFERENCE TO Environment.Variable.C.Event ;
SET ref.source.(XMLNSC.Attribute)main ='Web';
SET ref.source.(XMLNSC.Attribute)sub ='Service';
SET OutputRoot.XMLNSC.ns:Response = Environment.Variable.C;
Please use formatting in your posts - it makes it so much easier for the people whose help you are requesting
My suggestion is the usual one :
- create an XML parsing flow with a Trace node after the input node
- parse the required input XML and save the Trace node output as trace1
- compare that Trace node output with the Trace node output from your XML writing flow.
- adjust your ESQL until the Trace node outputs are the same. _________________ Before you criticize someone, walk a mile in their shoes. That way you're a mile away, and you have their shoes too.
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