GitHub user richardgroote opened a pull request:
https://github.com/apache/camel/pull/2030
CAMEL-11898: Attachment are not in the response
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/richardgroote/camel patch-2
GitHub user richardgroote opened a pull request:
https://github.com/apache/camel/pull/2026
Update because of class cast
See CAMEL-11892
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/richardgroote/camel patch-1
Alternatively
Hello,
It would be nice if Apache Camel Spring WS Component has some support for
(MTOM) attachments.
The changes within the Spring WS component are minimal. I've added a example
class we parts of our code we're using to retrieve the attachments.
When the SpringWebServiceProducer calls the sendAnd
Hello,
The StreamResultHandlerFactory / StreamResultHandler sets a byte array in
the body.
Why not set the outputstream itself in the body then the processing is
streaming.
Kind regards,
Richard
PS Version of camel used is 2.12.2 (also checked the code of 2.14)
--
View this message in conte
Hello,
The org.apache.camel.component.spring.ws.SpringWebserviceConsumer extract
headers and properties of the message context. But cannot find anything
about the attachments. Currently we're using the below processor
implementation to add the received attachments to the exchange.
Some ideas:
-
Hello,
Currently the org.apache.camel.component.mail.SplitAttachmentsExpression is
within the mail component.
Is it not better to move the expression for instance to the core package.
Because it also can be used with the FTP component.
Kind regards,
Richard
--
View this message in context: