Web Services Index¶
This index lists all web services related objects and methods.
Index (signatures)¶
parameterMap methods¶
qie methods¶
qie.addMultipartContentBinary(builder, name, content, contentType*, fileName*, contentDisposition*)qie.addMultipartContentText(builder, name, content, contentType*, fileName*, contentDisposition*)qie.callRESTWebService(connection, url, operation, content, contentType, parameters, timeout, fullResponse*, connectTimeout*, returnBytes*, tls*, streamToFile*)qie.callSOAPWebService(connection, binding, operation, soapEnvelope, useMtom, parameters, timeout*, overrideURL*, fullResponse*, encoding*, connectTimeout*, tls*)qie.getMultipartBuilder(boundary*, mimeType*)qie.getWsApiKey(connection)qie.getWsConnectionNames()qie.getWsEndpointUrl(connection)qie.getWsOperationUrl(connection, apiEndpoint)qie.getWsPassword(connection)qie.getWsUsername(connection)qie.newParameterMap()qie.parseMultipart(multipart)qie.parseMultipartContent(content)qie.parseSoapContent(content, multiPartResponse, encoding*)qie.urlDecode(value)qie.urlEncode(value)