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

CreateChangeList

CreateChangeList

CreateChangeList
creates a change list in XML format for the current ORS. The change list contains a list of actions and a list of any messages.

CreateChangeList Request Parameters

The following table describes the
CreateChangeList
parameters:
Parameter
Description
SourceRepositoryId
Specifies the database ID of the source repository to use for comparison.
SourceRepositoryXml
Specifies the XML string representing the source repository. Contains NULL if the source repository is a physical database.
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.

Response Fields

The
CreateChangeList
response contains the information described in the following table:
Field
Description
ChangeListXml
Contains the XML string representing the change list.

0 COMMENTS

We’d like to hear from you!