What is the best way to transfer large files with web services ? Presently we are using the straight forward option to transfer the binary data by converting the binary data into base 64 format and embeding the base 64 encoding into soap envelop itself.But it slows down the application performance considerably.Please suggest something for performance improvement.
Share
Check out MTOM, a W3C standard designed to transfer binary files through SOAP.
From Wikipedia:
Related resources: