Sending a message to multiple locations...
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > Sending a message to multiple locations...




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Sending a message to multiple locations...  
Kamal


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-24-05 03:31 PM

Hey all,

I'm trying to implement the following scenario and would like your help
please:

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?

Any help, idea and/or links would be very much appreciated.

Thank you.

Kam








[ Post a follow-up to this message ]



    Re: Sending a message to multiple locations...  
Jan Eliasen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
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 ]



    Re: Sending a message to multiple locations...  
Kamal


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-24-05 03:31 PM

Thanks..

I've already used number 2 and it worked and the only problem i had was that
the orchestration Type modifier was set to Public and caused some errors..

However, i've changed it 2 internal and currenctly works perfectly. :o)

...

"Jan Eliasen" <eliasen@nospam.nospam> wrote in message
 news:fs07l1d2b4bb9o13pldp34m3dhds8l74ke@
4ax.com...
> On Fri, 14 Oct 2005 16:48:29 +0100, "Kamal"
> <kali@bca-group.comNOSPAMPLEASE> wrote:
> 
server[vbcol=seagreen] 
> 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 ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:35 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register