Oracle® Communications Subscriber Database Server Provisioning Interface Release 8.4 F12314 |
|
![]() Previous |
![]() Next |
Commit a Transaction (success)
This example successfully commits a transaction.
<commit id=”101”></commit>
<commitResp id=”101”> <res error=”0” affected=”0”/> </commitResp>
Commit a Transaction that is not Open (fail)
This example attempts to commit a transaction but fails because a transaction was not open.
<commit resonly=”n” id=”102”></commit>
<commitResp id=”102”> <commit resonly=”n” id=”102”></commit> <res error=”1009” affected=”0”/> </commitResp>