I have stfw but I cannot find a simple / standalone way to create a webservice client in java.
Does anyone have a link/sample into this?
I presume you're referring to a SOAP web service? For a RESTful web service in which requests are submitted via HTTP GET, you really don't need anything more than a web browser.