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

ValidateMetadata

ValidateMetadata

The
ValidateMetadata
API validates the metadata for the current ORS and returns a list of issues.
ValidateMetadata
only returns a message if metadata issues are found. You must iterate through the list of messages to determine:
  • If the
    ValidateMetadata
    request ran without exceptions.
  • If there are any metadata issues.

Required Parameters

The
ValidateMetadata
request does not have required parameters.

Optional Parameters

The following table describes the optional parameters:
Parameter
Description
Checks
Contains the Checklet IDs that specify which validation checks to perform.
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 following table describes the response fields:
Parameter
Description
Message
Contains a message indicating if the
ValidateMetadata
request was processed successfully.
ErrorID
Contains an Error ID if any errors are returned.
Level
Contains the error level if any errors are returned. The possible error levels are:
  • FATAL ERROR
  • ERROR
  • WARNING
  • INFORMATIONAL
Text
Contains the error message if any errors are returned.

0 COMMENTS

We’d like to hear from you!