Hello,

I am using XMLBeans 2.2.0 for data binding in my web service; i.e. request
and response.

If for some of the values in my response are null/ nil.. the response tag is
coming as

<Data xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>

i don't want these nil value. the "Data" element is defined as
  <xsd:element name="Data" type="xsd:string" minOccurs="0"/>

please let me know how can i get rid fo these
Any help is appreciated.


Thanks
Krishna

Reply via email to