Java webservice client

javawebservice-client

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?

Best Answer

How about using Axis2?

Just follow the quickstart guide and you should be on your way.

Here is another more descriptive guide