Bixby Developer Center

References

soap

Caution

The soap module is not available with JavaScript Runtime System Version 2. Read Replacing the soap Module for guidance.

Provides SOAP web services methods.

Importing with JavaScript Runtime Version 1:

var soap = require('soap')

soap.call(uri, action, method, parameters, namespaces, headers, [options])

Call a SOAP web service

Kind: Static method of soap
Returns: The response body

ParameterTypeDescription
uriStringThe SOAP web service URI
actionStringThe SOAP action
methodStringThe SOAP method
parametersObjectKeys and values to use as parameters
namespacesObjectKeys and values to use as namespaces
headersObjectKeys and values to use as request headers
optionsObject