I’m implementing a mechanism to perform a rollback when certain errors occured during processing.
Errors are handled just before the message will be sent back to the initiator, that means in the very last part of the outsequence.
Now suppose I want to perform a rollback at this point, therefore I should be able to invoke the inSequence of a sequence already available. The problem is I don’t manage to reach this IN-part, but it always gets into OUT.
I already tried to set the following property, but to no success:
<property action="set" name="RESPONSE" scope="default" value="false"/>
Okay I finally managed to get it working. This easy script did the trick: