Mike Edwards wrote:
On 20/07/2011 15:13, Scott Kurz wrote:
I'm guessing this is a bug in the DOMWrapperHandler (the JAX-WS
binding.ws uses DOM as databinding).
I don't see that the unwrapping does anything to group same-QName
elements (like we do in the OMElementWrapperHandler for AXIOM).
Antonio, can you please open a JIRA?
Scott
Scott,
Any idea how the WSDL ends up messed up? A type is created for the
array of strings and is then never used.
Yours, Mike.
This unused type is a "feature" of the JAXB mapping for Java arrays.
The <test> element does contain a string array. This is indicated
by the maxOccurs="unbounded" attribute.
However, the WSDL file is unusable as it stands because of its lack
of namespace/prefix information.
Simon