| Author |
Correllation Question
|
|
|
| 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
>
| |
|
| 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...
>
>
| |
|
| 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...
>
>
|
|
|
|