[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2389) WSDL To Java - Anonymous types nested within anonymous types generated JAX-RPC mapping does not match generated source.

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Tue Nov 11 09:34:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBWS-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse updated JBWS-2389:
-----------------------------------

    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'.


> WSDL To Java - Anonymous types nested within anonymous types generated JAX-RPC mapping does not match generated source.
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBWS-2389
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2389
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: tools-jaxrpc
>    Affects Versions: jbossws-native-3.0.4
>            Reporter: Darran Lofthouse
>            Assignee: Darran Lofthouse
>             Fix For: jbossws-native-3.0.5
>
>
> 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'.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list