Adapter for JDBC 10.3 | webMethods Adapter for JDBC Documentation | webMethods Adapter for JDBC Installation and User’s Documentation | Built-In Services | pub.jdbcAdapter:updateConnectionPassword
 
pub.jdbcAdapter:updateConnectionPassword
The pub.jdbcAdapter:updateConnectionPassword service updates the existing password of an existing connection with a new password without requiring you to manually change the connection's password in the Connection Properties screen.
You need to disable the connection before updating the password.
Input Parameters
connectionAlias
String. Required. The name of the connection for which the password has to be updated.
oldPassword
String. Required. The existing password of the connection.
newPassword
String. Required. The new password for the connection.
confirmNewPassword
String. Required. The new password for the connection. This is required to confirm the new password.
Output Parameters
None.