[jboss-dev-forums] [Design of JBoss Web Services] - JBWS-1452 - WSDL To Java, Array unwrapping.
darran.lofthouse@jboss.com
do-not-reply at jboss.com
Fri Jan 12 17:50:02 EST 2007
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#4001137
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001137
More information about the jboss-dev-forums
mailing list