I am using the IBM MobileFirst Studio version 7.1. I have written an HTTP adapter than can access the temperature converter web-service provided by w3schools Link to WSDL.
The application can connect and retrieve the results without any issue when previewing as common resources. I want to test this on an Android device. I find that after adding the Android environment, I have to manually change the "wlServerHost" property in the generated AndroidProject's /assets/wlclient.properties everytime I want to deploy it to the physical device. i.e, it keeps getting re-generated every time a build is done
How can I correctly set the server IP address so that the app can communicate with the server? Do I edit the worklight.properties file under server/conf and set the publicWorkLightHostname to my server IP?