Hi All,
I am using a BPM to send a message. It uses a switch block and reads the transaction type to determine what route to take.
Top Route if Transaction type = D
Middle - Transaction Type = M or I
Bottom - Otherwise
I have been able to get the middle branch to work.
All three branches are configured the same. Just different message mappings. I verified the mappings to make sure they were right.
1. Message copied to BPM
2. Based on Transaction Type Picks Branch
3. Transfomation 1
4. Send Step Sync. Call to web service
5. Webservice send message back to BPM <-- stops here for the top branch, works fine for the middle branch)
6. Transformation 2
7. Send Step to another system.
Link to BPM [screenshot|http://i9.photobucket.com/albums/a68/tkc204/bpm_webservice.png]