Create QName for Vector and set return type as that..

Add these 2 statements in the client 
QName qVec=new QName("somenamespace","Vector");
call.setReturnType(qVec);

regards
-------------------
Venkatesh Kancharla
---------------------------------------------------------------------
      If Necessity Is the Mother of Invention,
         then frustration Is Its Father
                                        -unknown
---------------------------------------------------------------------

On Mon, 9 Feb 2004, Sam wrote:

> Hi,
>  
> I am writing a web service (in Java) that has a method returning a Vector. Can 
> anyone let me know how this can be handled in the client? 
> Specifically, how do I call the call.setReturnType() method? Also, does it matter 
> what the Vector has? (I think it does not, but just to confirm). And do we need to 
> do anything extra in the deploy.wsdd file for this?
>  
>  
> Thanks,
> Sam
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Finance: Get your refund fast by filing online


Reply via email to