users@jax-rpc.java.net

Re: Handler on clientside

From: manoj cheenath <manojc_at_BEA.COM>
Date: Thu, 27 Jun 2002 13:58:15 -0700

Not very sure what is going wrong here. I am not very familiar
with RI, but my guess will be that VerifySoapHandler is not
implementing javax.xml.rpc.handler.Handler.

can you post the full stack trace?

regards,
-manoj



----- Original Message -----
From: "Mischa" <yawningrascal_at_HOTMAIL.COM>
To: "Cheenath Manoj" <manojc_at_bea.com>
Sent: Thursday, June 27, 2002 1:34 PM
Subject: Re: Handler on clientside


> Hi,
>
> at first thank you for the example!!
>
> I tried it yout way, and it seems that I can register the handler in the
> HandlerChain. But now I am getting that message:
>
> [failed to localize] Unable to instantiate handler: (class
> mypackage.VerifySoapHandler, java.lang.ClassCastException:
> mypackage.VerifySoapHandler)
>
> I got this handler in the same package as the client class!
> Do you have an idea what's wrong??
>
> Thanx a lot,
> Mischa
>