After you have developed the Java artifacts necessary to develop a Java API for XML-Based Web Services (JAX-WS) web service, you must complete the JavaBeans implementation to assemble a web application archive (WAR) file. The resulting WAR file contains the JavaBeans implementation and the supported classes created from the tooling.
Generate Java artifacts for JAX-WS applications and optionally generate a WSDL file using the wsgen command-line tool. You can also optionally use deployment descriptors to augment or override binding information contained in annotations for JAX-WS web services.
For JAX-WS applications, complete the JavaBeans implementation by writing your business application.
You have now written your JavaBeans implementation to complete your web service application.
After completing the JavaBeans implementation, assemble your web services application.