Skip to content

qie.getWsPassword

Signature: qie.getWsPassword(connection)

Returns: String wsPassword - the password that is configured for the web service

Get the password associated with the web service connection.

Parameters

Type Name Description Default
String connection the name of the web service connection

Example

// Get the password configured for a web service connection
var password = qie.getWsPassword("Vendor API"); // <password>