1 Reply Latest reply on Aug 23, 2007 12:12 PM by genady_yadata

    Why are reference types no longer nillable?

    psavage76

      Since upgrading JBossWS from 1.0.2 to 1.2.1, I noticed that Java to WSDL no longer makes any complex type elements nillable except for arrays. Instead, the elements have a minOccurs="0" attribute. The old version made elements that were reference types (e.g. other complex types, strings, etc.) nillable. I'm using document/literal wrapped binding.

      Why was this changed? Is there any way to override this behavior?