<soap:soapBinding mtomEnabled="true"'/> doesn't work when the wsdlLocation is
provided
--------------------------------------------------------------------------------------
Key: CXF-3153
URL: https://issues.apache.org/jira/browse/CXF-3153
Project: CXF
Issue Type: Bug
Reporter: jimma
If the MTOM is not enabled in the wsdl , the mtom can not be activated through
spring configuration xml :
<jaxws:endpoint id="mtomTest" implementor="org.apache.cxf.MTOMImpl"
address="http://localhost:9090/mtomTest">
<soap:soapBinding mtomEnabled=' true'/>
</jaxws:endpoint>
We probably can provide another mtom element parser like wsa parser to add it
to the feature list and activate the Mtom.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.