This blog is to describe briefly on various Orchestration shapes. Receive: Receive shape is used to receive the incoming xml message from message box using
Tag: Orchestration
Create First BizTalk Orchestration
Requirement: I need to drop a sample Xml message in a folder location. Sample Input Xml message: <ns0:AppraisalInput xmlns:ns0=”http://SampleBTApp.AppraisalInputSchema”> <EmpNo>EmpNo_0</EmpNo> <EmpName>EmpName_0</EmpName>
BAM in Orchestration
In BizTalk, BAM applies on pipeline level and in orchestration. Here we are going to implement BAM in Orchestration through BAM API programming. For more