How to call webservices in mendix ?

0
I have a json responses and i want to fetch webservice data in mendix and display it in listview,am new in mendix so anybody guide me for how to call and fetch webservice in detail.
asked
1 answers
0

Based on your minimum information I assume you are calling a rest web service? Which communicates using json objects.

For this you will need the rest web services module: https://appstore.home.mendix.com/link/app/997/Mendix/Rest-Services

answered