Details
Description
When <enableWrapperStyle>false</enableWrapperStyle> appears in the binding file, wsdl2java should generate an SEI using ParameterStyle.BARE.
<bindings xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
wsdlLocation="hbp.wsdl"
xmlns="http://java.sun.com/xml/ns/jaxws">
<bindings node="wsdl:definitions">
<enableWrapperStyle>false</enableWrapperStyle>
</bindings>
</bindings>
JAVA_HOME=/usr/local/jdk1.6.0 /home/chris/apache-cxf-2.1-incubator-SNAPSHOT/bin/wsdl2java -b bindings.xml -d . -verbose -compile hbp.wsdl