Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.18 KB

File metadata and controls

24 lines (18 loc) · 1.18 KB
title url category weight description tags
Web Services
/refguide/integration/web-services/
Integration
50
Introduces web services (SOAP).
Web services

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: