(Optional) Enable MTOM for JAX-WS web services.
Develop Java artifacts for JAX-WS applications using the wsimport command-line tool.
Parent
Implement web services applications from existing WSDL files with JAX-WS
We can use SOAP Message Transmission Optimization Mechanism(MTOM) to optimize the transmission of binary attachments such as images or files along with web services requests.
Subtopics
- Enable MTOM for JAX-WS web services
With JAX-WS, we can send binary attachments such as images or files along with web services requests. JAX-WS adds support for optimized transmission of binary data as specified by the SOAP Message Transmission Optimization Mechanism (MTOM) specification.
What to do next
(Optional) Enforce adherence to WSDL bindings in JAX-WS web services.
Subtopics
- Enable MTOM for JAX-WS web services
With JAX-WS, we can send binary attachments such as images or files along with web services requests. JAX-WS adds support for optimized transmission of binary data as specified by the SOAP Message Transmission Optimization Mechanism (MTOM) specification.
Related tasks
Enable MTOM for JAX-WS web services