Field | Description | ||
Protocol | The protocol to use for the port (HTTP or HTTPS). If you select HTTPS, the Keystore Alias and Key Alias fields appear. | ||
Host | Host name or IP address of the server on which the Web Service resides. | ||
Port | An active HTTP or HTTPS type listener port defined on the host server specified in the Host field. | ||
Port Binding | The specific bind address to which to bind this port. | ||
User | User name used to authenticate the consumer at the HTTP or HTTPS transport level on the host server. | ||
Password | The password used to authenticate the consumer on the host server. | ||
Keystore Alias | Alias to the keystore that contains the private key used to connect to the Web Service host securely. This field applies to the HTTPS transport type only. You can also add a new Keystore from this field.
| ||
Key Alias | Alias to the key in the keystore that contains the private key used to connect to the Web Service host securely. The key must be in the keystore specified in the Keystore Alias field. This field applies to the HTTPS transport type only. | ||
Show Advanced Options - WS-Security properties are used by the SOAP processor to provide security information in the WS-Security header of the SOAP message. | |||
Security Credentials | |||
User Name | Name to include with the Username Token, if the Web Service's security policy requires one. | ||
Password | The password to include with the UsernameToken (must be plain text). | ||
Keystore / Truststore | |||
Keystore Alias | The alias for the keystore, which contains private keys and certificates associated with those private keys. You can also add a new Keystore from this field.
| ||
Key Alias | The text identifier for the private key associated with the Keystore Alias. | ||
Truststore Alias | The alias for the truststore, which contains the trusted root of a certificate or signing authority (CA). You can also add a new Truststore from this field.
| ||
Partner Certificate Alias | The file that contains the partner's self-signed certificate. You can also add a new Partner Certificate from this field.
| ||
Timestamp | |||
Timestamp Precision | Whether the timestamp placed in the Timestamp element of the security header of an outbound message is precise to seconds or milliseconds. If the precision is set to milliseconds, the timestamp format yyyy-MM-dd'T'HH:mm:ss:SSS'Z' is used. If the precision is set to seconds, the timestamp format yyyy-MM-dd'T'HH:mm:ss'Z' is used. | ||
Timestamp TTL | The time-to-live value for an outbound message in seconds. This value is used to set the expiry time in the Timestamp element of outbound messages. The timestamp precision value is used only when WS-Security is implemented through a WS-Policy. | ||
Timestamp Max Skew | The maximum number of seconds that the Web Services client and host clocks can differ so that the timestamp expiry validation does not fail. The timestamp precision value is used only when WS-Security is implemented through a WS-Policy. The inbound SOAP message is validated only if the creation timestamp of the message is less than the sum of the timestamp maximum skew value and the current system clock time. |