SOAP meets Message Transmission Optimization
A TheServerSide.com article by eBay architect Michael Galpin explains how to use a Message Transmission Optimization Mechanism (MTOM) to send and receive less-than-simple SOAP messages.
This mechanism is said to combine the good things of SOAP with Attachments, but without having to break the binary data outside of the SOAP message. “The key is a technology called XML-binary Optimized Packaging or XOP,” writes Galpin.
He shows how to use MTOM with WSO2 WSAS, which is built on top of Apache Axis2.
Sending attacments with SOAP - TheServerSide.com
Leave a Reply