Examples

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.

Request:
<rollbackRequest> </rollbackRequest>
Response:
<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.

Request:
<rollbackRequest> </rollbackRequest>
Response:
<ns2:sdsResult affected="0" error="1009">
</ns2:sdsResult>