As was mentioned in the prior post, a user is able to select a local or remote WSDL from which to create the ClientGen JAR.
For most cases a user will select a WSDL from the Project Explorer page, right click on it and invoke Web Services > Web Service Client from ClientGen...
Once the wizard pops the second page is displayed as shown below:
The user has the option to select a service from the top pull down menu. Usually there is only one service node but if there is more than one than the pull down menu will have these other selections too.
There's a default location for the ClientGen JAR file to be placed and most times the Jar File Destination won't be updated unless there are customizations beyond a normal deployment. WEB-INF/lib is the most standard location for the JAR to be placed and used by other files.
Since the ClientGen wizard wraps itself around the WLS clientgen ANT task we provide the user with ability to save the ANT file for further customizations or if need be - the ability to run the build file on the command line. By default the Execute Ant checkbox is enabled and either it or the Keep generated Ant Script has to be enabled for the wizard to run.
If the user doesn't require more advanced customizations than she can click the Finish button and the JAR file should be created.
I'll write about the more advanced customizations for the 3rd page of the wizard in the next post.