WAS v8.5 > Develop applications > Develop web services > Develop JAX-WS web services with WSDL files (top-down)

Completing the JavaBeans implementation for JAX-WS applications

After we have developed the Java artifacts necessary to develop a JAX-WS web service, you must complete the JavaBeans implementation to assemble a 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. We 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.

  1. Write the JavaBeans implementation. The JavaBeans implementation is not generated by JAX-WS tooling.
  2. Compile all the Java classes.


Results

You have now written your JavaBeans implementation to complete the web service application.

After completing the JavaBeans implementation, assemble the web services application.


Related


Implement web services applications with JAX-WS
Implement web services applications from existing WSDL files with JAX-WS
Generate Java artifacts for JAX-WS applications
Assemble web services applications
Assemble a WAR file that is enabled for web services from Java code


Reference:

wsimport command for JAX-WS applications
wsgen command for JAX-WS applications


+

Search Tips   |   Advanced Search