Tell me how to load message in a variable?
Submitted by: MuhammadIt 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
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
Top Biztalk Orchestration Questions
| ☺ | Explain me where is information about promoted properties stored? |
| ☺ | Tell us types of messages? |
| ☺ | Please explain what is XLANG and where it is used? |
| ☺ | Tell me can orchestration use components other than listed in Toolbox? |
| ☺ | Explain me what are the ways to add properties in context? |
Top BizTalk Server Categories
| ☺ | Biztalk Map Interview Questions. |
| ☺ | Biztalk Application Interview Questions. |
| ☺ | Biztalk Bam Interview Questions. |
| ☺ | Biztalk Hl7 Interview Questions. |
| ☺ | Biztalk Pipeline Interview Questions. |
