- Log in to post comments
User bio
404 bio not found
Member since Dec 7, 2021
Posts:
Shamus has not published any posts yet.
Replies:
Ok, I just copy and pasted your code and it seems to work for me. Is this the response you are expecting?
And here is the Visual Trace. I added $$$LOGINFO("Constructing Reply") in the first line to make sure your method was being called..png)
- Log in to post comments
The output is being passed by reference. Are you using the correct variable name for your response message? The first argument in my method signature is pReplyDoc so I use pReplyDoc throughout my method.
.png)
Then don't forget to restart your component...I just forgot like 3 or 4 times.
- Log in to post comments
Certifications & Credly badges:
Shamus has no Certifications & Credly badges yet.
Followers:
Shamus has no followers yet.
Following:
Shamus has not followed anybody yet.
You can use the following:
<assignproperty='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:
<assignproperty='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.