‎2020 Jan 29 4:22 PM
Hi,
I created a MTA application with the XSA model in CF with two modules (HANA DB and Nodejs). I exposed a table from this DB using xsodata in Nodejs module. Now I have the URL from this service like this: https://indh-xxxxx.cfapps.xxxx.hana.ondemand.com/xxxx,xsodata
I wanna use this URL in ECC system to POST data in SCP DB. I followed this blog but i can't connect the xsodata URL in SM59. https://blogs.sap.com/2016/07/27/how-to-consume-hana-xs-odata-in-ecc/
Also, I did all step of this topic, to add authentication to Nodejs:
https://blogs.sap.com/2019/11/10/sap-cloud-foundry-authentication-mechanism-for-nodejs-and-xsjs-apis
Is it possible to add basic authentication to xsodata URL? I thought use this URL in a destination but i haven't web app.