Table of Contents

Search

  1. Preface
  2. Web Service Concepts
  3. Understanding the Web Services Provider
  4. Using the Web Services Hub Console
  5. Batch Web Service Operations
  6. Writing Client Applications
  7. Working with Web Service Sources and Targets
  8. Editing Web Service Sources and Targets
  9. Working with Web Service Mappings
  10. Working with Web Service Workflows
  11. Appendix A: Web Service Sample Client Applications
  12. Appendix B: Configure the Web Browser

Web Services Provider Guide

Web Services Provider Guide

Hashed Password

Hashed Password

The UsernameToken element includes the following child elements:
  • Username element.
    Contains a user name that can be found in the PowerCenter Native security domain.
  • Password element.
    Contains a hashed password. The password must be hashed with the MD5 or SHA-1 hash function and encoded to Base64. The Type attribute of the Password element can be omitted or set to “PasswordText”.
    The following code shows an example of the security header for a request that uses a hashed password:
    <soapenv:Header>     <!-- UsernameTokens -->     <inf:Security>         <UsernameToken>             <Username>Native/Administrator</Username>             <Password>Ntm58Cxf7SBOQAz3OlsTq1nv-D7</Password>         </UsernameToken>     </inf:Security> </soapenv:Header>

0 COMMENTS

We’d like to hear from you!