Hello,
From your post I did not understand if you want to create a MTOM enabled WS provider or a consumer.
Can you please clarify this?
If you want to create a MTOM enabled provider you might need to make also some setting on the Integration Server.
Like the ones below:
watt.server.soap.MTOMStreamiong.enable=true
watt.server.SOAP.MTOMStreaming.cachedFiles.location = leave it to the default location
watt.server.SOAP.MTOMStreaming.threshold = leave it to the default value
However, like it was specified above the WmMtomStreamingSample (in the attachment) is an excellent way to start.
Please also note that in soapUI, you need to make the following settings:
Enable MTOM: true
Disable Multiparts: false
You can use a traffic monitoring and sniffing tool (I used Wireshark) to check that actually the call was done using MTOM streaming.
Hope this helps!
20121231122616508_000_MTOMStreaming.zip (259 KB)
#Integration-Server-and-ESB#webMethods