Thanks Max, will try and edit this post if failed.
Edit:
Ok, I am still lost....
For the sake of simplicity, lets just say I want to do a Google search (input+button) that will open the result in a browser.
Created input, called it "query"
Created Rest service, with the Google URL, and with the "q" parameter.
Mapped the "q" parameter to the "query" input field.
Created a button that invokes the service.
Now, I cannot figure out how to make this service open a webpage.
P.S.
I thought services are NOT intended to be used like this, but rather be web services to fetch data from RESTful APIs.
I thought I should use the simple event action "Open a Link" or Run Custom Javascript to do this.
What am I missing?