Runtime processing and schema generation is not consistent for java.util.List
-----------------------------------------------------------------------------
Key: AXIS2-5090
URL: https://issues.apache.org/jira/browse/AXIS2-5090
Project: Axis2
Issue Type: Improvement
Components: adb
Affects Versions: 1.6.0, 1.5.5
Reporter: Sagara Gunathunga
Assignee: Sagara Gunathunga
Fix For: 1.7.0
Axis2 generate schema for java.util.List correctly and it's identical to Array
schema but run time expect additional wrapping element for lists. The impact is
client generated from above WSDL file is not usable with the service hence this
need to be changed. It is possible to use same Schema for both Lists and Arrays
and return list/array instances depend on actual service method signature.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]