For CONSUMING a WebService check my latest tutorial.
• Consuming a RESTful WebService in Java
********************************************************
Description
A simple tutorial on creating a rest webservice in java for beginners.
Topics covered:
1. About Jersey library and JAX-RS API for REST Webservice.
2. Annotations : @Path,@GET,@POST,@Produces
3. Different response format like XML,JSON.
4.Configuring web.xml to use jersey as servlet dispatcher.
5.How to take input from the client in URL