[Axis 1.4] Using javax.xml.rpc.handler.Handler with Axis

2006-08-08 Thread Ben Reif
I have a custom Handler that implements javax.xml.rpc.handler.Handler. Ihave 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

Re: [Axis 1.4] Using javax.xml.rpc.handler.Handler with Axis

2006-08-08 Thread robert lazarski
This is what used to work for me around the 1.2 time frame : deployment name=whitezone xmlns=http://xml.apache.org/axis/wsdd/; xmlns:java=http://xml.apache.org/axis/wsdd/providers/java; !-- XML Signature handler -- handler name=ServiceHandler

Re: [Axis 1.4] Using javax.xml.rpc.handler.Handler with Axis

2006-08-08 Thread Ben Reif
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 service tag called