Biztalk Visual Studio Question:
Explain how BizTalk engine identifies a unique schema?
Answer:
BizTalk uses a combination of namespace#rootnode to define the schema type of a message, thereby making a MessageType unique (for example: http://mynamespace.com#MyRootNode). In other words, BizTalk uses this combination to identify and resolve schemas references.
Previous Question | Next Question |
Tell me how is strong name key generated? | Do you know what are the actions in order to deploy from Visual Studio? |