OData metadata XML resolve failed
Posted: Sat Oct 12, 2019 8:11 am
Hi, We are using Dashboard.JS of version 2019.3.3, and the server is a Java server using Apache Olingo returning OData.
We debugged the code and found that it's the single quotation in the OData metadata XML return by Olingo caused the problem.
Dashboard.JS expects metadata as such
but Apache Olingo returns
We debugged the code and found that it's the single quotation in the OData metadata XML return by Olingo caused the problem.
Dashboard.JS expects metadata as such
Code: Select all
<?xml version="1.0" encoding="UTF-8"?> ...
Code: Select all
<?xml version='1.0' encoding='UTF-8'?> ...