Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.06 KB

File metadata and controls

23 lines (18 loc) · 1.06 KB
title url category weight no_list description_list tags
Integration
/refguide8/integration/
App Modeling
110
false
true
studio pro

1 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.

{{% alert color="info" %}} For a call REST service activity and JSON support in mapping documents, see Consumed REST Services. {{% /alert %}}{{% alert color="info" %}} For a call web service activity and support for SOAP web services/XML, see Consumed Web Services. {{% /alert %}}

2 Documents in This Section