I'm not sure if this is a JAXB problem or Xfire.  In my xsd file I have
LOTS of elements like

 

<xs:element name="Caller" type="xs:string" nillable="false"
minOccurs="0"/>

 

But my wsdl looks like

 

<xsd:element minOccurs="0" name="caller" nillable="true"
type="xsd:string"/>

 

 

Why / how is my nillable attribute changing?  I'm using spring2, jaxb,
the latest xfire, jsr181, and schema first development.

 

 

Thanks,

Deno

 

 

 

Reply via email to