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

Plain Text Password

Plain Text 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 or any LDAP security domain. The default security domain is the Native security domain. If the user name belongs to the Native security domain, the Username element does not require the name of the security domain. If the user name belongs to an LDAP security domain, the user name must be preceded by the name of the security domain and a slash (/).
    The following table of Username element examples shows the format to use to indicate the security domain of the user account:
    Value of the Username Element
    Security Domain
    <UsernameToken>
        
    <Username>Native/Administrator</Username>
         <Password>Administrator</Password>
    </UsernameToken>
    Native
    <UsernameToken>
        
    <Username>/Administrator</Username>
         <Password>Administrator</Password>
    </UsernameToken>
    Native
    <UsernameToken>
        
    <Username>Administrator</Username>
         <Password>Administrator</Password>
    </UsernameToken>
    Native
    <UsernameToken>
        
    <Username>LDAPAdm/Administrator</Username>
         <Password>Administrator</Password>
    </UsernameToken>
    LDAP security domain named
    LDAPAdm
    .
  • Password element.
    Contains the password in plain text. The Type attribute of the Password element can be omitted or set to
    PasswordText
    .

0 COMMENTS

We’d like to hear from you!