Skip to Content
0
Former Member
Sep 22, 2015 at 05:33 AM

Odata Model is Not working with SAP UI

426 Views

Hi All,

Actually I have a problem while i am using ODataModel with my services.

I was trying to get the response from my nodejs services from my local server, but it is not woking for me, when i am using the JSONModel, i got the response.

It is show error msg:

GET http://sap-testing:7094/proxy/http/127.0.0.1:3000/checkResetCode/$metadata 404 (Not Found)

Uncaught (in promise) Object {message: "HTTP request failed", request: Object, response: Object, statusCode: 404, statusText: "Not Found"…}

So, Do i need to make changes in nginx configuration.

So please help me to get the solution for this.

Basically, i want want to know, how can i use OdataModel with my local app in SAPUI5 and nodejs services.