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

Cleanse<Resource Name>

Cleanse<Resource Name>

The
Cleanse<Resource Name>
request invokes the cleanse function defined in the MDM Hub to cleanse the input record. The response contains a record with the cleansed data.

Usage Examples

The following sample code uses the SOAP protocol to call the
Cleanse<Resource Name>
request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:mdmsample.siperian.api" xmlns:urn1="urn:siperian.api"> <soapenv:Header/> <soapenv:Body> <urn:cleanseFormatDate> <urn1:username>siftester</urn1:username> <urn1:password> <urn1:password>password</urn1:password> <urn1:encrypted>false</urn1:encrypted> </urn1:password> <urn1:orsId>orcl-MDM_SAMPLE</urn1:orsId> <urn:com.siperian.sif.dataobject.mdmsample.cleansefunctions.dataconversion.formatDateInput> <urn:date>2014-03-17T00:00:00</urn:date> <urn:format>MMM dd, yyyy</urn:format> </urn:com.siperian.sif.dataobject.mdmsample.cleansefunctions.dataconversion.formatDateInput> </urn:cleanseFormatDate> </soapenv:Body> </soapenv:Envelope>
The following sample code displays the response to the
Cleanse<Resource Name>
request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <cleanseFormatDateReturn xmlns="urn:mdmsample.siperian.api"> <ns1:message xmlns:ns1="urn:siperian.api">The CLEANSE was processed successfully.</ns1:message> <com.siperian.sif.dataobject.mdmsample.cleansefunctions.dataconversion.formatDateOutput> <string>Mar 17, 2014</string> </com.siperian.sif.dataobject.mdmsample.cleansefunctions.dataconversion.formatDateOutput> </cleanseFormatDateReturn> </soapenv:Body> </soapenv:Envelope>

0 COMMENTS

We’d like to hear from you!