+

Search Tips   |   Advanced Search

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