My understanding is that the service handler will automatically create a transaction and commit/rollback at the end of the process based on the response of the service method (success/error).
I'm working on a service that updates multiple tables. I would like to update certain tables and commit the changes regardless of the success of the service call. Is there any document specifying how to control transactions in a service call? I've searched but unable to find anything. Thanks, John
