Posts

Showing posts with the label BizTalk Orchestration

Can we view Orchestration in C#

Image
Orches07ation in BizTalk is visual representation of processing done on the messages. In order to apply/design processing on the messages, Orches07ation designer is used. Orches07ation designer is accompanied with ToolBox which has various shapes catering some or the other functionality. So depending upon the functionality required for processing the message, shapes are dragged and dropped over the design surface. As can be seen in below image, shapes like Receive shape for receiving message to start the process, Parallel shape for performing two sets of actions parallely and Send shape to send out messages are used. So how does this shape implement their functionality? There has to be some code in background right? Orches07ation is a way to automate business processes which is nothing but an executable code to run a workflow supporting a business process. Orches07ations(XLANG/s files) are compiled into .Net assembly, so apart from graphical representation there is two o...

Can we view Orchestration in C#

Image
Orches07ation in BizTalk is visual representation of processing done on the messages. In order to apply/design processing on the messages, Orches07ation designer is used. Orches07ation designer is accompanied with ToolBox which has various shapes catering some or the other functionality. So depending upon the functionality required for processing the message, shapes are dragged and dropped over the design surface. As can be seen in below image, shapes like Receive shape for receiving message to start the process, Parallel shape for performing two sets of actions parallely and Send shape to send out messages are used. So how does this shape implement their functionality? There has to be some code in background right? Orches07ation is a way to automate business processes which is nothing but an executable code to run a workflow supporting a business process. Orches07ations(XLANG/s files) are compiled into .Net assembly, so apart from graphical representation there is two o...