-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
jboss-fuse-6.3
-
None
-
%
-
-
A SwitchYard application with a Camel route that directly invokes a SOAP-bound reference fails to propagate 'SOAPAction' to the called web service.
Snippet, shows the Camel route's use of the Reference:
<to id="call_WS" uri="switchyard://GreetWebSvc?operationName=greet"/>
Efforts to set 'SOAPAction' as a header prior to the above invocation fail. (Headers of other names propagate well.)
Efforts to make a custom ContextMapper for SwitchYard likewise fail (but succeed for headers of other names.)