Hi Jim,
I personally haven't tried doing that, but it should be the exact way as
you
would do in a BizTalk orchestration. You can refer to the 'Composed
Message
Processor Sample' in the BizTalk 2006 SDK.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/bts06developing/html/a0f87f98-6f5f-4edb-8f65-49d22df5de97.asp
This should be a good starting point for using pipelines from code.
Hope this helps,
Mohammad,
BizTalk Consultant
"ee@[EMAIL PROTECTED]
" wrote:
> Hi,
>
> I am trying to create an instance of a BizTalk Pipeline object from
within a
> ..net method.
>
> The code would be something like this:
> Microsoft.XLANGs.Pipeline.ReceivePipelineOutputMessages pipeline =
> PipelineFactory.CreateEmptyReceivePipeline();
> pipeline.AddComponent(new BtfDasmComp(), PipelineStage.Disassemble);
>
> If anyone has an example of doing this, or can point me in the right
> direction, it would be greatly appreciated.
>
> Thanks in advance,
>
> Jim
>


|