qie.getWsConnectionNames¶ Signature: qie.getWsConnectionNames() Returns: String[] connectionNames - an array of available web service connection names Returns a list of available web service connection names. Parameters¶ None Example¶ // Get all available web service connection names var webServiceNames = qie.getWsConnectionNames(); // ["Vendor API","Vendor API (SOAP)",...]