vote up 0 vote down star
1

Hello.

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?

Thank you.

flag

What is "stfw"? – matt b Oct 16 '08 at 17:40

4 Answers

vote up 1 vote down check

How about using Axis2?

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

Here is another more descriptive guide

link|flag
Is not Axis2 a webservice - "server"? ... I'll take a look at the quick start you sent. :) – Oscar Reyes Oct 16 '08 at 16:57
No, Axis does both clients and server side webservice generation. Remember to use the ANT wsdl2java task rather than messing about with the Wsdl2Java command line prompt :) – JeeBee Oct 16 '08 at 17:04
Great.. that's what I'm reading now. – Oscar Reyes Oct 16 '08 at 17:07
vote up 2 vote down

soapUI is a great tool to test a Web Service. It is really simple to either create a server stub to test your client or just send client request to any Web Service.

link|flag
Thanks that is a great tool - saved me some time. – JK Dec 18 '08 at 22:35
vote up 0 vote down

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.

link|flag
vote up 0 vote down

One of the most simple ways is to use apache cxf. There is a good documentation to create a client here. You will need java 5, not 1.4!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.