Using Oct 21st code...
A complexType containing:
<xs:element name="e_nillable" type="xs:int" nillable="false"/>
<xs:element name="e_Nillable" type="xs:int" nillable="true"/>
Is translated into:
private int e_Nillable;
private java.lang.Integer e_Nillable;
Which does not build...
--
Sylvain
This message may contain privileged and/or confidential information. If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so. Thank you.