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

XML Over HTTP

XML Over HTTP

Use the HTTP protocol to send requests to the MDM Hub and receive responses in the XML format. You can use the following schemas to describe and manage the requests and responses:
  • siperian-core.xsd
    . Contains the schema elements.
  • siperian-types.xsd
    . Contains the type definitions.
  • siperian-metadata.xsd
    . Describes the objects used in the
    ListSiperianObjects
    and
    DescribeSiperianObjects
    classes.
You can use the following URLs to access the schemas, where
host
is the name of the computer that runs the application server and
port
is the port on which the host computer accepts the MDM Hub requests:
http://<host>:<port>/cmx/request/xsd/siperian-core.xsd http://<host>:<port>/cmx/request/xsd/siperian-types.xsd http://<host>:<port>/cmx/request/xsd/siperian-metadata.xsd
Use the schema to construct an XML request message, and use the HTTP POST method to send the request to the following address:
http://<host>:<port>/cmx/request
The body of the HTTP response is the SIF response and is encoded in XML according to the schema definitions.

0 COMMENTS

We’d like to hear from you!