Complete the implementation of the web service application.
(Optional) Develop and configure a webservices.xml deployment descriptor for JAX-WS applications.
Parent
Implement web services applications from existing WSDL files with JAX-WS
- For JavaBeans applications, complete the JavaBeans implementation.
- For enterprise beans applications, complete the enterprise beans implementation.
Subtopics
- Complete 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.
- Complete the EJB implementation for JAX-WS applications
After we have developed the Java artifacts necessary to develop a JAX-WS web service, you must complete the EJB implementation to assemble a JAR file. The resulting JAR file contains the Enterprise JavaBeans implementation and the supported classes created from the tooling.
What to do next
(Optional) Customize URL patterns in web.xml.
Subtopics
- Complete 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.
- Complete the EJB implementation for JAX-WS applications
After we have developed the Java artifacts necessary to develop a JAX-WS web service, you must complete the EJB implementation to assemble a JAR file. The resulting JAR file contains the Enterprise JavaBeans implementation and the supported classes created from the tooling.
Related tasks
Complete the JavaBeans implementation for JAX-WS applications Complete the EJB implementation for JAX-WS applications