A client requires that a new BPEL process return a fault message to the requester in case
the process does not complete correctly. The integration developer has added a fault
handler to the process to catch all exceptions. How should the integration developer return
the fault message?

A.
Use a throw activity of a business fault.
B.
Use a reply activity using a standard fault.
C.
Use a reply activity using a business fault defined in the interface.
D.
Use a rethrow activity in the fault handler on the process scope using a fault defined in
the interface.