Hi Experts,
I have created a sap ui5 application which has a list control in it. I wanted to bind it to the Products entity present under
URL :https://services.odata.org/V2/Northwind/Northwind.svc/
Steps I used to bind the service are:
1. Created destination for Northwind in SAP cloud cockpit (cloud foundry account)

2. Created a Multi target application using project from template in SAP web ide, under it created HTML5 module.

3. Added the required destination under manifest.json and mta.yaml shown below:


Post building the application the network tab (of chrome) shows Northwind metadata is not found (404)

Can you please help me with app routing configuration and binding of the same to UI5 list control.
Thanks in advance.
Amar.