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

Dynamic client returns a T when it should return a List<T>

    XMLWordPrintableJSON

Details

    • Moderate

    Description

      This only affects unwrappable operation (op.isUnwrappedCapable() && !op.isUnwrapped() is true) that returns a sequence of objects.
      I only tested on version 2.1.4 but it may affect other versions as well given that the codebase has not changed.

      This issue can be reproduced with the public ws: http://www.wikipathways.org/wpi/webservice/webservice.php?wsdl. The operation listOrganisms returns a String instead of a List<String>.

      Fyi, the default implementation of the jaxrpc spec returns String[].

      Attachments

        1. Test.java
          1.0 kB
          Benjamin Coiffe

        Activity

          People

            dkulp Daniel Kulp
            benjamin coiffe Benjamin Coiffe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: