Advanced · Lesson 3/4
75%
⏱ 10–15 min

Java MTOM and MIME: Enhancing Efficiency

SOAP-based web services can consume and return binary data.

General approaches to handling arbitrary binary data in SOAP-based web services:

  • To encode data as base64 and transmit as the payload of the SOAP body.
  • To transmit as one or more attachments of a SOAP message.

MTOM (Message Transmission Optimization Mechanism) is used to send and receive binary data without data encoding.

Web Services

1. Web Services Fundamentals
2. JAXP
3. RESTful Services
4. Advanced
‹ Previous lesson Next lesson ›