Data is there in BLOB format but not able to place in mqoutput node. Throwing exception Message does not contain data.Following code using in compute node which exist between httprequest and mqoutput.
CALL CopyMessageHeaders();
SET OutputRoot = InputRoot;
SET OutputRoot.MQMD = Environment.MYMQMD;
SET OutputRoot.HTTPResponseHeader = null;
SET OutputRoot.HTTPRequestHeader = null;
Also tried SET OutputRoot.BLOB.BLOB = InputRoot.BLOB.BLOB
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