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.