Mendix to 3rd party websites.

0
Hi i have an application, where i have a form that the user need to fill out for attendance, i would like it so that it could grab data from an external website, that stores who is supposed to attend on certain days. Is there a way to get mendix to speak to a third party website, and to pull that data over to mendix? If so, how would i go about trying to achieve that?  Cheers
asked
2 answers
0

Ideally, your 3rd party website would expose an API you could query. The most common are REST or SOAP APIs, and Mendix has support for both.

 

https://docs.mendix.com/refguide/call-rest-action/

https://docs.mendix.com/refguide/call-web-service-action/

 

I hope this helps, good luck!

answered
-1

Most obvious way would be for Mendix to call a service on the "3rd party website" to retrieve the data you need.  

answered