I am currently working on a pipeline program that has to interface with AX, and have just noticed that Ax does have an webservice accesible using on port 8101.
http://localhost:8101/DynamicsAx/Services/ODataQueryService/$metadata
But how do i retrieve meaningful data out?
And am I able to extract the same data, which is stored in the ax db?