A tip on Referencing Multiple Web Services from an application client is available as an Enterprise Java Techtip here
You can find more Enterprise Java Technical Tips that are posted every month at http://blogs.sun.com/enterprisetechtips/ . In this tip, I talk about how you can build EJB and Servlet based webservices and use @WebServiceRefs to reference them in your application client.
For more...
The following blog shows how you can easily create a Webservices
project in Glassfish v2 using Netbeans 6.0 from an existing wsdl.
Download Netbeans 6.0 from here
To Start
Select File->Create new Project->Web
Click on finish
Next Right Click on WebServiceFromWsdl project and select new
WebService from wsdl
Here is the wsdl
and its schema
for this blog
Here is how the screen...