webMethods Adapter Runtime 10.7 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Transaction Management | Built-In Services for Transaction Management | pub.art.transaction:commitTransaction
 
pub.art.transaction:commitTransaction
Commits an explicit transaction.
Input Parameters
Name
Description
commitTransactionInput
Document List Information for each commit request.
Key
Description
transactionName
String The name of an explicit transaction that you want to commit. The transactionName must have been previously used in a call to pub.art.transaction:startTransaction.
This value must be mapped from the most recent pub.art.transaction:startTransaction that has not previously been committed or rolled back.
Output Parameters
None.
Usage Notes
This service must be used in conjunction with the pub.art.transaction:startTransaction service. If the transactionName parameter was not provided in a prior call to pub.art.transaction:startTransaction, a run-time error will be returned.