|
Home > Archive > BizTalk Server Orchestration > November 2004 > Build Error - "use of unconstructed message 'ConfirmPOInstance'"
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Build Error - "use of unconstructed message 'ConfirmPOInstance'"
|
|
| CyberLotus 2004-11-19, 2:46 am |
| Hi,
I'm new to BizTalk.
In my orchestration I've used Message Assignment shape to send a confirm
mail. This is constructed to ConfirmPOInstance message.
And in the message assignment shape following expression is written,
"ConfirmPOInstance.PONumber = "012345";".
Now, it's giving me the following build error,"use of unconstructed message
'ConfirmPOInstance'".
Can anybody give me a pointer to this?
Thanks.
- CyberLotus
| |
| Alan Smith 2004-11-19, 2:46 am |
| Hi,
In an message construction shape, you have to construct the message first,
before you can make use of it. There's a few ways to do this:
Map one message to the new message.
Assign one message to the new message.
Load the new message content from an XML file, or string.
There's a great article by Matt Meleski discussing these options here:
http://objectsharp.com/Blogs/matt/a...11/09/1009.aspx
Regards,
Alan
"CyberLotus" wrote:
> Hi,
> I'm new to BizTalk.
> In my orchestration I've used Message Assignment shape to send a confirm
> mail. This is constructed to ConfirmPOInstance message.
> And in the message assignment shape following expression is written,
> "ConfirmPOInstance.PONumber = "012345";".
>
> Now, it's giving me the following build error,"use of unconstructed message
> 'ConfirmPOInstance'".
>
> Can anybody give me a pointer to this?
> Thanks.
>
> - CyberLotus
|
|
|
|
|