Re: Axis 1.2 generating WSDL with same attribute name when having multiple arrays

2005-02-09 Thread Bill Keese
Nothing wrong with using "item" for elements of different types of arrays.  I think your WSDL is OK but AXIS' output is wrong.  You probably need Eric Chijoke's famous Axis array patch to the bug http://issues.apache.org/jira/browse/AXIS-1547 Eric's patch to this issue is listed in:   http://

Axis 1.2 generating WSDL with same attribute name when having multiple arrays

2005-02-09 Thread Praveen Peddi
I have a service that references 2 bean arrays. One is Object[] and another is String[]. Looks like WSDL generated by Axis is slightly incorrect. Well .NET complains about it.   Here is the snippet of WSDL:          

2 matches