File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Looking for a article or tutorial on setting up a web service client Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Looking for a article or tutorial on setting up a web service client" Watch "Looking for a article or tutorial on setting up a web service client" New topic
Author

Looking for a article or tutorial on setting up a web service client

Tony Evans
Ranch Hand

Joined: Jun 29, 2002
Posts: 521
I have a application that needs to call a webservice to validate some date. In my application I just want a method that will call into the webservice pass an object get an object back carry on processing. The application will be running in tomcat.

There are plenty of articles on setting up webservices but not many that are helpful on the web service client side.

If anyone has one they found helpful could they post me a link

Cheers
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
That'll be somewhat specific to the SOAP stack you're using. E.g., for Axis it's described in the User Guide and JAXWS Guide sections of the main documentation: http://ws.apache.org/axis2/1_5_1/contents.html

If the service is RESTful, then any Http client library (like Apache HttpClient) will do.


Android appsImageJ pluginsJava web charts
Tony Evans
Ranch Hand

Joined: Jun 29, 2002
Posts: 521
Thanks Ulf thats a start
Tony Evans
Ranch Hand

Joined: Jun 29, 2002
Posts: 521
Found a very good link to setting up a basic webservice an webclient using JAX-WS

http://72.5.124.55/javaee/5/docs/tutorial/doc/bnayn.html

Hope this is of help to others.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Looking for a article or tutorial on setting up a web service client
 
Similar Threads
ClassCastException in J2ME web service client.
Filtering by IP address?
Certification problems
JAX-WS - please help convert proxy to BindingProvider for HTTP auth
Why I'm learning to hate .Net