Page 1 of 1

You have modeled a composite with an inbound adapter service wired to a BPEL process component.Which method do you use t

Posted: Sun Jun 11, 2023 3:59 pm
by answerhappygod
You have modeled a composite with an inbound adapter service wired to a BPEL process component.Which method do you use to model a rejection handler for the inbound adapter service?

A. Define the rejection-handler logic inrejection-handlers.xmlin the$MW_HOME/soa/connectorsdirectory.
B. Define the rejection-handler logic inline as a child element of the <binding.jca> section of the inbound adapter incomposite.xml.
C. Define the rejection-handler logic in a top-level catch block in the BPEL process where the QName of the fault should bebpws:rejectedMessages.
D. Define the rejection-handler logic infault-policies.xmlfor the composite, and then associate thefault-policies.xmlwith the composite.