Tell me how to load message in a variable?

Submitted by: Muhammad
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>");
Submitted by: Muhammad

Read Online Biztalk Orchestration Job Interview Questions And Answers