Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: WS-Ut Properties

Reference: WS-Ut Properties

Common Tab

Property
XML Attribute Name
Description
Username
username
Inserts a username into the security header of outbound SOAP messages in the
MediationContext
.
Password
password
Inserts a password into the security header of outbound SOAP messages in the
MediationContext
.
Password Digest Algorithm
password-digest-algorithm
Applies a hashing algorithm to passwords in the security header of outbound SOAP messages in the
MediationContext
. Options are:
  • SHA-1
  • SHA-256
  • SHA-384
  • SHA-512
  • none
Spring Bean
ref
An optional Spring bean that authenticates username and password values in the security header of outbound SOAP messages in the
MediationContext
.
Created
created
Creates a timestamp element in the security header of outbound SOAP messages in the
MediationContext
.
Nonce
nonce
Creates a nonce element in the security header of outbound SOAP messages in the
MediationContext
.