Dear Experts,
I have a working ODATA service, tested in both Gateway & REST client.
In Eclipse, in a UI5 project..have written the below code
var Modelo = new sap.ui.model.odata.ODataModel( "serviceurl",
false,
"user",
"password");
The service url, user and password all are valid and correct.
When i try to test the application locally, i don't see any data returned from Get Operation of ODATA service.
Attached screenshot has the error that i see in browser's console is...
Any inputs on solving the issue would be appreciated.
Downloaded Apache & set up reserve proxy as mentioned in the below link, it did not help.
Thanks, Deni