How can I invoke a service manually? Because my service is invoked on page show event not. But I want it to reload only on specific circumstances, not on each page show, how can i do this?
And will my service "success" event that I have defined now, still be triggered if I execute a service manually, or do I have to manually add the success event also in javascript code?