|
Home > Archive > BizTalk Server > January 2008 > Mapping problem after 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 |
Mapping problem after orchestration
|
|
| Remon Bekker 2008-01-04, 7:29 am |
| Hi all,
I've setup a receive location which sends a document towards an
orchestration. The orchestration does some work on the document and sends it
through to a sendport. This sendport contains a mapping, but somehow it's not
executed.
I know the mapping works, because another receiveport send a document direct
to the sendport which processes the mapping correctly. I also compared the
document output from the orchestration with the other document and they are
technically the same.
Does anyone know why the mapping is not executed when the document is
received from the orchestration?
Regards,
Remon
| |
| Randal van Splunteren 2008-01-04, 7:29 am |
| Hi Remon,
Looks like the BizTalk message type is not known at the time the message
leaves the orchestration and goes to the map of the send port. The map needs
to know the message type (namespace#rootnode) in order to execute. Maybe
your orchestrations removes the context of the message. This can be the case
when you for example copy the (message1 = message2) in a message construct
shape.
Examine the message context when the message leaves the orchestration. See
if the context contains the message type.
HTH,
Randal van Splunteren
"Remon Bekker" <RemonBekker@discussions.microsoft.com> wrote in message
news:64AE2F46-F7F7-4378-8040-50DB307B6928@microsoft.com...
> Hi all,
>
> I've setup a receive location which sends a document towards an
> orchestration. The orchestration does some work on the document and sends
> it
> through to a sendport. This sendport contains a mapping, but somehow it's
> not
> executed.
>
> I know the mapping works, because another receiveport send a document
> direct
> to the sendport which processes the mapping correctly. I also compared the
> document output from the orchestration with the other document and they
> are
> technically the same.
>
> Does anyone know why the mapping is not executed when the document is
> received from the orchestration?
>
>
> Regards,
> Remon
|
|
|
|
|