Hello,
I am just facing a little problem:
I have to call 4 stored procedures in a sequence (within a single transaction). Commit should only be done in case all 4 stored procedure calls have been successful. In all other cases all already executed calls should be rolled back.
For example the first stored procedure deletes the content of a table and the second one inserts new values.
Is it possible to use the services startTransaction and Rollback/Commit of the JDBC Adapter?
I am just wondering how a rollback is done in case the table is already deleted and there is an implicit commit of the first stored procedure itself?
Does anyone have more information in this?
Thank you!
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards