Skip to content

qie.getWsEndpointUrl

Signature: qie.getWsEndpointUrl(connection)

Returns: String wsEndpointUrl - the endpoint URL that is configured for the web service

Get the endpoint URL associated with the web service connection.

Parameters

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

Example

// Get the endpoint URL configured for a web service connection
var endpointUrl = qie.getWsEndpointUrl("Vendor API"); // https://api.example.com/...