This is forwarded from the original blog.
1. Create a project
2. Create a class library project
3. Add a class MyPipelineDll.
4. reference the dll used for BizTalk Pipeline development
5. interfaces to be implemented
6. Implement IBaseComponent members
7. Implement IComponent members
8. Validate Interface
9. Other interfaces
How to use a self-developed Pipeline.
1. Create a BTS Process
2. Bts process project
3. Add a sending pipeline.
4. Why can't I see my own pipelines?
I forgot to register it.
5. generate an snk
6. Reference this snk in pipeline
6. This registration information is also available.
7. Compile the pipeline component to the BizTalk directory (you can skip this test, mainly for better management)
8. Register with GAC
9. In this way, you can see your own defined pipeline in the Add component.
10. Drag and Drop your own pipeline component into the sending pipeline to use it.
The specific application depends on the user requirements.
It is a pity that I have not actually practiced it so far.