cancel
Showing results for 
Search instead for 
Did you mean: 

Error connecting to the odata ES5 service - from local WEB IDE

Former Member
0 Kudos

I am trying to connect to the odata ES5 service from my LOCAL WEB IDE but I have not been successful.

Annex code of the manifest, neo-app and destinations.

PD: I'm using Mac High Sierra

Error in console

Path of destinations file

ES5 file

Manifest

Neo-app

Stay tuned to your comments

Accepted Solutions (0)

Answers (1)

Answers (1)

Dhanasupriya
Active Participant
0 Kudos

This worked for me. Please try.

File:

Description=ES5_Gateway Type=HTTP Authentication=NoAuthentication WebIDEUsage=odata_gen, odata_abap, bsp_execute_abap Name=ES5 WebIDEEnabled=true URL=https\://sapes5.sapdevcenter.com ProxyType=Internet WebIDESystem=ES5

"dataSources": { "mainService": { "uri": "/sap/opu/odata/IWBEP/EPM_DEVELOPER_SCENARIO_SRV/", "type": "OData", "settings": { "odataVersion": "2.0", "localUri": "localService/metadata.xml" } } }

"": { "dataSource": "mainService", "preload": true }

{ "path": "/sap/opu/odata", "target": { "type": "destination", "name": "ES5", "entryPath": "/sap/opu/odata" }, "description": "ES5_Gateway" },

subhab1
Explorer
0 Kudos

Under what level you added the below snippet in manifest.json?

{ "path": "/sap/opu/odata", "target": { "type": "destination", "name": "ES5", "entryPath": "/sap/opu/odata" }, "description": "ES5_Gateway" }