Robert,
Thanks for the reply. Yeah, it doesn't look like that will work anymore because the Axis 1.4 code is casting to, and expecting, the class to be an instance of org.apache.axis.Handler. In the WSDD* classes I did find that there is an element that you can specify in the tag called that l
This is what used to work for me around the 1.2 time frame :
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
HTH,
Robert
http://www.braziloutsource.com/
On 8/8/06, Ben Reif
I have a custom Handler that implements javax.xml.rpc.handler.Handler. I have deployed it at the global level in the server-config.wsdd and defined it in the and of the "http" transport in the
server-config.wsdd. At runtime I get a ClassCastException because WSDDDeployableItem.makeNewInstance()