Hi All I'm trying to run a simple error handler like this
<sequence name="run_ws" onError="WSFaultHanlder"> <callout ..> ... </callout> </sequence> <sequence name="WSFaultHandler"> handle errors here ..send email using mailto </sequence> When the callout fails with any error(transport error/soap fault) , the WSFaultHandler is not getting invoked at all. I can see that the error is thrown in the synapse log. Am I doing something wrong? Thanks Shravan -- View this message in context: http://old.nabble.com/Error-Sequences-not-invoked-tp33017415p33017415.html Sent from the Synapse - User mailing list archive at Nabble.com.
