Hi
I have a biztalk 2010 orchestration like...
1. message is received - this is a xml message containing multiple records
2. a loop is initiated which reads each record and calls a wcf-custom sql stored proedure to store the record details
3. once the loop has ended another stored procedure is called
My problem is that the stored procedure in step 3 is called before the messages in step 2 have been fully executed against my sql server.
I have ordered delivery set on the wcf-custom send port.
Can someone help me resolve this?