I have a RestService mapped to an component.
In Javascript I do: service_name1.execute({}); which works fine.
I then want to Close that Service and Execute another one that is also connected to the component.
In JS I do: service_name2.execute({}); but nothing happens.
How do I close the first service before executing the 2nd one or refresh the HTML component?