Give a circumstance under which it might be useful to do this.

Correlation sets can be associated with invoke statements (as well as receive statements) using


operation="..." inputVariable="...">




A customer might initiate an interaction with an instance of service S1. In order to service the request the instance in S1 requests service from S2. A sequence of messages will have to be exchanged between the two instances and the correlation properties for the sequence are different than those used for correlating the messages between the customer and S1. When S1 invokes S2 for the first time it must initialize the correlation set at its end, so that when (the newly created instance at) S2 responds the response will be directed to the correct instance of S1.

Computer Science & Information Technology

You might also like to view...

Any filters saved in a report are ________ when you open the report

A) not active B) locked C) active D) deleted

Computer Science & Information Technology

Identify the correct formula to calculate the cumulative interest paid on a mortgage loan for the second year of the loan (periods 13-24, where rate is 9%, nper is 5, and present value is $250,000

A) =CUMIPMT(.09/12, 30/12,-250000,24,13,0 ) B) =CUMIPMT(.09*12, 30/12,-250000,13,24,0 ) C) =-CUMIPMT(.09/12, 5*12, 250000,13,24,0 ) D) =CUMIPMT(.09/12, 5*12, 250000,24,13,0 )

Computer Science & Information Technology