Using normal ESQL we can achieve it like following :-
SET OutputRoot.XMLNS.mySoapNS:Envelope.mySoapNS:Header.myNS2.(XML.NamespaceDecl)xmlns:"Siebel-header" = 'http://abcd.com' ;
SET OutputRoot.XMLNS.mySoapNS:Envelope.mySoapNS:Header.myNS2:SessionToken = Environment.Variables.SessionToken;
SET OutputRoot.XMLNS.mySoapNS:Envelope.mySoapNS:Header.myNS2:SessionType.(XML.NamespaceDecl)xmlns = 'http://abcd.com';
SET OutputRoot.XMLNS.mySoapNS:Envelope.mySoapNS:Header.myNS2:SessionType = 'Stateless';
How do we do the same using JAVA Compute node.
COuld anybody please help me out with this. Thanks in advance
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