Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews BizTalk Server Interviews:Biztalk AdapterBiztalk ApplicationBiztalk BamBiztalk Business Rule EngineBiztalk DatabaseBiztalk EdiBiztalk Esb ToolkitBiztalk FunctoidBiztalk Helper ClassBiztalk Hl7Biztalk MapBiztalk OrchestrationBiztalk PipelineBiztalk SchemaBiztalk Visual StudioBiztalk Xslt
Copyright © 2018. All Rights Reserved
Biztalk Orchestration Interview Question:
Tell me how to load message in a variable?
Submitted by: MuhammadAd
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
xmlDoc.LoadXml("<Employee><first_name>Jhon</first_name><last_name>Smith</last_name></Employee>");
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
