Hi,
We are trying to enable mtom on the client side using the following config
<jaxws:client id="........">
<jaxws:properties>
<entry key="mtom-enabled" value="true"/>
</jaxws:properties>
</jaxws:client>
but are seeing some unexpected results.
10 MB files get inlined in the soap message as base64 even if cxf
generating a HTTP mulitpart request.
And yes, we have enabled mtom in the wsdl:
<xs:element minOccurs="0" name="content" type="xs:base64Binary"
xmime:expectedContentTypes="application/octet-stream"/>
And, responses containing large files, get split into several parts in the
http response.
What could be going on?
Cheers
Stefan