node-red-contrib-simple-soap
v0.1.3
Published
Execute SOAP requests and parse XML result
Downloads
63
Readme
node-red-contrib-simple-soap
The purpose of this project is to perform simple SOAP requests and parse the XML result in a single step.
This node doesn't require WSDL compliance as it only executes POST requests to a specific web service endpoint.
Unlike the default HTTP request where the URL is static in the node properties, simple-soap allows to use custom variables to define each property.
The SOAPAction header is also populated so there should be no need for header customization.
The output XML can be simplified with several parsing options available.
SOAP body can be a mustache.js template.
To report an issue use the project GitHub page
Configuration:
To install:
Install node-red.
Install this package with "npm install node-red-contrib-simple-soap --save" in ~./node-red or via the Palette Manager in node-red.
If everything was successfull you should see the new simple-soap node under the network category.
https://flows.nodered.org/node/node-red-contrib-simple-soap