Throw activity in BPEL
Hi,
We have a BPEL process where an asynchronous webservice is invoked in a Pick and WaitN activity. If the invocation of webservice is timed out we have defined a throw activity with a custom exception. This exception is defined in the fault policy xml. But when we test the same, the exception defined is thrown but is not handled by the fault frame work.
Please let me know if a throw activity explicitly defined directly invoke fault frame work.