How can I continue on error to execute the target PostFlow response? If target fails it doesn't execute the target response flow..
I have some logging in Target postflow response.
<PostFlow name="PostFlow"> <Request/> <Response> <Step> <FaultRules/> <Name>JS_LogTargetResponse</Name> </Step> <Step> <FaultRules/> <Name>JS_LogMessage</Name> </Step> <Step> <FaultRules/> <Name>MessageLogging</Name> </Step> </Response> </PostFlow>
-Vinay