[
https://jira.jboss.org/jira/browse/JBWS-2389?page=com.atlassian.jira.plug...
]
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