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

Wrong wsdl generated from impl class annotated with @SOAPBinding(parameterStyle = ParameterStyle.BARE)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.4.7, 2.5.3, 2.6
    • Tooling
    • None
    • Unknown

    Description

      The wsdl generated from the following class is wrapped.

      @SOAPBinding(parameterStyle = ParameterStyle.BARE)
      @WebService
      public class HelloBare {
      @WebMethod
      public int add(int a, int b)

      { return a + b; }

      }

      We just get one add message with one xsd:int part , the input message with two parts is expected.

      Attachments

        Activity

          People

            ema Jim Ma
            ema Jim Ma
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: