Could someone please confirm for which WSDL styles we should be unwrapping arrays when an
unbounded element is the only element in a complex type.
The code that handles the unwrapping is currently wrapped with this: -
if (! Constants.DOCUMENT_LITERAL.equals(style))
| {
| ...
| }
So perform the unwrapping for all styles except document/literal. Shouldn't this be
the other way round?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001137#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...