Biztalk Orchestration Question: Download Biztalk Orchestration PDF

Tell me how to load message in a variable?

Tweet Share WhatsApp

Answer:

It can be done using the LoadXml method. Say xmlDoc is a variable then following is done to load employee message.

xmlDoc.LoadXml("<Employee><first_name>Jhon</first_name><last_name>Smith</last_name></Employee>");

Download Biztalk Orchestration PDF Read All 50 Biztalk Orchestration Questions
Previous QuestionNext Question
Tell me what is the maximum number of properties that can be used in correlation set?Tell me can an Atomic scope can have an exception handler of their own?