Hi all, I've added some annotations and I started to receive nulls :-)
@XmlType
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)
public class UserAccount implements Serializable {
@javax.xml.bind.annotation.XmlElement(nillable = true)
private String city;
Leos
>> 2) Do you know, why CXF sends "" instead of NULL?
>
>If there is an element in the soap message, it will be "". For null, the
>element should be eliminated. (example: no openID element at all in the
>message)
