Re: Always returned Array has length = 1

2007-03-22 Thread Deepal Jayasinghe
Hi Marcos ; Could you please post your service class , so that I can have a look at that. Thanks Deepal >Hi, > >I'm trying to return an Array from my WebService. > >server side > > >>public Employee[] testQuery(); I Created the WSDL for this service. >> >> > >client side > > >>Object[]

Re: Always returned Array has length = 1

2007-03-22 Thread Martin Gainty
riginal Message - From: "Marcos Vilela" <[EMAIL PROTECTED]> To: Sent: Thursday, March 22, 2007 8:41 PM Subject: Always returned Array has length = 1 > > Hi, > > I'm trying to return an Array from my WebService. > > server side >>public Employee[] testQu

Re: Always returned Array has length = 1

2007-03-22 Thread Jim Alateras
I was wondering whether someone could tell me whether axis2 can support stubless (i.e. dynamic stubs) invocation of web services. If so can you pls point me to any resources\examples? cheers - To unsubscribe, e-mail: [EMAIL P

Always returned Array has length = 1

2007-03-22 Thread Marcos Vilela
Hi, I'm trying to return an Array from my WebService. server side >public Employee[] testQuery(); I Created the WSDL for this service. client side >Object[] opGetWeatherArgs = new Object[] { }; >Class[] returnTypes = new Class[] { Empregado.class }; >Object[] response = serviceClient.invokeBlo