In this exercise, you will learn how to retrieve the information needed to consume OData based APIs from the Business Accelerator Hub.
A Service Metadata Document describes the data model (i.e. structure and organization of all the resources) exposed as HTTP endpoints by the service. A Service Metadata Document describes its data in EDM terms using an XML language for describing models called the Conceptual Schema Definition Language (CSDL). CSDL is fully described in CSDL. When exposed by an OData service as a Service Metadata Document, the CSDL document is packed using the format described in EDMX.
The EDMX files for OData services delivered by SAP can be found on the Business Accelerator Hub (aka SAP API Hub).
Navigate to the overview page of the Sales Order (A2X) Service.
Click on the tab API Specification.


Navigate to the overview page of the Product Master Data Including Classification - Read - Service.
Click on the tab API Specification.
Click on the download button for the OData EDMX file and store it as well locally on your computer.

You have retrieved the information that is required to develop OData Proxy Clients to consume the Salesorder (A2X) OData Service and the Product Master Data Including Classification - Read - Service in ABAP Cloud which you will use in the next exercise.