node-red-contrib-simplest-soap
Version:
The simplest SOAP wrapper for node-red
14 lines (9 loc) • 395 B
Markdown
is a wrapper for [soap](https://www.npmjs.com/package/soap)
Its goal is to provide the simplest SOAP client implementation for node-red
: payload (object) : the call parameters
: action (string) : the name of the action to run
1. Standard output
: payload (object) : webservice result
This node