09-24-05 12:47 PM
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 Rece
ive
> 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
>
[ Post a follow-up to this message ]
|