Tag: Custom pipeline example

  • 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 we should use this pipeline component in Decode or encode stage of Pipeline. In this sample custom pipeline, we convert the message in string. So you can take this code…

    Read more

  • 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 in custom pipeline. And also I am using EnableContinuation method so that we can get all the details in single row in BAM table while using different stage of BAM…

    Read more

Blog at WordPress.com.