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
