How to to call an external api from some of my other service

1
How to to call an external api from some of my other service like I have some different service for sending notifications I case of micro service architecture and what if i have some other database and from mendix application i wanted to connect with it to pull some data
asked
1 answers
0

To call external service you use Consume REST Service and trigger it using Call REST Action

 

To bring data from another DB or source you can use DB Replication module i think. Or if that DB has some way to expose its data over REST services then you can use the same Consume REST service feature to call the DB to get the data.

answered