What I'm trying to do is to have a web service get called when the mobile app starts. And I would like to test it using the mobile preview gui.
I created an Appery service that calls a proprietary enterprise web service via the proxy. When I test the web service in the Appery service definition screen it works.
But when I test using the mobile preview with the service configured to get called on deviceready the gui displays but the web service isn't getting called.
Should I expect this to work?