Hi all,
I've gone through the blog posts and webinar for REST integration in Mendix. All the resources I've seen so far indicate that the REST services can be viewed via <app url="">/rest/. I've got this to work when running the application locally and in the sandbox. However, when I try to use that path from a deployed licensed cloud node environment (in this case the Test environment), it gives me a 404 Not Found error message. This exact thing also happens when I try to go to <app url="">/ws-doc/ in the licensed environments.
Is there another path that I have to access to see my application's published REST services in cloud environments, as opposed to local and sandbox?