Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-574

JBossWS - WSDL to Java - Incorrect case of generated type for anonymous type.

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 4.3.0.GA_CP01
    • 4.3.0.GA
    • System
    • None

    Description

      For the following WSDL element and type: -

      <complexType name='Person'>
      <sequence>
      <element name="request" minOccurs="0">
      <complexType>
      <all>
      <element minOccurs="0" maxOccurs="1" name="surname" nillable="true" type="string"/>
      </all>
      </complexType>
      </element>
      </sequence>
      </complexType>

      <element name='lookup' type='tns:Person'/>

      If this element is referenced from the message and wstools is configured with a parameter-style of wrapped then two classes are generated: -

      'LookupRequest.java' and 'Lookuprequest.java', this second class should not be generated.

      In addition to this the generated JAX-RPC mapping needs to handle the case of the type correctly.

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              darran.lofthouse@redhat.com Darran Lofthouse
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: