cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting Web IDE Fiori App to Gateway Hub System

MKM
Active Participant
0 Kudos

Hi Experts,

I have to connect my Fiori app to my gateway Development system.

Initially i had pointed it to mock data. My service is ready and working fine.

Manifest.json

It is still fetching from the local mock data.

Also how to comment a line in Manifest.JSON file ?

Please guide me on this...

Thanks in advance,

Manoj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Manoj,

Kindly comment the code "server.init();" if it is present anywhere in component.js file of your code.

In the manifest.json file , under the model tag, have you created a model based on the above data source?

Thanks,

Jatin

MKM
Active Participant
0 Kudos

Hi Jatin,

I have not used any server.init() call in my code.

Below is my Manifest.json for Model section.

Should i change dataSource": "mainService" to dataSource": "/sap/opu/odata/sap/ZWFCC_SRV" ?

Thanks,

Manoj