Hy volks,
I’m trying to get in the defualt fault step, to test my app, but if I fail, the default case is not executing…
Here is my code:
<FaultRules>
<FaultRule name="UnresolvedVariable">
<Step>
<Name>Log-Errors</Name>
</Step>
<Step>
<Name>Error-Handler-Invalid-Appsid</Name>
</Step>
<Condition>(execution.error.message Matches "xxx")</Condition>
</FaultRule>
<DefaultFaultRule name="default-fault">
<Step>
<Name>Error-Handler-Default-Message</Name>
</Step>
</DefaultFaultRule>
And here is a trace scanshot:
Any idea what should I do more to get the correct process?
