Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Datatype Compatibility

Web Services Guide

Web Services Guide

UserName Token in a SOAP Request

UserName Token in a SOAP Request

Web service clients must include a user name token header in the SOAP request when a web service requires user authentication. When a web service does not require user authentication, the Data Integration Service ignores the user name token header provided in the SOAP request.
The user name token element in a SOAP request can have one of the following password types:
  • Plain text
  • Hashed
  • Digested
You cannot use LDAP authentication when the user name token includes a hashed or digested password.
Include the user password in the Password element of the UsernameToken element. The Password element has a Type attribute to indicate the type of password security used.

0 COMMENTS

We’d like to hear from you!