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')
Call a SOAP web service
Kind: Static method of soap
Returns: The response body
Parameter | Type | Description |
---|---|---|
uri | String | The SOAP web service URI |
action | String | The SOAP action |
method | String | The SOAP method |
parameters | Object | Keys and values to use as parameters |
namespaces | Object | Keys and values to use as namespaces |
headers | Object | Keys and values to use as request headers |
options | Object |
Copyright 2024 Samsung All rights reserved