I'm stuck with the problem of showing the output of a remote service call. I defined an action that calls the service, but I fail to understand how to display the result. The only guidance I found, so far, comes from the Injection plugin, but it's quite convoluted. There has to be an easier way to display results. E.g. stick the output into a div with a certain id.
One path of investigation has been AJAX. But the service is server-side, and I don't want to call the service from the client side so AJAX doesn't doesn't help.
Any clues are highly appreciated.