DECLARE ns NAMESPACE 'http://test/MQWebService/'
SET tmp_Model = InputRoot.XMLNSC.ns:CreateRequestSOAPIn.Model;
....
But i always get a null in tmp_Model. It looks like the esql is not right to access elements present in default namespace('http://test/MQWebService/') .
Can someone please point me on how to access the element Model?
Note that all elements are in the default namespace.
i always get a null in tmp_Model. It looks like the esql is not right to access elements present in default namespace('http://test/MQWebService/') .
There is a standard answer to this question. Insert a Trace node in your message flow ( or attach the debugger if you prefer ) and compare against the message tree the namespace and name of each element in that ESQL path.
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