BizTalk Server Orchestration - Correllation Question

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > April 2005 > Correllation Question





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 Correllation Question
Eric

2005-04-21, 5:49 pm

I have two different schemas, each in their own project, I was wondering if
there was a way that I could correllate an outgoing message (defined in
project 1) with an incoming message (defined in project 2)?

Thx,
Eric


Jon Flanders[MVP]

2005-04-21, 5:49 pm

Yes Eric - as long as you can promote a property field as the same promoted
property from both of the schemas you can correlate instances of those two
messages.
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/

"Eric" <ericstott.dontspamme@hotmail.com> wrote in message
news:%23RPEfNnRFHA.2964@TK2MSFTNGP15.phx.gbl...
>I have two different schemas, each in their own project, I was wondering if
>there was a way that I could correllate an outgoing message (defined in
>project 1) with an incoming message (defined in project 2)?
>
> Thx,
> Eric
>



Eric

2005-04-21, 5:49 pm

So you have to have the same name in both property schemas?
"Jon Flanders[MVP]" <jon.flanders@gmail.com> wrote in message
news:%23JmrgQnRFHA.580@TK2MSFTNGP15.phx.gbl...
> Yes Eric - as long as you can promote a property field as the same
> promoted property from both of the schemas you can correlate instances of
> those two messages.
> --
> Jon Flanders
> http://www.masteringbiztalk.com/blogs/jon/
>
> "Eric" <ericstott.dontspamme@hotmail.com> wrote in message
> news:%23RPEfNnRFHA.2964@TK2MSFTNGP15.phx.gbl...
>
>



Eric

2005-04-21, 5:49 pm

Or do you promote each item, and then in the correllation types, you add
both (possibly dissimiliarly named properties from different namespaces) and
then you use this Correlation Type in the Correlation Set, and you are ready
to go?

"Jon Flanders[MVP]" <jon.flanders@gmail.com> wrote in message
news:%23JmrgQnRFHA.580@TK2MSFTNGP15.phx.gbl...
> Yes Eric - as long as you can promote a property field as the same
> promoted property from both of the schemas you can correlate instances of
> those two messages.
> --
> Jon Flanders
> http://www.masteringbiztalk.com/blogs/jon/
>
> "Eric" <ericstott.dontspamme@hotmail.com> wrote in message
> news:%23RPEfNnRFHA.2964@TK2MSFTNGP15.phx.gbl...
>
>



Jon Flanders[MVP]

2005-04-22, 5:54 pm

No - you promote each item as the same Property named value. A property
schema is just a name (qualified by a namespace) and a type - you can
promote any element from any schema that is type compatiable. Which means
if you have an Order:

<Order>
<OrderID>55</OrderID>
</Order>
and an invoice:

<Invoice>
<OID>55</OID><!-- even though this is a different element name - it really
correlates with OrderID from Order -->
</Invoice>

And you promote OrderID and OID using the same element from your property
schema.
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/

"Eric" <ericstott.dontspamme@hotmail.com> wrote in message
news:%23vWtJ5nRFHA.2932@TK2MSFTNGP09.phx.gbl...
> Or do you promote each item, and then in the correllation types, you add
> both (possibly dissimiliarly named properties from different namespaces)
> and then you use this Correlation Type in the Correlation Set, and you are
> ready to go?
>
> "Jon Flanders[MVP]" <jon.flanders@gmail.com> wrote in message
> news:%23JmrgQnRFHA.580@TK2MSFTNGP15.phx.gbl...
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com