https://github.com/tiagordc/node-red-contrib-simple-soap
node-red node to execute SOAP requests and parse XML result
https://github.com/tiagordc/node-red-contrib-simple-soap
node-red node-red-contrib soap web-services
Last synced: 11 months ago
JSON representation
node-red node to execute SOAP requests and parse XML result
- Host: GitHub
- URL: https://github.com/tiagordc/node-red-contrib-simple-soap
- Owner: tiagordc
- License: mit
- Created: 2019-10-17T12:14:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T05:54:20.000Z (over 3 years ago)
- Last Synced: 2025-07-08T14:48:41.715Z (12 months ago)
- Topics: node-red, node-red-contrib, soap, web-services
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/janl/mustache.js) template.
To report an issue use the project [GitHub](https://github.com/tiagordc/node-red-contrib-simple-soap/issues) page
## Configuration:

## To install:
Install [node-red](https://nodered.org/).
Install [this package](https://www.npmjs.com/package/node-red-contrib-simple-soap) 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