Hi Florian,
until now I check my implementation based on the following approach:
If I see data in the browser with the URLs below, everything is fine for me and I can go on with the SAPUI5 implementation.
For mara_marc.xsodata (attribute view) currently the "no-data" behavior:
For material.xsodata (SLT-replicated table) currently no error:
In the UI5 implementation I use the following code-snippet to display the data, which works fine for material.xsodata.
- var oModel = new sap.ui.model.odata.ODataModel("http://MyServer:8000/R10_XS_SLT /R10_XS_SLT_ODATA/services/material.xsodata/", false);
Developer tools in Chrome show no error (like HTTP501 etc. ...) for
Cheers, Thomas