我正在尝试使用SAPUI5应用程序配置XSOData服务。简单的odata服务工作正常。但是当我使用XSOData时,我遇到了一些身份验证问题。 元数据文件返回我某种带登录的html ..详细信息。我发现这是因为XSOdata存在一些问题。我正在使用网络。一些解决方案是hanatrial-auth-proxy和hana xs odata in webide。我不知道如何在网络中使用它。
"dataSources": {
"dlesContent": {
"uri": "/destinations/dles/DLES/services/DLES_CONTENT.xsodata/NPS_CONTENT",
"type": "OData",
"settings": {
"odataVersion": "2.0"
}
}
},
"models": {
"i18n": {
"type": "sap.ui.model.resource.ResourceModel",
"settings": {
"bundleName": "dlesDLESdashboard.i18n.i18n"
}
},
"dlesScore": {
"dataSource": "dlesContent"
}
},