Multiple choice technology

In OSB,interface to the backend provider services is called as

  1. Business Service

  2. Proxy Service

  3. Message Flow

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Oracle Service Bus, a Business Service is the component that provides the interface to backend provider services. It abstracts the actual endpoint details (URL, protocol, etc.) and is invoked by Proxy Services. Proxy Services are client-facing entry points, not backend interfaces. Message Flow is the processing logic within a service, not an interface component.