cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 data binding error using Northwind odata service

Former Member
0 Kudos

I am using Northwind odata service(Products entity)

URL-http://services.odata.org/V3/Northwind/Northwind.svc to bind data to a UI table.

But when i run the code i do not get any output. However data is coming from service.

Console shows this message.

http://localhost:59956/Products/proxy/http/services.odata.org/Northwind/Northwind.svc/ 501 (Not Implemented)

Accepted Solutions (0)

Answers (1)

Answers (1)

irfan_gokak
Contributor
0 Kudos

Hi,

In Component.js or Manifest.json file in service url mention it as "proxy/http/services.odata.org/Northwind/Northwind.svc/". Try this.