[
https://issues.apache.org/jira/browse/CAMEL-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977737#action_12977737
]
Christian Schneider commented on CAMEL-3133:
--------------------------------------------
I implemented your proposed solution. On Unmarshall I store the CamelSoapAction
on the exchange and retrieve it later for the marshal step. As there already is
a constant for the property name I just reused this. I hope this does not cause
problems anywehere else.
> Camel soap dataformat does not work correctly if a method has no input or no
> output
> -----------------------------------------------------------------------------------
>
> Key: CAMEL-3133
> URL: https://issues.apache.org/jira/browse/CAMEL-3133
> Project: Camel
> Issue Type: Bug
> Affects Versions: 2.4.0
> Reporter: Christian Schneider
> Assignee: Christian Schneider
> Priority: Minor
> Fix For: 2.6.0
>
> Attachments: camel-soap-3133.patch
>
>
> Currently the camel soap dataformat can not handle exachanges for a soap
> method that has no input or no output. This is a known limitation but we
> should support this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.