invoke a service every x seconds automatically
Is it possible to invoke a service in automatic way every x seconds to refresh the data obtained by the REST service???
i'm working on a project where users can add content to the server periodically (Questions answers).
I already built a REST service which get these content form the server on load event. I have a refresh button to uptade contents, but i would like to invoke the servis automatically each 30 sec.
Is it possible????