You now need to discover information about the web service that you want your web application to consume. To discover information about the web service, you need to complete the following steps:
- Right-click the HelloClient project node in the Projects tab.
- Select Web Service Client from the New option.
- Specify the URL of the web service in the WSDL URL text box.
- Select com.example from the Package drop-down list.
- Next, ensure JAX-WS is selected in the JAX Version drop-down box.
- Click the Finish button.
|