I've defined a service like this :
The "url_restserver" parameter is define in the Settings service like this :
At runtime, a programmatically set the parameter based on user input like this :
BergerSettings['url_restserver'] = BergerSettings['url_restserver_PRD'];
When I show the value in the console, BergerSettings['url_restserver'] has the correct value but when the service is invoked, it does not use the correct value. Am I doing it wrong?
Thanks for your help.