Reputation: 259
I want to call a web service in my java application. How do I achieve this? I'm new to web services.
Upvotes: 1
Views: 4499
Reputation: 597076
Go through this tutorial.
The basic steps are:
This article shows how to do it step by step using NetBean's wizards
Upvotes: 1
Reputation: 27478
Go to the Apache foundation web site and search for the "AXIS SOAP client"!
This is well documented and the client side consists of a single JAR file.
Also I would thourogly recommend SOAPUI for generating and reading test messages.
Upvotes: 0
Reputation: 24499
Just use Google and search for Webservice and Java.
Here is a tutorial
Upvotes: 0