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: BizTalk 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>
BizTalk Orchestration Debugging
We can Debug the BizTalk Orchestrations using Orchestration Debugger or EventLogs. Orchestration Debugger Create BizTalk application using Orchestration, Build and Deploy. Test the BizTalk application