Hi,

I hope someone can give me some advice.
I'm developing a webserviceclient (wsc) using Spring WS 1.0.
The webservice I'm calling with my wsc responds with a MTOM message.
I dont want to hold the complete message in memory because it could become large.
So what i want to do is to stream the MTOM attachment directly to a file on disk.
How can I achieve this? What is the way to do this?

Alexander