Usually I work with JAX-WS Web Services and i developped JAX-WS handlers for them. Now, I have an Axis2 Web service and I would like to use the same handlers : is it possible ? When I try to configure it I get the following error ; "cannot be cast to org.apache.axis2.engine.Handler" because my handler implemements javax.xml.ws.handler.soap.SOAPHandler
Is it possible to re use this JAX-WS handler or do I have to write a new one ?