Article ID: 921043 - Last Review: July 17, 2006 - Revision: 1.2 Error message when you try to build a project in BizTalk Server 2006 or BizTalk Server 2004: "Use of Unconstructed Message"SYMPTOMSConsider the following scenario. In a Microsoft BizTalk Server 2006 or Microsoft BizTalk Server 2004 project, you reference a Web service that does not accept input parameters. When you reference the Web service, multi-part message types are created for the Web service. A port for the Web service is also created. You create an orchestration in the BizTalk project. You use the port that was created to bind to the Web service. In this scenario, you may receive an error message that resembles the following when you try to build the BizTalk project: Use of Unconstructed Message 'MessageName' CAUSEThis issue occurs if a message is not initialized and constructed correctly. RESOLUTIONTo resolve this issue, add a Construct Message shape to the orchestration. Include the Construct Message shape before the Send shape that is bound to the Web service. For example, the orchestration may resemble the following: Collapse this image ![]() REFERENCESFor more information about how to reference a Web service that does not accept input parameters in a BizTalk project, visit the following Web site: http://groups.google.com/group/microsoft.public.biztalk.orchestration/browse_frm/thread/8911f8388ac71434/f57451e497febcbc?lnk=st&q=biztalk+call+web+service+%22no+parameter%22&rnum=1#f57451e497febcbc
(http://groups.google.com/group/microsoft.public.biztalk.orchestration/browse_frm/thread/8911f8388ac71434/f57451e497febcbc?lnk=st&q=biztalk+call+web+service+%22no+parameter%22&rnum=1#f57451e497febcbc)
APPLIES TO
| Article Translations
|
Back to the top

