|
Home > Archive > BizTalk Server Orchestration > September 2004 > Message flow between Send and Receive ports
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 |
Message flow between Send and Receive ports
|
|
| ramani viswanathan 2004-07-09, 3:32 pm |
| Hi
My orchestration has a receive port, followed by construct message (Transform), the output of the transform message will be sent to a send port (file adapter). Now I want a receive port to receive the transformed message and do further action. How can I d
o this Biztalk 2004?
Thanks
Ramani
| |
| Michael Roze [MSFTF] 2004-07-09, 3:32 pm |
| Well, you could create a second Receive Port that listens on the location
where the Send Port drops files to.
Thanks,
MRoze
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
[vbcol=seagreen]
(Transform), the output of the transform message will be sent to a send
port (file adapter). Now I want a receive port to receive the transformed
message and do further action. How can I do this Biztalk 2004?[vbcol=seagreen]
| |
| Matt Milner 2004-07-09, 3:32 pm |
| The other option is to do a map in your receive port and then have an
orchestration receive the mapped file. Now you have prepared your document
for the business process you want to execute.
Other options:
In your orchestration, after mapping, call another orchestation using either
the "start orchestration" or "call orchestration" shapes.
In your orchestration, after mapping, send to a direct port and then create
another orchestration that has filter on a receive shape to receive these
newly mapped messages. This is similar to dumping out to the file but
without having to go outside biztalk with your message.
Matt
"Michael Roze [MSFTF]" <mroze@online.microsoft.com> wrote in message
news:we7pFN5YEHA.2688@cpmsftngxa06.phx.gbl...
> Well, you could create a second Receive Port that listens on the location
> where the Send Port drops files to.
>
> Thanks,
> MRoze
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> EBusiness Server Team
>
> (Transform), the output of the transform message will be sent to a send
> port (file adapter). Now I want a receive port to receive the transformed
> message and do further action. How can I do this Biztalk 2004?
>
>
| |
| Michael Roze [MSFTF] 2004-09-27, 5:51 pm |
| Closing as no response from user.
Thanks,
MRoze
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
[vbcol=seagreen]
either[vbcol=seagreen]
create[vbcol=seagreen]
location[vbcol=seagreen]
transformed[vbcol=seagreen]
|
|
|
|
|