Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-883

wsdl2java in apache-cxf-2.1-incubator-20070729.204751-4 does not honour the enableWrapperStyle flag.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0, 2.1
    • 2.0.1
    • Tooling
    • None
    • Linux, SunJDK 1.6.0_01

    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

      Attachments

        Activity

          People

            maomaode maomaode
            prophet36 Chris McClelland
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: