You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Oleg <li...@2xdigi.com> on 2001/11/30 03:43:42 UTC

getting boolean

Hmm thats interesting, didnt think I gonna run into this problem :)
How can I get back boolean? if I do result.getValue(); I will get true or
false, however cannot cast it to boolean ofcourse since its an Object, is
there a way to get boolean value? Ofcourse I can cast it to wrapper Boolean
and than get booleanValue but is thats the only way?

Thanks
Oleg