Hi Rob,
Thanks. It does work when using one connection with local transaction type, but I found a minor trick. Please see the following code.
Scenario #1 - WORK:
start transaction
sequence (exit on sucess)
sequence (exit on failure)
–insert service 1
–insert service 2
–update service 1
–commit
sequence (exit on done)
–rollback
Scenario #2 - NOT Work:
start transaction
sequence (exit on sucess)
sequence (exit on failure)
–insert service
–call a flow service which includes a select service using same connection with local transaction type
–update service
–commit
sequence (exit on done)
–rollback
Anyway, it solves my problem.
Thanks again,
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB