I want to consume data in XML format from an SAP System.
To do that, I implemented an OData Service in the SAP System and activated it.
I tested it in my SAP Web IDE and it works.
But now I am developing another project in NetBeans consisting of HTML and JavaScript, and I want to consume the OData Service in that Project.
To reach that goal, I did a lot of research on the internet and read about a few options, but I'm still confused.
Is XMLHttpRequest
the thing to achieve it, or is it Apache Olingo, etc.?
Can anybody please give me a clue which technology to use for it?