Enable MTOM through the BindingType annotation
----------------------------------------------
Key: CXF-1292
URL: https://issues.apache.org/jira/browse/CXF-1292
Project: CXF
Issue Type: Sub-task
Components: JAX-WS Runtime
Affects Versions: 2.1
Reporter: maomaode
Assignee: maomaode
Fix For: 2.1
// for SOAP version 1.1
@BindingType(value = SOAPBinding.SOAP11HTTP_MTOM_BINDING)
// for SOAP version 1.2
@BindingType(value = SOAPBinding.SOAP12HTTP_MTOM_BINDING)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.