An open API service indexing awesome lists of open source software.

https://github.com/kaanaktas/mtom-file-streaming

Files streaming with MTOM
https://github.com/kaanaktas/mtom-file-streaming

attachment big-attachements java message-transmission-optimization mtom soap-messages webservice

Last synced: 8 months ago
JSON representation

Files streaming with MTOM

Awesome Lists containing this project

README

          

# mtom-file-streaming
[![Build Status](https://travis-ci.org/kaanaktas/mtom-file-streaming.svg?branch=master)](https://travis-ci.org/kaanaktas/spring-web)

This project demonstrates how big attachements are transfered via Soap messages by using Message Transmission Optimization Mechanism(MTOM).
SOAP Message Transmission Optimization Mechanism (MTOM) is the use of MIME to optimize the bitstream transmission of SOAP messages that contain significantly large base64Binary elements.
Instead of using in-line attechment, MTOM provides great opportunities to handle big size attachments even larger than the allocated memory. So, both client side and server side are easily transfer their attachments without any concern.