|
Home > Archive > BizTalk Server General > October 2005 > need sequential receive - not convoy!
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 |
need sequential receive - not convoy!
|
|
|
| Hello all!
I have such situation - my orchestration activated by some Receive action
(rec1) and after that will working like true-cycle. But it can be stopped
by receiving _another_ message from another Receive (rec2).
I put to Receives, I put 2 Ports, create messages. But have a compilation
error- that these ports will be convoy - and Ports have to be the same
type.
Can I do my scenario? If I need different receives? with different messages
and port types?
--
====================
Thanks, WBW, Olga
| |
| siddhath 2005-10-24, 5:47 pm |
| can you create a schema that can hold both messages.
that way your message type would be same.
I don't think you can have different message types in sequential convoys.
Thanks
Siddharth
"Olga" wrote:
> Hello all!
>
> I have such situation - my orchestration activated by some Receive action
> (rec1) and after that will working like true-cycle. But it can be stopped
> by receiving _another_ message from another Receive (rec2).
>
> I put to Receives, I put 2 Ports, create messages. But have a compilation
> error- that these ports will be convoy - and Ports have to be the same
> type.
>
> Can I do my scenario? If I need different receives? with different messages
> and port types?
>
>
> --
> ====================
> Thanks, WBW, Olga
>
>
>
| |
| Lakshmi Murthy 2005-10-25, 2:48 am |
| Hi,
If you have two receive ports in your orchestration, you will need to use
correlation between the two.
Check out the following links for more information about correlation:
http://objectsharp.com/Blogs/matt/a...04/12/1707.aspx
http://weblogs.asp.net/jan/archive/.../06/275827.aspx
HTH
Lakshmi
http://techsavygal.blogspot.com
"Olga" wrote:
> Hello all!
>
> I have such situation - my orchestration activated by some Receive action
> (rec1) and after that will working like true-cycle. But it can be stopped
> by receiving _another_ message from another Receive (rec2).
>
> I put to Receives, I put 2 Ports, create messages. But have a compilation
> error- that these ports will be convoy - and Ports have to be the same
> type.
>
> Can I do my scenario? If I need different receives? with different messages
> and port types?
>
>
> --
> ====================
> Thanks, WBW, Olga
>
>
>
| |
|
| Hi,Lakshmi Murthy!
> If you have two receive ports in your orchestration, you will need to use
> correlation between the two.
>
Thank you for your relpy.. but I've already tryed correlation - but got the
same error - ports have to be the same type....
I think that correlation works if I have relative send... but I have not.
======================
WBW, Olga
| |
|
| Hi, siddhath!
> can you create a schema that can hold both messages.
> that way your message type would be same.
I've thought about such desicion - but I hope that it can be another one :-(
> I don't think you can have different message types in sequential convoys.
pitty
--
====================
Thanks, WBW, Olga
|
|
|
|
|