Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Integration Server Transaction Support | Built-In Services For Explicit Transactions | WmART.pub.art.transaction:commitTransaction
 
WmART.pub.art.transaction:commitTransaction
This service commits an explicit transaction. It must be used in conjunction with the WmART.pub.art.transaction:startTransaction service. If it does not have a corresponding WmART.pub.art.transaction:startTransaction service, your flow service will receive a run-time error.
For more information about implicit and explicit transactions, see Built-In Services For Explicit Transactions.
Input Parameters
commitTransactionInput
Document.A document that contains the variable transactionName, described below.
transactionName
String.Used to associate a name with an explicit transaction. The transactionName must correspond to the transactionName in any WmART.pub.art.transaction:startTransaction or WmART.pub.art.transaction:rollbackTransaction services associated with the explicit transaction.