Hi,
Nobody is responding here :(
My new problem is
during serialization jaxb ingonres the elment which are Null.
| @XmlElement(nillable=true, required=true )
| private MyValue[] getMyValues = null;
|
Now if getMyValues is null, in soap message this element is simply ignored. and My
requirement is that it should atleast be there but without any value. like
<getMyValues\>
I have tried different annotations but seems nothing is working... Can anyone help me out
...
Regards,
Zeeshan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123473#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...