Error message when you try to build a project in BizTalk Server 2006 or BizTalk Server 2004: “Use of Unconstructed Message”
I developed a simple orchestration which transforms the message1 to message2 and sends it to the client. while I compile the orchestration , I get an error message “use of unconstructed message , message2″. The resolution to the above problem is to create another temporary message variable of type message 2, and in the transform [...]