I guess the method would return the wrapper class of the boolean , (
that is Boolean)  ... so u have to cast the return type to Boolean and
call the .booleanValue method to get the return value.

Regards

Mahen

On Wed, 3 Nov 2004 19:28:57 -0800 (PST), Tim Hu
<[EMAIL PROTECTED]> wrote:
> dear all:
> 
> i am trying a very simple webservice deployed in the
> basic .jws fashion. the method returns a "boolean".
> 
> however, in the sample client code, the way to call
> this method is to do:
> 
> Object result = call.invoke( new Object[] { offer } );
> 
> however, call.invoke returns a java Object, which does
> not match the _native_ type of boolean. how should
> 
> any help in solving this would be appreciated.
> 
> ye
> 
> 
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
> 
>

Reply via email to