Creating a custom pipeline component for Biztalk 2010 server (Part 1)
This tutorial will show how to create a custom pipeline component for Biztalk server 2010. The pipeline component will be called “PeopleReader”. The pipeline task is simple; it is going to consume an xml file on the receive port from a specified location, and then write a modified file to another location.The tutorial is going to cover all aspects of the custom pipeline coding, adding to orchestration, setting up ports, and debugging.