How does we know webservice is calling or not

0
Hi team, My Mendix application is acting as bridge for iPad app (built in Xamarin) and SAP system. Both are connected through Webservices. Somehow, the iPad app data is not syncing with the Mendix system. I would like to test whether the web-service call is reaching to Mendix or not. I don’t know how to check this. This was not developed by me. Now I am trying to find the request and response of the web-service. Could you please help me here.  Thank you. Regards, Venkat
asked
2 answers
0

You can place your own log meesage in a microflow for example, or set the loglevel of one of the internal lognodes to trace: https://docs.mendix.com/refguide/logging#3-log-nodes 

 

answered
0

Alternatively, you could also set log-levels for REST consume and publish to “trace.” – this would show you exactly what is coming in or going out in the logs

Go to the console viewer, select “advanced” – “set log levels”  

answered