How do I test custom Pipeline component in BTS 2004?

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

I am kind of new the BizTalk 2004, can someone tell me how I can test my
custom (decode) pipeline component in BTS 2004?
 
1) use the pipeline tools in the SDK\Utilities\ folder to test out a
pipeline configured with your component and see if it works.

2) create a receive or send with your component in a custom pipeline and run
it. You can attach to the btsntsvc.exe process and set breakpoints in your
code to debug. you might also be able to do the same with the pipeline
tools mentioned in #1, but I haven't tried it.

matt
 
Back
Top