|
Home > Archive > BizTalk Server Orchestration > September 2005 > Use of unconstructed message error in Nested Orchestrations
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 |
Use of unconstructed message error in Nested Orchestrations
|
|
| Lakshmi Murthy 2005-09-19, 7:49 am |
| Hi,
I am calling an orchestration in my first orchestration using Call
Orchestration Shape. But the Call Orchestration shape is not allowing Receive
Ports and Receive Shape (with Activate property set to true) in my second
orchestration. I removed the receive shape and port in my second
orchestration and when i compile the project, i am getting the following
error:
"Use of unconstructed message 'Message1'"
I have tried resolving this error by using ConstructMessage shape in my
second orchestration and tried with both Transform and Message Assignment
shapes. but i am still getting the same error.
How do i resolve this issue?
looking forward for some replies.
thanks in advance
Lakshmi
http://techsavygal.blogspot.com
| |
| Asbjørn Rygg 2005-09-19, 5:59 pm |
| Hi,
If 'Message1' is the activation message in the called orchestration this
message needs to be configured as an incoming parameter to the
orchestration. You set the parameter in Orchestration View, just below
the orchestration properties.
HTH,
Asbjørn
Lakshmi Murthy wrote:
> Hi,
>
> I am calling an orchestration in my first orchestration using Call
> Orchestration Shape. But the Call Orchestration shape is not allowing Receive
> Ports and Receive Shape (with Activate property set to true) in my second
> orchestration. I removed the receive shape and port in my second
> orchestration and when i compile the project, i am getting the following
> error:
>
> "Use of unconstructed message 'Message1'"
>
> I have tried resolving this error by using ConstructMessage shape in my
> second orchestration and tried with both Transform and Message Assignment
> shapes. but i am still getting the same error.
>
> How do i resolve this issue?
> looking forward for some replies.
>
> thanks in advance
> Lakshmi
> http://techsavygal.blogspot.com
>
| |
| Prakash Jha 2005-09-24, 7:47 am |
| Hi,
I guess When we call an orchestration from another orchestration, we need
not set the Activate property to truefor the receive shape's in the called
orchestration, as the instance of the "called orchestration" would be
activated through the "Call Orchestration" shape in your first
orchestration.Hence, the "Activate" property in the receive shape should not
be set to "true".You need not have any Construct Shape/Message assignment.
HTH!
Prakash
"Lakshmi Murthy" wrote:
> Hi,
>
> I am calling an orchestration in my first orchestration using Call
> Orchestration Shape. But the Call Orchestration shape is not allowing Receive
> Ports and Receive Shape (with Activate property set to true) in my second
> orchestration. I removed the receive shape and port in my second
> orchestration and when i compile the project, i am getting the following
> error:
>
> "Use of unconstructed message 'Message1'"
>
> I have tried resolving this error by using ConstructMessage shape in my
> second orchestration and tried with both Transform and Message Assignment
> shapes. but i am still getting the same error.
>
> How do i resolve this issue?
> looking forward for some replies.
>
> thanks in advance
> Lakshmi
> http://techsavygal.blogspot.com
>
|
|
|
|
|