When a web service is consumed it means that a client uses the web service. You first import the WSDL file that describes the web service interface. You then integrate it within the client. The steps involved in consuming a web service are:

  1. Creating a Java application project
  2. Generating the client stubs
  3. Developing the web service client
  4. Executing the web service client