Oracle® Communications Diameter Signaling Router Subscriber Database Server Provisioning Interface Release 8.3 E93213 |
|
![]() Previous |
![]() Next |
Rollback a Transaction (success)
These examples show the SDS provisioning request and
response contents that are stored within the
<soapenv:Body>
or
<SOAP-ENV:Body>
tags. See the
Start Transaction
Examples
for examples that contain the entire SOAP request/response text.
This example successfully rolls back a transaction.
<rollbackRequest> </rollbackRequest>
<ns2:sdsResult affected="15" error="0"> </ns2:sdsResult>
Rollback a Transaction that is not Open (fail)
This example attempts to rollback a transaction but fails because a transaction was not open.
<rollbackRequest> </rollbackRequest>
<ns2:sdsResult affected="0" error="1009"> </ns2:sdsResult>