Web Services

Easy integration

Web services make it possible for two applications to communicate in a standardized way. A simple example of web service is a service that returns the street name for a given zip code. The Mendix platform makes it not only easy to call services in other applications, but also to expose functionality of your application as web services for other systems. All the low-level details are handled under the hood.

Visual XML mapping

Advantages

  • Import web services in a handful of clicks. There is no need to deal with all the low-level intricacies of the web service description language.

  • Expose functionality of your application by publishing a microflow as a web service.

  • Visually define the mapping between your domain model and the XML world.

Technical features

  • Call web services directly from microflows.

  • Import a web service description (WSDL) into the Modeler and define a mapping between Mendix objects and XML.

  • In more complex cases, microflows can be used to convert and combine values and to customize the mapping in other ways.

  • Two-way visual mapping of domain model and XML to allow for complex parameters and complex return values.

  • When publishing a microflow as a service, the necessary code (WSDL) is automatically generated and can be used by external systems (Mendix or otherwise).

This content Copyright © 2010 | Mendix. All rights reserved.