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

SearchMatchColumn<Resource Name>

SearchMatchColumn<Resource Name>

The
SearchMatchColumn<Resource Name>
request searches for records in a package based on the match column values. The response contains the matching records.

Usage Example

The following sample code uses the SOAP protocol to call the
SearchMatchColumn<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:searchMatchColumnPkgParty> <!--Optional:--> <urn1:username>admin</urn1:username> <!--Optional:--> <urn1:password> <urn1:password>admin</urn1:password> <urn1:encrypted>false</urn1:encrypted> </urn1:password> <!--Optional:--> <urn1:securityPayload>cid:1224793701596</urn1:securityPayload> <!--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:organizationName>?</urn:organizationName> <!--Zero or more repetitions:--> <urn:personName>John Doe</urn:personName> <!--Zero or more repetitions:--> <urn:addressPart1>?</urn:addressPart1> <!--Optional:--> <urn:matchRuleSetUid>?</urn:matchRuleSetUid> <!--Optional:--> <urn:disablePaging>?</urn:disablePaging> </urn:searchMatchColumnPkgParty> </soapenv:Body> </soapenv:Envelope>
The following sample code displays the response to the
SearchMatchColumn<Resource Name>
request:
<q0:searchMatchColumnPkgParty> … <q0:personName>John Doe</q0:personName> … </q0:searchMatchColumnPkgParty>

0 COMMENTS

We’d like to hear from you!