RE: different message types handled by the same orchestration ?



Hi WenJun,

In case the application A sends a 101 it will discard the first 110 and only
act on the second 110 but the first 100 still needs to be responsed to...

Can a scenario be addressed using a sequential covoy pattern something like
this..

1. Receive Shape (attached to a port with filter for 100 & 101) triggers
orchestration

2. Move into a parallel shape
3a. One part of the parallel share is a another receive shape listening for
101 on the same receive location.
3b. The other part of the arm does the processing (ie: sending the message
to another application and waiting for a message from 110 (asynchronous send
& receive) and creation of a 110 to send to A

....
later both these arms condense into ajoin (OR)
after that we take a call if we did get A 110...
If we did not then EXIT else get the 110 sent previously, create another 110
with appropriate reference to the 101 & 110 sent previously and send it to A
and end orchestration.

--
Ravi Shankar


""WenJun Zhang[msft]"" wrote:

> Hi Ravi,
>
> My thought is Application A must be able to determine and drop the
> first time 110(if exists) after it sends 101, or it always accepts
> only 1 110 and ignore the other?
>
> Thanks.
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
.



Relevant Pages

  • Re: Parallel shape synchronization
    ... branches in our parallel shape are surrounded by scope shapes. ... I expose the orchestration via a web service and when setting the attribute ... All scope shapes have synchronization set to true. ...
    (microsoft.public.biztalk.general)
  • Can you break from a BizTalk 2004 parallel shape?
    ... I was wondering if anyone knows if you can exit a parallel shape by ... executing an instruction on one of its branches (like an "exit loop" ... I have an orchestration that needs to be initialised by any one of four ... I'd still like any of the four to initialise ...
    (microsoft.public.biztalk.general)
  • Re: Waiting for all parallel shape branches to exit ?
    ... When you look at the orchestration debugger, ... Is there a mechanism to get the orchestration to wait for all the parallel ... multi-part message using a single map. ... leads me to believe that the first call that exists the parallel shape ...
    (microsoft.public.biztalk.general)
  • RE: different message types handled by the same orchestration ?
    ... What type of messages are you sending out of the Orchestration? ... "Ravi Shankar" wrote: ... B response with a response 110 ... > In the above scenario, if application A does not get a response back within ...
    (microsoft.public.biztalk.general)

Loading