You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/06 09:38:58 UTC

[jira] [Commented] (CAMEL-10679) Producer does not populate attachments from response

    [ https://issues.apache.org/jira/browse/CAMEL-10679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15804116#comment-15804116 ] 

ASF GitHub Bot commented on CAMEL-10679:
----------------------------------------

GitHub user marcusmesserkewill opened a pull request:

    https://github.com/apache/camel/pull/1381

    CAMEL-10679

    Producer does not populate attachments from response.
    
    I would think of refactoring the whole part of the response handling.
    In my opinion it would be best to handle this the same way as the BasicMessageFilter does this for the request message.
    This way anyone could implement custom behaviour if neccessary.
    I would have done it, but i didnt want to break anybodys code, so i just implemented it the same way the headers are populated.
    Feel free to contact me about the change.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marcusmesserkewill/camel camel-2.18.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1381.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1381
    
----
commit 18fe8329ef46a4d84e0914052dfbcc93664941ab
Author: marcusmesserkewill <ma...@kewill.com>
Date:   2017-01-06T09:30:48Z

    CAMEL-10679
    
    Producer does not populate attachments from response

----


> Producer does not populate attachments from response
> ----------------------------------------------------
>
>                 Key: CAMEL-10679
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10679
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring-ws
>    Affects Versions: 2.18.1
>            Reporter: Marcus Meßer
>            Priority: Minor
>             Fix For: 2.18.2
>
>
> The camel-spring-ws producer does not populate the exchange with the attachments returned in a soap response.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)