Multiple choice technology platforms and products

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 OSB architecture, Business Services are the components that connect to actual backend provider systems (external web services, databases, legacy systems, etc.). Proxy Services are client-facing endpoints that receive incoming requests. The question specifically asks about the interface to backend provider services, which is the definition of a Business Service. Message Flow is the internal processing logic, not the interface itself.