WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Message Sets: XML Null value
When you set the Encoding Null Num property to NULLValue in XML, the value is taken as a literal.
A direct comparison is done with the text string, and no logical data conversion is performed. This behavior is in contrast to the TDS and CWF formats.
For example, if you set the message set property Encoding Null Num to the value NULLValue, and you set Encoding Null Num Val to 0, a FLOAT value of 0.0 or a DECIMAL value of +0 does not match NULL.
Seting Encoding Null Num to NULLEmpty is equivalent to setting Encoding Null Num to NULLValue and Encoding Null Num Val to "".