Hi Experts,
I'm working in SAP HANA Cloud Environment.
I developed XSJS and OData services on database level and registered them on Connectivity->Destinations tab. I created Fiori App (in WebIDE) based Worklist template and OData service mentioned above. It works properly.
At the same time I want to use in my App XSJS service. But every time I get the following error: 404 - Not Found.
Code for calling XSJS service:
jQuery.ajax({ url: '/etk/mig/srvs/js.xsjs', method: 'GET', dataType: 'json', success: this.onComplete, error: this.onErrorCall });
In case if I use the same code for OData service it works good.
How can I use XSJS service in my Fiori App?
Kind regards, Aliaksandr.