Web Services

Last modified: March 21, 2024

1 Introduction

You can publish your own web services in a Mendix application. Published web services are based on SOAP 1.1. These web services are made up of operations. Other applications can call operations of this web service and you can return a result. This result is based on a microflow that will be executed when the web service is called.

To publish web services, see:

To consume web services, see: