|
Home > Archive > BizTalk Server Orchestration > September 2004 > Using multiple documents in 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 |
Using multiple documents in Orchestration
|
|
|
| Hi,
I have two different schemas with one unique promoted
field in each one.
I want to route one file to one location if its a certain
type and the other to another location based on its type
also.
The type can be checked using the promoted fields..
How do I accomplish this??
Thanks
| |
| Yossi Dahan 2004-09-28, 8:14 am |
| You can set the orchestration to accept message of type XmlDocument , so it
doesn't care about the schema,
then have a decision shape examining the promoted property.
BTW - if this is the only logic required you could of course avoid the
orchestration all together and just set two send ports with the correct
filters.
HTH
Yossi Dahan
"Alex" <anonymous@discussions.microsoft.com> wrote in message
news:334e01c4a4f6$91244580$a301280a@phx.gbl...
> Hi,
>
> I have two different schemas with one unique promoted
> field in each one.
> I want to route one file to one location if its a certain
> type and the other to another location based on its type
> also.
> The type can be checked using the promoted fields..
>
> How do I accomplish this??
>
> Thanks
| |
| Devdutt Patnaik 2004-09-28, 5:52 pm |
| In the Simple routing without Orchestrations scenario, you could probably
try using a Dynamic send port, and use a Custom pipeline component which
Reads the property you promoted and then Create and Promote the
OutboundTransportType and OutboundTransportLocation properties.
PS: I am not sure whther it would work, but worth a shot, also plz verify
the property names.
Regards
Dev
"Yossi Dahan" <yossidahan@hotmail.com> wrote in message
news:uHJSY0VpEHA.132@TK2MSFTNGP14.phx.gbl...
> You can set the orchestration to accept message of type XmlDocument , so
it
> doesn't care about the schema,
> then have a decision shape examining the promoted property.
>
> BTW - if this is the only logic required you could of course avoid the
> orchestration all together and just set two send ports with the correct
> filters.
>
> HTH
>
> Yossi Dahan
> "Alex" <anonymous@discussions.microsoft.com> wrote in message
> news:334e01c4a4f6$91244580$a301280a@phx.gbl...
>
>
| |
|
| Thanks for the response,
how do I set the orchestration to accept an XML document?
Do you configure the receive shape with this?
If so how?
>-----Original Message-----
>You can set the orchestration to accept message of type
XmlDocument , so it
>doesn't care about the schema,
>then have a decision shape examining the promoted
property.
>
>BTW - if this is the only logic required you could of
course avoid the
>orchestration all together and just set two send ports
with the correct
>filters.
>
>HTH
>
>Yossi Dahan
>"Alex" <anonymous@discussions.microsoft.com> wrote in
message
>news:334e01c4a4f6$91244580$a301280a@phx.gbl...
certain[vbcol=seagreen]
>
>
>.
>
|
|
|
|
|