Skip to content

tiagordc/node-red-contrib-simple-soap

Repository files navigation

node-red-contrib-simple-soap

GitHub package.json version npm npm

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:

node 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

About

node-red node to execute SOAP requests and parse XML result

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published