You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "St-Germain, Sylvain" <Sy...@cognos.com> on 2002/10/30 16:44:16 UTC

wsdl2java generated code build problem.

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.