Posted: Wed Apr 27, 2005 10:56 am Post subject: CWF Message & ANSI value problem
Apprentice
Joined: 29 Dec 2004 Posts: 27
Hi All
Operating System : WIN XP
Running WBIMB 5.0 and MQ 5.3
I just created a CWF message. One of the element tradeCount is defined as xsd:int. I put a test message on the queue with tradeCount value as 1 but in the trace file I see the value of it as 49.
why is it considering 1 as ansi character and converting it to 49 ?
how do i get around this one ?
You haven't given enough information about what you told it to do, to help us tell you how to fix it. _________________ I am *not* the model of the modern major general.
Adjust the physical type in the CWF properties. You are obviously passing in the digit '1' which has a value (in ASCII) of 0x31, decimal 49. So set the physical type to 'External Decimal' with a length of 1.
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