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

SearchMatchRecord<Resource Name>

SearchMatchRecord<Resource Name>

The
SearchMatchRecord<Resource Name>
request searches for match column values in a package based on the specified record. The response contains the match column values.

Usage Example

The following sample code uses the SOAP protocol to call the
SearchMatchRecord<Resource Name>
request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:datastewarddemo.siperian.api" xmlns:urn1="urn:siperian.api"> <soapenv:Header/> <soapenv:Body> <urn:searchMatchRecordPkgParty> <!--Optional:--> <urn1:username>admin</urn1:username> <!--Optional:--> <urn1:password> <urn1:password>admin</urn1:password> <urn1:encrypted>false</urn1:encrypted> </urn1:password> <!--Optional:--> <urn1:orsId>localhost-orcl-DS_UI1</urn1:orsId> <urn:sortCriteria>?</urn:sortCriteria> <urn:recordsToReturn>1</urn:recordsToReturn> <urn:returnTotal>true</urn:returnTotal> <urn:matchType>NONE</urn:matchType> <!--Zero or more repetitions:--> <urn:pkgOrganization> </urn:pkgOrganization> <!--Zero or more repetitions:--> <urn:pkgParty> <urn:partyType>?</urn:partyType> </urn:pkgParty> <!--Zero or more repetitions:--> <urn:pkgPerson> <!--Optional:--> <urn:firstName>John</urn:firstName> <!--Optional:--> <urn:lastName>Doe</urn:lastName> <urn:partyType>?</urn:partyType> </urn:pkgPerson> <!--Zero or more repetitions:--> <urn:dnbPartyInput> </urn:dnbPartyInput> <!--Zero or more repetitions:--> <urn:lgcPartyInput> </urn:lgcPartyInput> </urn:searchMatchRecordPkgParty> </soapenv:Body> </soapenv:Envelope>
The following sample code displays the response to the
SearchMatchRecord<Resource Name>
request:
<q0:searchMatchRecordPkgParty> … <q0:contactPkg> <q0:firstName>John</q0:firstName> <q0:lastName>Doe</q0:lastName> </q0:contactPkg> </q0:searchMatchRecordPkgParty>

0 COMMENTS

We’d like to hear from you!