This post was originally published here
August 10, 2016 Leave a comment
Compile Error:
use of unconstructed message ‘messageName’
Cause:
If you have 1 message in orchestration, and you are using map to construct message out of same schema then you encounter this error.
Resolution:
Change you logic to use 2 schema or create 2 message variable for the same message.
Advertisements