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
- Host: GitHub
- URL: https://github.com/kaanaktas/mtom-file-streaming
- Owner: kaanaktas
- Created: 2017-12-10T01:18:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T21:53:13.000Z (over 8 years ago)
- Last Synced: 2025-03-20T03:19:11.539Z (about 1 year ago)
- Topics: attachment, big-attachements, java, message-transmission-optimization, mtom, soap-messages, webservice
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mtom-file-streaming
[](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.