RE: Returning array of objects from Axis Web service

2003-11-18 Thread Tewari, Vijay
That's a typo in this blurb not in the actual code. Thanks for pointing it out though. Regards Vijay -Original Message- From: Liviu Tudor [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 5:42 PM To: [EMAIL PROTECTED] Subject: RE: Returning array of objects from Axis Web se

RE: Returning array of objects from Axis Web service

2003-11-17 Thread Liviu Tudor
Would it be because you're trying to return a bar array from a method which is meant to return just a bar element public class Foo() { public *bar* myMehtod() { *bar[] b* = new bar[5]; for(int i = 0; i < 5; i++) {