On 10/9/07, Fátima Milla Olaya <[EMAIL PROTECTED]> wrote: > robert lazarski a écrit : > > Did you edit the web.xml ? Please read the docs carefully - the > > required info is all there. > > > > HTH, > > Robert > > > FaultFlow"> > <phase name="Addressing"> > <handler name="AddressingBasedDispatcher" > > class="org.apache.axis2.dispatchers.AddressingBasedDispatcher"> > <order phase="Addressing"/> > </handler> > </phase> > <phase name="Security"/> > <phase name="PreDispatch"/> > <phase name="Dispatch" > class="org.apache.axis2.engine.DispatchPhase"> > <handler name="RequestURIBasedDispatcher" > > class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher"/> > <handler name="SOAPActionBasedDispatcher" > > class="org.apache.axis2.dispatchers.SOAPActionBasedDispatcher"/> > <handler name="RequestURIOperationDispatcher" > > class="org.apache.axis2.dispatchers.RequestURIOperationDispatcher"/> > <handler name="SOAPMessageBodyBasedDispatcher" > > class="org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher"/> > > <handler name="HTTPLocationBasedDispatcher" > > class="org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher"/> > </phase> > <phase name="RMPhase"/> > <!-- user can add his own phases to this area --> > <phase name="userphase1"/> > <phase name="OperationInFaultPhase"/> > <phase name="soapmonitorPhase"/> > </phaseOrder> > <phaseOrder type="OutFaultFlow"> > <!-- user can add his own phases to this area --> > <phase name="userphase1"/> > <phase name="soapmonitorPhase"/> > <phase name="OperationOutFaultPhase"/> > <phase name="RMPhase"/> > <phase name="PolicyDetermination"/> > <phase name="MessageOut"/> > </phaseOrder> > </axisconfig> >
Where in the axis2.xml are you engaging the module ? HTH, Robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
