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 <requestFlow> and <responseFlow> of the "http" transport in the server-config.wsdd. At runtime I get a ClassCastException because WSDDDeployableItem.makeNewInstance() expects the Handler to implement the org.apache.axis.Handler interface. Is this a bug? Shouldn't the axis Handler interface extend the javax.xml.rpc.handler.Handler interface? Does anyone know how to do this without having to implement the axis Handler interface?
 
Thanks,
Ben  

Reply via email to