|
Home > Archive > BizTalk Server Orchestration > July 2005 > How to consume pipeline from orchestration?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to consume pipeline from orchestration?
|
|
| BizTalk 2004 Newbie 2005-07-07, 5:52 pm |
| Hello,
I have created a custom pipeline component using some of the samples out
there. Here is my newbie question:
I want to run thru an orchestration and after a decision shape drop the
message into the pipeline, how do I do this? I guess my real question is
now that I have the custom pipeline how do I consume it? Thank you.
| |
| Stephen W. Thomas 2005-07-07, 5:52 pm |
| Hello.
You have to call your custom pipeline component from within a Pipeline.
That required sending the message out of the Orchestration. You need to put
your custom component inside the \Microsoft BizTalk Server 2004\Pipeline
Components folder – then you can add it to your .net design toolbox to use it.
If you need the message back inside your business process, look at this post
about a LoopBack Adapter:
http://geekswithblogs.net/gwiele/ar...1/10/14737.aspx
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
"BizTalk 2004 Newbie" wrote:
> Hello,
>
>
>
> I have created a custom pipeline component using some of the samples out
> there. Here is my newbie question:
>
>
>
> I want to run thru an orchestration and after a decision shape drop the
> message into the pipeline, how do I do this? I guess my real question is
> now that I have the custom pipeline how do I consume it? Thank you.
>
>
>
|
|
|
|
|