07-09-04 08: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?
>
>
[ Post a follow-up to this message ]
|