If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.
Integration
Last modified: August 20, 2024
Introduction
Integration with other applications (other than Mendix) can be done using REST or SOAP/Web Services. Mendix can import and export data from XML and JSON.
Integration between Mendix applications is done best with REST services (for details, see Published REST Service and Call REST Service). Some of the terms used most often are explained below.
For a call web service activity and support for SOAP web services/XML, see Consumed Web Services.
Documents in This Section
- Consumed OData Services
Overview of consumed OData services for Studio Pro
- Consumed REST Services
Presents an overview of consumed REST services and JSON in Mendix.
- Published REST Services
An overview of published REST services from Mendix apps