Integration

Last modified: April 20, 2023

1 Introduction

Do you want to connect your app to the internet? Learn how to do this by following these how-tos.

We want to create a large network of Mendix apps, so let’s start integrating!

2 Documents in This Category

  • Import XML Documents
  • Describes how to prepare the data structure and GUI, add an XML schema, and create XML-to-domain mapping.

  • Export XML Documents
  • Describes how to add an XML schema, create domain-to-XML mapping, and export logic.

  • Import Excel Documents
  • Describes how to set up import templates and import data into your app using the Excel Importer module.

  • Export to Excel
  • Describes how to create custom Excel documents from your app based on configurable templates.

  • Publish a REST Service
  • Describes how to create a published REST service and return the results in JSON or XML.

  • Share Data Between Apps
  • Describes how to publish and register a simple data asset to the Catalog from Studio Pro and create a new app that consumes this asset.

  • Access a Samba Share
  • Describes how to access a Samba share from the MxCloud and use a server name.

  • Expose Data to BI Tools Using OData
  • Describes how to create a published OData service with resources, add the OData server to Tableau and Excel, combine resources in Tableau, and create qustom queries.

  • Write Data to Another App
  • Describes how to add annotations to an OData service in Mendix Studio Pro, see external entities with these features in the Catalog, and use them to build your app.