Published RestService not working after deploying to mendix free cloud

0
Hello All, I have created published restservice in mendix app and this is working locally in consumed app to fetch data, but  not working after deploying publish app to mendix free cloud(getting below attached error). Can anyone please help me to get what is problem here. Any solution for this problem is appreciated. Thank you.
asked
1 answers
0

It looks like your app uses a web service call activity to contact an OData service. That activity can only contact web services (also known as SOAP services).

The recommended way to interact with a published OData service is to add a consumed OData service to your app.

answered