Let ASA-12 database with web services (-xs ...).
Or "if the web service finishes normally, by definition the COMMIT will have been executed" © Breck Carter, i.e.:
|
Breck is correct: at the end of each web service request the connection will either COMMIT or ROLLBACK depending on the state of the connection - the connection will ROLLBACK if an error state exists (e.g. an exception was raised) otherwise will COMMIT. So there is no method to start a transaction in one http request and COMMIT it in another http request. |