Did someone tried to implement MTOM as a solution for their attachment transmissions?
I’m working on a web service and currently doing those transmissions of attachments through base64Binary has I read in the tutorials and the documentation and it’s working fine. But someone told me that it could be more efficient to do it with MTOM. That Base64Binary encoded data is ~33% larger than raw byte.
I don’t know if it is possible to do it within 8.5.2. It is a “nice to have” for my current project but I will eventually have to investigate the subject … and this is why I was asking.
Hi Emmanule… I am working on web services to send an attachment to java based application. Can you let me know some tutorial sites that will be helpful to me. My id amith.bops@gmail.comThanks in advance