Posted: Tue Mar 13, 2012 12:56 pm Post subject: XML to BLOB
Apprentice
Joined: 02 Mar 2012 Posts: 37
Hi,
I am getting an exception when trying to convert a XML message to COBOL copybook format using WTX node. I know that WTX node will accept only BLOB format. So in the message flow under MQInput domain I put XMLNSC and in the compute node I coded like
SET OutputRoot."BLOB"."BLOB" = BITSTREAM(InputRoot.XMLNSC);
SET OutputRoot.MQMD = NULL;
SET OutputRoot.Properties = NULL;
Am I doing something wrong? Please adivce.
Also, don't know much about removing the MQMD but I would certainly not remove the OutputRoot.Properties... LEAVE them alone! _________________ MQ & Broker admin
BIP2328:
A value of SQL datatype <insert_1> encountered when datatype <insert_2> expected.
Explanation:
The value of SQL datatype <insert_1> was encountered, but a value of SQL datatype <insert_2> was expected.
Response: This message will be accompanied with others which will give the higher level context for this error. Look at these other messages to determine the root source of the problem.
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