The flow here is pretty baroque. We ask JAXB to generate schema. It delivers
that schema to us as DOM. The nillable is missing in that DOM.

On Fri, Mar 27, 2009 at 7:57 AM, Benson Margulies <[email protected]>wrote:

> Having changed how schema information flows from WSDL files to the tools
> (in my under-construction version), I find myself with a test failure where
> I don't even know how my changes get into the code path.
>
>
> org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.JaxwsServiceBuilderTest.testSoapHeader()
>
> The 'expected' schema has a nillable on an element (SOAPHeaderData), and
> the generated WSDL does not. Since I only changed the wsdl-to-schema
> direction, I'm a bit puzzled at how I even got involved in his.
>
>
>

Reply via email to