You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Daniel Destro <da...@gmail.com> on 2006/05/25 04:03:07 UTC

SOAP Literal and nillable fields

Hi all,

Since I started using LITERAL style to generate my WSDL and then Skeleton
class, I can not use nillable fields.

Instead of Long, Integer I get long and integer.

How can I use LITERAL and also have the option to have nillable fields?

tks
Daniel