Joined: 18 Mar 2002 Posts: 241 Location: Colorado, USA
I have an CWF XML message that I map to CWF COBOL. The message contains several fields all of which are strings except for one field that is a numeric defined as Extended Decimal length 5 bytes.
After I map the fields I have a trace node which shows me all the fields contain the correct data but when the message arrives at the destination queue the numeric field is missing.
The numeric field was in the middle and now the space where it should be is taken by the following string.
The field is defined as a Strin[5] in my xml message (and not numeric).
If I replace the Integer with a 5 byte string in my COBOL msg, the data is there as expected????
Anyone seen anything like this before or know what I should check?
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