Create a WS-I compliant Web service and Java bean skeleton from a WSDL file

In this tutorial you will learn how to create a WS-I compliant Web service from a WSDL file that you create from scratch. The wizard generates a Java bean skeleton containing a set of methods that correspond to the operations described in the WSDL document. When the bean is created, each method has a trivial implementation that you replace by editing the bean.

   2 hours and 30 minutes
   Start the tutorial
   View the PDF version
   See the related Address Book sample