Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. REST APIs for Data Director
  6. SOAP Business Entity Service Calls
  7. Cross-reference Records and BVT Calculations Services
  8. Supporting Corporate Linkage Service
  9. External Calls to Cleanse, Analyze, and Transform Data
  10. Appendix A: Using REST APIs to Add Records
  11. Appendix B: Using REST APIs to Upload Files
  12. Appendix C: Using REST APIs to Manage Reports

SOAP Example with Authentication Cookie and Informatica CSRF Token

SOAP Example with Authentication Cookie and Informatica CSRF Token

The following example shows how to use an authentication cookie and Informatica CSRF Token (ICT) in your API request header:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:cs-ors.informatica.mdm"> <soapenv:Header/> <soapenv:Body> <urn:listAssignableUsers> <!--Optional:--> <urn:parameters> <!--Optional:--> <urn:taskType>Update</urn:taskType> <!--Optional:--> <urn:businessEntity>Person</urn:businessEntity> </urn:parameters> </urn:listAssignableUsers> </soapenv:Body> </soapenv:Envelope> Headers: Cookie: mdmsessionid: vppOTOhJLKMjYJf7Diil ICT: 0ffa3b95c67e111b9c14c140a70273a15db266993d0c763d555135de4c4d6110

0 COMMENTS

We’d like to hear from you!