Hi, I am serializing beans with BeanSerializer class, and I notice when there are null atributes of Integer, Double, Boolean, etc, the soap message have default values of 0 or false. In my system 0 is diferent of null. How can I pass null values in primitives atributes? I am using java wrapper classes for primitive attributes.
thanks in advance