You can use org.apache.axis2.dispatchers.AddressingBasedDispatcher.java as a model
then in axis2.xml configure the handler as in <handler name="AddressingBasedDispatcher" class="org.apache.axis2.dispatchers.AddressingBasedDispatcher"/> where the handler is configured into the engine as a Phase as in this example <phase name="Dispatch" class="org.apache.axis2.engine.DispatchPhase"> which is then configured in phaseOrder of InFault,OutFault,InFaultFlow or OutFaultFlow HTH/ M-- ----- Original Message ----- From: Deepak Vishwakarma To: [EMAIL PROTECTED] ; [email protected] Sent: Thursday, January 10, 2008 7:53 AM Subject: Axis2 Writing Custom Phase Handlers Hi, I am using IBM Websphere Application Server and Web Service Feature Pack version 6.1. I want to write a custom handler which I have to inject it in Axis2 Soap Engine Phases. I could get some material but they were not helpful enough since i don't want to use the module approach, i just need to write a plain handler. It would be very helpful if i can get some pointers and concrete information on how to achieve this with respect to websphere. Thanks in advance for your help. Deepak. ------------------------------------------------------------------------------ Now you can chat without downloading messenger. Click here to know how.
