Tell Me How To Load Message In A Variable?
Answers

Question and Answer:

  Home  Biztalk Orchestration

⟩ Tell me how to load message in a variable?

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>");

 282 views

More Questions for you: