Hello
If i have two environments (DEV and PROD) and i use relative path so i can export objects from DEV server to PROD server using promotion management.
I've noticed that if i dont type the server IP and port number in the Web Service URL input box (from data manager / Query As A Web Service the connection wont work for mobile for example:
THIS WORKS FOR MOBILE:
THIS DOESNT WORKS FOR MOBILE:
/dswsbobje/qaawsservices/queryasaservice/biws?cuid=AV4phFRHrLBLjEj4Two82OY&authType=secEnterprise&locale=en&timeout=60&ConvertAnyType=true
My question is, to make the connection work i always have to type the server ip and port of the web service for mobile? or what other options i have?
Because if i include the server ip and the port when i export objects from DEV to PROD i will have to change the server ip and put the PROD server ip instead the DEV server ip which i added when i developed the dashboard
Regards