i tried to call service from javascript page.
It not working on another page what i want to do??
I write following code:
function fun()
{
recent.execute({});
}
and this function call in another page.
how to call external service with external javascript file??It not working with this code.