To anyone interested in the solution. To have mtom working for writes, it
isn't enough to switch it on at aegis level, it must also be switched on for
the endpoint, like this:
<jaxws:endpoint -- snip
<jaxws:properties>
<entry key="mtom-enabled" value="true"/>
</jaxws:properties>
</jaxws:endpoint>
Switching the aegis mtomEnabled on enables mtom for reads.
This thread has more info:
http://www.nabble.com/JAX-WS-%2B-Aegis-%2B-MTOM-td18503453.html#a18524130
--
View this message in context:
http://www.nabble.com/MTOM-return-attachment---empty-tp21250413p21289947.html
Sent from the cxf-user mailing list archive at Nabble.com.