call webservices

0
Hi all, I'm working on displaying the current weather data of any city by using web-services can any suggest me is it possible with web-services how to achieve this.
asked
1 answers
0

Maybe use https://developer.yahoo.com/weather/ as a webservice. This is a REST service that is easily used from Mendix. Documentation can be found from within the modeler regarding the mapping and making of JSON structures. To get you started on the Mendix side you could look here.

answered