what is the difference between promoted and distinguished
property?

Answer Posted / tchaitanya

Hi ,

The Message coming to biztalk is consists of content and
context. Content is Data i.e body part of xml and Context
is the Information Written by Various Biztalk components at
the time of Pipelining and by adapters. for security resons
biztalk is build like that it can see only the context
properties. It cannot see the content properties. so in
order to see the elemennts of xml by biztalk, the elements
must be moved(promoted) from Content to Context. This is
called Promoting.It is done at Receive ports, And Demoting
also Must be done at the send ports.

Distingushed properties are like Call by values and these
are light weight. and these are exposed only to
Orchestration and hence it is used only in Orchestration
Solution. for this element limit is unlimited

Promoted properties are like call by references and these
are more weight. and these are exposed by all the
components of biztalk.element limit is upto 255.

when we add the promoted property it creates a prpoerty
schema . it have only the elements which are promoted and
it have No Root and the one default element is property1.
It is having no importance. we can delete it or we can kept
it like that only

Normally we promote the properties on the schema, but
logically they are done at disassemble stage of receive
pipeline



Distiguished fields are used in only Orchestration soultions
(i.e solutions have Orchestrations)

Promoted fields can be used in Orchestration solutions and
Messaging Solutions(Solutions With Out Having
Orchestrations)

Distinguished properties are Used Mostly in EAI Appllication
(i.e Applications in same organisations)

Property Promotions are used mostly in B2B Applications.
(i.e Application across different organisations for
different purpose.

If any Mistakes are there Please Notify me.



Regards,

Chaitanya Talasila

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are un-typed messages?

552


Explain the flow of messages in biztalk server engine?

548


What is custom pipeline and the use of custom pipeline?

524


Define bam?

520


In the dynamic send port actually we have to give the require destination details i.e, provided by client, but my question is how to get that particular address from where and where it is stored in biztalk?

1064






What is the difference between a document schema and a property schema? : biztalk server

530


Did you deploy BizTalk more than one machine?

527


Explain about Message routing and content routing?

532


I have a receive port and send port whose message types are different.when I receive a message in my receive port,my process starts.i will construct my out message and give this to my send port.i am configuring a send port group to

511


What is correlation sets?

523


Define mapping?

505


What is the latest version of biztalk server? : biztalk server

543


What is correlation in context of biztalk server? : biztalk server

510


What is the use of custom pipeline?

521


Is there any possibility in the biztalk FIFO(first-in-first-out) without use the orchestration? how to implement explain?

1664