Pipelines are probably the least properly utilized tools in the BizTalk toolbox. Pipeline is important part of BizTalk server in message processing. It is a
Category: Pipeline
BizTalk Custom Pipeline to Convert Excel file to Flat file
This blog explains how to convert .xlsx to Flat file in BizTalk using Custom Pipeline. Below pipeline component is generic one which can be applied
BizTalk Custom Pipeline to Convert Excel file to Xml file
This blog explains how to convert .xls to Xml file in BizTalk using Custom Pipeline. Below pipeline component is generic one, which can be applied
Custom Pipeline to Add DocType in Message
Sometimes we require to add some element, tag, DocType in incoming or outgoing message from BizTalk. We can achieve this by using custom pipeline. But
BAM Activity in Custom Pipeline
Sometimes requirement cannot be fulfil by using tracking profile editor for BAM logging. Here in this code I am explaining about how to use BAM
Custom Pipeline
Microsoft provides lots of feature in BizTalk Pipeline with having inbuild pipeline components. E.g. JSON Encoder, Decoder, MIME/SMIME Decoder etc. But sometimes we need add