Can I know if I can connect the out put and error terminals of the HTTPRequest Node to the Compute Node(parse http response) to generate an XML.
I used the following code in the Compute Node(parse http response) and I used the XMLNSC parser
SET OutputRoot.Properties = InputRoot.Properties;
IF ( ( OutputRoot.MQMD.* IS NULL )AND ( Environment.Variables.MQMD.* IS NOT NULL ) ) THEN
SET OutputRoot.MQMD = Environment.Variables.MQMD;
SET OutputRoot.Properties.ReplyIdentifier = OutputRoot.MQMD.CorrelId;
END IF;
SET OutputRoot.XMLNSC = InputRoot.XMLNSC; _________________ skr_wmb
Joined: 02 Apr 2010 Posts: 104 Location: Charlotte
In the HTTPRequest node we have option to parse the response message domain to XMLNSC which I already set and I used a message set also eventhough XMLNSC donot need that,Do I still need to make the change.
Also will this parse the error response recieved at the HTTPReuqest node error terminal.
I dont have the set upi to test this scenario yet.
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