Hi,
I would like to periodically call a rest service after page load, which updates some info on a google map.
I tried to use:
var interval = setInterval(restservice2.execute(), 5000);
at different page events (load, show, etc) but it doesn't work. On page load it only calls the service once.
Thanks,
Marcel