Oracle SOA Suite 12c Essentials — Question 2

For each enrollment request message, a health insurance carriers web service always returns a response message acknowledgement the receipt of the enrollment request. If there are problems fulfilling the requested enrollment, the web service may respond at a later time with an additional response message detailing why the enrollment could not be fulfilled.
Which Oracle SOA Suite service component should be used to implement this integration pattern?

Answer options

Correct answer: B

Explanation

The Mediator is designed to handle message routing and transformation, making it ideal for managing the acknowledgment of requests and future responses. The BPEL Process is more suited for orchestrating complex business processes rather than simple message acknowledgment. Business Rules are used for decision-making logic, and Human Workflow is focused on tasks requiring human intervention, neither of which fits this integration pattern.