|
Home > Archive > BizTalk Server Orchestration > January 2005 > Manage two documents
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 |
Manage two documents
|
|
| Perico 2005-01-15, 7:46 am |
| I need that my orchestration, when a document arrive, wait for another
document with another document definition and then manage both documents. Can
I do it?
| |
| Jon Flanders 2005-01-15, 5:48 pm |
| Yes - what you use is called correlation. There are couple of different
ways to do this depending on
a) Do you know the order these documents will be coming in?
b) Are they the same or different schema type?
c) Will they be coming in from the same physical location?
--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"Perico" <Perico@discussions.microsoft.com> wrote in message
news:46E23B41-281D-41EF-BB86-2BC6AA9F09C4@microsoft.com...
> I need that my orchestration, when a document arrive, wait for another
> document with another document definition and then manage both documents.
Can
> I do it?
| |
| Perico 2005-01-16, 5:49 pm |
| Yes, I can know the order the documents come in. They are two differents
schema types and they will coming in from the same phsysical location.
Thank you for your help.
"Jon Flanders" wrote:
> Yes - what you use is called correlation. There are couple of different
> ways to do this depending on
>
> a) Do you know the order these documents will be coming in?
> b) Are they the same or different schema type?
> c) Will they be coming in from the same physical location?
>
> --
> Jon Flanders [DevelopMentor]
> http://staff.develop.com/jfland/
> http://www.develop.com/courses/biztalk
> "Perico" <Perico@discussions.microsoft.com> wrote in message
> news:46E23B41-281D-41EF-BB86-2BC6AA9F09C4@microsoft.com...
> Can
>
>
>
|
|
|
|
|