On Mon, May 10, 2010 at 4:56 PM, <[email protected]> wrote: > > 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 ?
you need to create a new one. thanks, Amila. -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
