Hi Devs,
       Rampart is in the process of providing security in the fault flows.
In order to do that,
we need to introduce security phase in to out fault flow. It is already
there in the in fault flow.
so the axis2.xml have to modified to include,

    <phaseOrder type="OutFaultFlow">
        <!--      user can add his own phases to this area  -->
        <phase name="OperationOutFaultPhase"/>
        <phase name="RMPhase"/>
        <phase name="PolicyDetermination"/>
        <phase name="MessageOut"/>
        *<phase name="Security"/>*
    </phaseOrder>

Regards,
Nandana

Reply via email to