PDA

View Full Version : transferring big files through web service


sauvaged
Jun 27th, 2006, 10:26 AM
Hello,

before getting into the use of the Spring Web Services, I would like to know if it supports attachment in order to transfer big files (hundreds of Mo)?
I can't pass the file in a base64 encoded format into the message of the web service as it would crash either the client or the server. I need to use a streamed component to transfer the file.

Thank if anyone does have information about this specific point.

Damien