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

Sample Response XML Message for an Update Event

Sample Response XML Message for an Update Event

An update event generates the following sample response XML message:
<?xml version="1.0" encoding="UTF-8"?> <siperianEvent> <eventMetadata> <eventType>Update</eventType> <baseObjectUid>BASE_OBJECT.CUSTOMER</baseObjectUid> <packageUid>PACKAGE.CUSTOMER_PKG</packageUid> <messageDate>2008-04-24T15:35:51.000-07:00</messageDate> <orsId>localhost-mrm-CMX_ORS</orsId> <triggerUid>MESSAGE_QUEUE_RULE.UpdateTrigger</triggerUid> </eventMetadata> <updateEvent> <sourceSystemName>TestSystem123</sourceSystemName> <sourceKey>123-1</sourceKey> <eventDate>2008-04-24T15:35:51.000-07:00</eventDate> <rowid>1</rowid> <xrefKey> <systemName>Admin</systemName> <sourceKey>SVR1.161</sourceKey> </xrefKey> <xrefKey> <systemName>System1</systemName> <sourceKey>2-1</sourceKey> </xrefKey> <customerPkg> <rowidObject>1</rowidObject> <creator>admin</creator> <createDate>2008-04-22T15:47:04.000-07:00</createDate> <updatedBy>admin</updatedBy> <lastUpdateDate>2008-04-24T15:35:50.000-07:00</lastUpdateDate> <lastRowidSystem>TESTSYSTEM</lastRowidSystem> <firstName>John</firstName> <lastName>Doe</lastName> </customerPkg> </updateEvent> </siperianEvent>

0 COMMENTS

We’d like to hear from you!