10-24-05 03:31 PM
On Fri, 14 Oct 2005 16:48:29 +0100, "Kamal"
<kali@bca-group.comNOSPAMPLEASE> wrote:
>I receive an XML message and I map it to two different schemas.
>Each new message is then sent to a different location (one to an FTP server
>and the other to an email address).
>
>Can I use ParallelActions to implement the above? if so, how? else, how?
Three simple ways:
1. Have two send ports. Each send port should have a filter that
receives everything from your receive port. Then apply one map to each
send port.
2. Use an orchestration, that takes the input in the first receive
shape. Then use the parallel shape and map the input to each output in
each branch of the parallel shape. Then send the document to the
correct send port.
3. Don't use parallel actions - just do it serially in an
orchestration.
--
Jan Eliasen, representing himself and not the company he works for.
[ Post a follow-up to this message ]
|