Web Services
Last modified: June 6, 2024
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 then call operations of this webservice and you can return a result. This result is based on a microflow that will be executed when the webservice is called.
To publish web services, see:
- Published Web Services, an overview in the Studio Pro guide
- Expose a Web Service for step-by-step instructions
To consume web services, see:
- Consumed Web Services, an overview in the Studio Pro guide
- Call Web Service, a description of the microflow action
- Consume a Simple Web Service for step-by-step instructions
- Consume a Complex Web Service for step-by-step instructions