(Optional) Enforce adherence to WSDL bindings in JAX-WS web services.
(Optional) Enable MTOM for JAX-WS web services.
Step Parent
Implement web services applications from existing WSDL files with JAX-WS
Use the RespectBindingFeature to control whether a JAX-WS implementation is required to respect the contents of a wsdl:binding that is associated with an endpoint.
Subtopics
- Enforcing adherence to WSDL bindings in JAX-WS web services
JAX-WS Version 2.1 introduced the concept of features as a way to programmatically control specific functions and behaviors. The RespectBindingFeature is one of the supported standard features. Use the RespectBindingFeature to control whether a JAX-WS implementation is required to respect the contents of a WSDL binding that is associated with an endpoint.
What to do next
(Optional) Develop and configure a webservices.xml deployment descriptor for JAX-WS applications.
Subtopics
- Enforcing adherence to WSDL bindings in JAX-WS web services
JAX-WS Version 2.1 introduced the concept of features as a way to programmatically control specific functions and behaviors. The RespectBindingFeature is one of the supported standard features. Use the RespectBindingFeature to control whether a JAX-WS implementation is required to respect the contents of a WSDL binding that is associated with an endpoint.
Related tasks
Enforcing adherence to WSDL bindings in JAX-WS web services