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

1-dimentional arrays appear as 2-dimentional in the wsdl

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 2.1
    • 2.0.3
    • Aegis Databinding
    • None

    Description

      We are trying to publish interfaces using the simple frontend with aegis. We are seeing that any method that returns an array does not appear correctly in the wsdl. For example, if a method returns a String[], the return appears in the wsdl as:

      <xsd:sequence>
      <xsd:element maxOccurs="unbounded" minOccurs="0" name="return" type="tns:ArrayOfString" />
      </xsd:sequence>

      which represents a 2-dimentional array because of the maxOccurs="unbounded".

      This is a show-stopper for us. If a fix is made, we are willing to use a snapshot build until a release happens.

      Thanks

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            tawfik Tawfik Lachheb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: