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:
- Creating a Java application project
- Generating the client stubs
- Developing the web service client
- Executing the web service client
|