RE: Bug with Arrays as Return Types

2005-06-23 Thread Andrew Vardeman
ava in order to change the order of the attributes (xsi:type="soapenc:Array" must come first) and it seems to work with .Net Duarte -Original Message- From: Andrew Vardeman [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 22 de Junho de 2005 21:59 To: axis-user@ws.apache.org Subject

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 m

Re: Bug with Arrays as Return Types

2005-06-22 Thread Andrew Vardeman
Oliver, I think I have a problem similar to yours. I had an RPC service written in Java from which I generated WSDL that was consumed by a .NET client. The client is in use, so I can't change the interface now. Upgrading to Axis 1.2 from 1.1 changes how arrays of Strings get returned to the