Develop JAX-WS web services (bottom-up)
During the JAX-WS provider implementation, do not dispatch the incoming requests to other processors like servlet, JSP, JAX-RS, or other JAX-WS service. If we dispatch the requests to other processors, it breaks the normal flow of the JAX-WS engine, so the JAX-WS engine does not support this situation.bprac
- Set up a development environment for web services
- Develop JAX-WS web services with annotations
- Generate Java artifacts for JAX-WS applications
- Enable MTOM for JAX-WS web services
- Enforcing adherence to WSDL bindings in JAX-WS web services
- Develop a webservices.xml deployment descriptor for JAX-WS applications
- Completing the JavaBeans implementation for JAX-WS applications
- Completing the EJB implementation for JAX-WS applications