Where the Native App is running

0
Hi all, Can the native app running on the cloud access data from another server? I have mendix app running on a server. I also have the native running in the cloud. The problem I am facing currently is, I want to do AD Authentication on the native app by consuming a web service running on the server. The web service has been exposed already but I am getting an error The feedback error messages says:”Name or service not known”  Is there a way to achieve this? Thanks for your feedback
asked
1 answers
1

You can use the widget CallRestService from the AppStore module NativeRest for that. 

The error message you receive ”Name or service not known” indicates that you did reach the server but you have not given the correct parameter values. Do check the page /rest-doc/ of your service-providing app to figure those out.

answered