Can Mendix absorb oData?

0
I understand that Mendix can expose oData (http://ww2.mendix.com/rs/mendix/images/mendix-odata-datasheet.pdf) but do we have capability to to absorb?
asked
1 answers
3

OData is an standard that defines a set of best practices for building and consuming RESTful APIs. So basically they are just REST services. You should be able to consume those services. Have a look at https://world.mendix.com/display/refguide6/Call+Rest+Action

answered