Request

The <commitRequest> message is sent to commit a database transaction.

If the open transaction has one or more successful updates, then committing the transaction causes all the database changes to be committed.
Note: All previous updates, even if they received a successful error code, are not committed to the database until the <commitRequest> is received.

Request Format

The request must be inserted between the <soapenv:Body> and </soapenv:Body> XML tags of a SOAP request message, as shown in SOAP Request Messages.
<commitRequest> </commitRequest>