.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
 
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!




Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.


Post New Question Subscribe to Interview Questions
 
Quick Links For Interview Questions Categories:
ASP.NetWindows Application  .NET Framework  C#  VB.Net  ADO.Net  
Sql Server  SharePoint  Silverlight  OOPs  JQuery  JavaScript/VBScript
BiztalkPatten/PracticesIISWCFWPFWWF
NetworkingAptitudeOthers  All    
 

Biztalk Interview Questions and Answers

What is the default mapping for Auto Mapping?

Author: Akhil Raj          Posted Date: September 18, 2010    Category: Biztalk     Points: 10

The default mapping for Auto Mapping is is mapping by structure. This can be changed to by node name in the map properties.

What is the difference between a Document Schema and a Property Schema?

Author: Akhil Raj          Posted Date: September 18, 2010    Category: Biztalk     Points: 10

A document schema is used to define a message. It is a definition on an Xml message with optional extensions for flat files, EDI file, etc that enable the parsers to convert the native format into Xml.

A property schema is used to define message context properties. These can be of type MessageDataPropertyBase (the property value is promoted or demoted from/to the message itself) or MessageContextPropertyBase(property value only exists within the message context and can be set by adapters, pipelines or within orchestrations).

What is the difference between Distinguished field and Promoted Property?

Author: Akhil Raj          Posted Date: September 18, 2010    Category: Biztalk     Points: 10

Promoted properties can be accessed in Orchestrations, ports, pipelines, schemas.They Use server resources.

Distingished fields are light weight and can be accessed only in Orchestrations.

What is the difference between a Document Schema and a Property Schema?

Author: Syed Shakeer Hussain          Posted Date: July 31, 2009    Category: Biztalk     Points: 10

A document schema is used to define a message. It is a definition on an Xml message with optional extensions for flat files, EDI file, etc that enable the parsers to convert the native format into Xml.

A property schema is used to define message context properties. These can be of type MessageDataPropertyBase (the property value is promoted or demoted from/to the message itself) or MessageContextPropertyBase(property value only exists within the message context and can be set by adapters, pipelines or within orchestrations).

If you wish to promote a field from a message into the message context then you need to define a document schema and property schema. In the document schema you promote the required field using the property schema to define the property type that will be used in the message context.

What is Correlation in context of BizTalk Server?

Author: Syed Shakeer Hussain          Posted Date: July 31, 2009    Category: Biztalk     Points: 10

Correlation is a process of associating an incoming message with the appropriate instance of an orchestration

What is the difference between Distinguished field and Promoted Property?

Author: Syed Shakeer Hussain          Posted Date: July 31, 2009    Category: Biztalk     Points: 10

Promoted properties can be accessed in Orchestrations, ports, pipelines, schemas.They Use server resources.

Distingished fields are light weight and can be accessed only in Orchestrations.
« Previous1Next »



Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend