Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-2389

WSDL To Java - Anonymous types nested within anonymous types generated JAX-RPC mapping does not match generated source.

    XMLWordPrintable

Details

    Description

      For the following element: -

      <element name='lookup'>
      <complexType>
      <sequence>
      <element name='Details'>
      <complexType>
      <sequence>
      <element name='Name'>
      <complexType>
      <sequence>
      <element name='firstName' nillable='true' type='string'/>
      <element name='surname' nillable='true' type='string'/>
      </sequence>
      </complexType>
      </element>
      </sequence>
      </complexType>
      </element>
      </sequence>
      </complexType>
      </element>

      Classes will be created called 'Lookup', 'LookupDetails' and 'LookupName', however within the JAX-RPC mapping the final class will be mapped as 'DetailsName'.

      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: