You can use the following:
<assign property='target.Source' value='source.Source' action='set'/>This applies to any body property. Notice the difference between source (lowercase 's') representing the source message and Source (uppercase 'S') representing the body property. The more general syntax would be:
<assign property='target.BodyPropName' value='source.BodyPropName' action='set'/>If you are using the graphical editor, you add a set action and type in the Property and Value.
- Log in to post comments
And here is the Visual Trace. I added $$$LOGINFO("Constructing Reply") in the first line to make sure your method was being called..png)
.png)
.png)