Access Mendix database from outside Mendix

0
In our Mendix project we are using Mendix in built database and we need to access the data of Mendix database from an external third party application. Is there any way to do that?
asked
1 answers
3

Hi Anushree, 

 

There are several ways to integrate with a Mendix App. It can be achieved via REST, Odata, SOAP, and JSON. Have a look at this page about the integration capabilities. 

answered