|
Home > Archive > BizTalk Server General > July 2004 > Loopback Adapter or Pipeline invocation in the 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 |
Loopback Adapter or Pipeline invocation in the orchestration...
|
|
| Gena Briskin 2004-07-22, 5:56 pm |
| Hi,
In the orchestration I build a message based on FF schema. Now instead of
saving this message to a disk as FF I need to invoke a Web Service call and
pass this FF message as a string parameter. Is there a way to do a loopback
call to a FF pipeline or an adapter in bts2k4 and get the FF representation?
thanks,
gena.
| |
| XUEZHAI NI 2004-07-28, 6:09 pm |
| No, currently, you can not call pipeline programatically from web service
or orchestration.
one possible way you can do is create a custom pipeline component and
inside this component, you generate the FF message, and then invoke the web
service directly and pass the FF message.
Ni
|
|
|
|
|