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[] opGetWeatherArgs = new Object[] { };
>>Class[] returnTypes = new Class[] { Empregado.class };
>>    
>>
>
>  
>
>>Object[] response = serviceClient.invokeBlocking(opGetWeather,
>>    
>>
>        opGetWeatherArgs, returnTypes);
>
>* response should return an Array with lenght = N employees, but this always
>return only the first object.
>I do not have access to the others objects. If a run the service throw
>http://localhost/axis2/rest/ExecSql/testQuery, I will see all the object..
>
>What's happening with my client?? Why do I get only the first object?
>
>
>any help?
>
>thanks and best regards
>Marcos Vilela 
>
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to