Re: Exceptions in Inflow handlers

2011-02-09 Thread Deepal jayasinghe
Well when there is an exception in inflow handler it goes through the outFault flow handler. One way to deal with this problem is to have your handler in outFaultFlow and do your task. Deepal > > I have 2 inflow handlers, and 2 outflow handlers something like below: > > > > Inflow1 --> inflow2 -

Exceptions in Inflow handlers

2011-02-09 Thread Meeusen, Christopher W.
I have 2 inflow handlers, and 2 outflow handlers something like below: Inflow1 --> inflow2 --> Service--> outflow1--> outflow2--> Is there a way I can catch exceptions thrown in the inflow2 handler in the outflow2 handler? I would basically like to catch certain ex