|
Home > Archive > BizTalk Server Orchestration > August 2005 > Call Orchestration
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 |
Call Orchestration
|
|
| Shalabh 2005-08-01, 5:51 pm |
| I am passing a message parameter from parent orch to child orch. Using the
debugger, I can see the Receive shape on the child orch (green) getting
invoked but as soon as I hit continue, the child orchestration ends and
parent orch goes into dehydration.
I have receive port binding set to direct and self-correlation with
non-activate type on the child orch.
I do not see any exception messages anywhere. How can I debug?
Thanks.
Shalabh
| |
| Shalabh 2005-08-01, 5:51 pm |
| Found the problem, I needed to take the receive shape out.
"Shalabh" wrote:
> I am passing a message parameter from parent orch to child orch. Using the
> debugger, I can see the Receive shape on the child orch (green) getting
> invoked but as soon as I hit continue, the child orchestration ends and
> parent orch goes into dehydration.
>
> I have receive port binding set to direct and self-correlation with
> non-activate type on the child orch.
>
> I do not see any exception messages anywhere. How can I debug?
> Thanks.
> Shalabh
>
|
|
|
|
|