Hello Maksim,
I realized that i had to include below in the neo-app.json file because of which i was getting the error:
{
"path": "/resources",
"target": {
"type": "service",
"name": "sapui5",
"entryPath": "/resources"
},
"description": " SAPUI5 Resources"
},
{
"path": "/test-resources",
"target": {
"type": "service",
"name": "sapui5",
"entryPath": "/test-resources"
},
"description": " SAPUI5 Test Resources"
}
Now, I am able to use oDataModel and also able to extract the odata service data into an array.
Thanks a ton!!!
Charles