cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello guys,

i have a little service I created via Transaction SICF. This service does nothing else than return a json string via HTTP.

How can I call this service from a SAPUI5 application? (The SAPUI5 application is not deployed  on the ABAP Server, instead it is running locally on my client)

var oModel = new.sap.ui.model.json.JSONModel();

oModel.loadData("http://xxx.server.com:8000/myServicePath"); is not working. Any idea?

Thanks

Goluef

0 Likes
View Entire Topic
Former Member
0 Likes

Do you mean the service is running on a localhost server, e.g. Tomcat or Apache?

jordi_candel
Explorer
0 Likes

the service is running on the ABAP System, the SAPUI5 app is running locally on my laptop.