Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.1
-
Fix Version/s: 3.3.0
-
Component/s: Modules: CXF
-
Labels:None
-
Environment:
OS X
-
User impact:Low
-
Similar Issues:None
Description
This is the use case to reproduce the issue:
<flow name="EchoFlow" doc:name="EchoFlow"> <inbound-endpoint address="http://localhost:65082/services/EchoUMO" exchange-pattern="request-response" doc:name="Generic"/> <response> <append-string-transformer message="RESPONSE!" doc:name="Append String"/> </response> <cxf:jaxws-service serviceClass="org.mule.example.echo.Echo" doc:name="SOAP"/> <component class="org.mule.example.echo.Echo" doc:name="Component"/> </flow>
The transformer in the response block is not being applied before sending the message to the inbound-endpint.
Attaching studio project to reproduce this issue. It contains the echo example.