Table of Contents

Search

  1. Preface
  2. Introduction to Services Integration Framework
  3. Setting Up the SIF SDK
  4. Request and Response Objects
  5. Transactions and Exception Handling
  6. ORS-Specific SIF API
  7. Asynchronous SIF Requests
  8. ORS-Specific JMS Event Messages
  9. Using Security Access Manager
  10. Using Dynamic Data Masking
  11. SIF API Reference
  12. Troubleshooting
  13. Appendix A: Identifiers
  14. Appendix B: Frequently Asked Questions

Services Integration Framework Guide

Services Integration Framework Guide

ValidateChangeList

ValidateChangeList

ValidateChangeList
validates a change list against the current ORS. It applies the specified change list to the current repository, executing all of the changes in simulation mode without modifying the ORS, and then returns any errors.

Required Parameters

The following table describes the required parameters:
Parameter
Description
ChangeListXml
Contains the XML string representing the change list to validate.

Optional Parameters

The following table describes the optional parameters:
Parameter
Description
OwnerPassword
Contains the owner password. The default is
""
.
TransactionAttributeType
If set to
NOT_SUPPORTED
, the request does not support a transactional context.
If set to
REQUIRED
, the request does requires a transactional context.
If set to
REQUIRES_NEW
, the request requires a new transactional context.
If set to
SUPPORTS
, the request supports but does not require a transactional context.
ValidateDataIntegrity
If set to
true
, data integrity validation is required.
If set to
false
, data integrity validation is not required. The default is
false
.

Response Field

The following table describes the response fields:
Field
Description
Messages
Contains an array of error messages.
Success
If
true
, the change list executed without errors.
If
false
, the change list executed with errors.

0 COMMENTS

We’d like to hear from you!