| Christof 2004-05-31, 4:54 pm |
| Hi,
You need to define two messages since messages in an orchestration are
immutable once created. So what you'll need to do is to define a second
one, and transform the first message in the second using the transform
shape.
Kind regards,
Christof
"Costantino Pipero" <cpipero@hotmail.com> wrote in message
news:eBYJp0zREHA.916@TK2MSFTNGP12.phx.gbl...
> think I'm missing an important step:
>
> in my orchestration I receive a message ("msgReceive") and then I
transform
> it into another with the contruct shape.
> What does this error mean?
>
> C:\Dev\SalesConference\BizTalk\ScheduleO
rchestrtion.odx(238):
'msgReceive':
> message has not been initialized in construct statement
>
>
> Thanks
>
> Cos
>
>
|