Skip to content

qie.getWsUsername

Signature: qie.getWsUsername(connection)

Returns: String wsUsername - the username that is configured for the web service

Get the username associated with the web service connection.

Parameters

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

Example

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