We want to enable direct streaming of our payload in webservice endpoints. We have to process a large amount of data and want to stream the data while processing.
We use
You have also to disable the payload caching:
With this setting we are finally able to perform direct streaming for SOAP with Spring WS!