Hi Experts,
I am trying to call odata service by using
var oModel = new sap.ui.model.odata.ODataModel(
"proxy/http/#############:8000/sap/opu/odata/sap/ZUSERINFO_VER_SRV/",
true,"username","password");
and I am able to GET data from it in localhost. But when I deployed the application in the tomcat server I am not GET the data from the service. Can anyone please show me why I am not getting the data???
Thanks
Himadri