Hello,

Instead of using ArrayList use your custom object array (e.g. MyObject[]).

Chinmoy

On Mon, Aug 25, 2008 at 2:17 PM, shekher awasthi
<[EMAIL PROTECTED]>wrote:

> Hi All,
>
> I am new to webService i have develpoed a webservice in which i am trying
> to send the response but i am facing a problem in it.
>
> i have created ajavabean and have defined the return type as ArrayList of
> this BEan type..
> if i will just use this array list and add simple string values in to it
> the webserice is returning the arraylist accurately,but when i am filling
> the bean and putting it in the arraylist the webservice is unable to return
> the response it is returning null values..
>
> i have even serilised the beans can anybody give me any clue where i am
> doing wrong
>
>
> Thanks in advance
>
> Shekher
>

Reply via email to