cancel
Showing results for 
Search instead for 
Did you mean: 

Ho to call service in webide for custom App

Former Member
0 Kudos

Hi Team,

I am ABAPER now working on UI5

I am Using OData service from SAP-ES4 system.

http://sapes4.sapdevcenter.com/sap/opu/odata/iwbep/GWDEMO

In Webide I have developed custom application and calling the above url.

var sURI = "http://sapes4.sapdevcenter.com:80/sap/opu/odata/iwbep/GWDEMO";

this.oModel = new sap.ui.model.odata.v2.ODataModel(sURI,{

json : true, user : "userid", password : "pasword” });

I am getting error.

Mixed Content HTTPS(Web Ide log in ) and HTTP(ES4 service), so it is blocked……………

I have configured ES4 system in HCP cockpit and when I use the same service in std Master Detail template it is working fine.

How to overcome this error.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member340030
Contributor
0 Kudos

Hi Hari ,

To use a service from your ES4 you need to create destination , connect the ES4 with cloud using Hana Cloud Connector and also you need to mention the created destination in the neo app.json file . You can't use the URL directly as you are using currently, create destination and than use it

Please check out this guide for connecting to on-premise system : https://blogs.sap.com/2015/07/13/cloud-connector-a-brief-guide-for-beginners/

thanks

Viplove