I have an ClassCastException when I call a function on my stubs, for example:
HelloWorldResponse resp = (HelloWorldResponse) stub.helloWorld(helloWorld);


When debuging i find that the problem is in this section:

file: WSDDTargetedChain.java
    pivot = (Handler)ClassUtils.forName(pivotQName.getLocalPart()).newInstance();  <=== ClassCastException

I'm using
Axis 1.2 RC3.
This is any bug?
humm.. maybe I will try a older version!

---
Bruno Vg

Reply via email to