In BPEL its very simple to catch Remote Fault, simply put a catch activity and Fault Part as remoteFault. I can have a catchAll to catch every other fault.
How do you do this in OSB?
In the pipeline Error Handler I need to perform certain action in case of remote fault. For every other fault this action is ignored.
How do I achieve this? I was trying to figure out if there's any specific error code for remote fault but unable to find anything yet.
Anyone any idea?