Hi,
I have an orchestration and send and receive messages. When i receive a message, i want to change the original message.
On the next step i want to send the original message. When i receive a answer i want to change the original message.
The problem is when i edit the message in the construct Message, i get the message
use of unconstructed message ‘SF_Message’
How can i solve this? Do I need a lot of messages, or can i use the same on a way?
Please Help me