0.1.3 • Published 5 years ago

node-red-contrib-simple-soap v0.1.3

Weekly downloads
59
License
MIT
Repository
github
Last release
5 years ago

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

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago