RE: Bug with Arrays as Return Types

2005-06-24 Thread Duarte Marques Moreira
To: axis-user@ws.apache.org Subject: RE: Bug with Arrays as Return Types Duarte, Thanks for your replies on- and off-list. It took me a bit to follow what you were saying. I'm not very familiar with Axis internals, and I've never tried to build the source. Do you mean that your fix causes Axis

Re: Bug with Arrays as Return Types

2005-06-22 Thread Davanum Srinivas
Oliver, Can you please open a bug report and upload the WSDL you use to generate the server/client. thanks, dims On 6/22/05, Wolters, Oliver [EMAIL PROTECTED] wrote: Hi, I've got a Problem with web service methods returning an array. I have found the example from

Re: Bug with Arrays as Return Types

2005-06-22 Thread Andrew Vardeman
I've put together two webapps for comparision: one using Axis 1.1, the other using Axis 1.2. They can be downloaded here: http://www.public.iastate.edu/~andrewv/axis/webapps.zip They each have one service, StringArrayServer. In each case, the service is implemented by a Java class with one