node-red-contrib-configurable-soap-server 1.0.3

Custom nodes for Node-Red to use SOAP Server

npm install node-red-contrib-configurable-soap-server

node-red-contrib-configurable-soap-server

Node-Red custom nodes to setup a SOAP Server (currently under development)

install

Run npm i node-red-contrib-configurable-soap-server in node-red directory. Edit settings.js in node-red directory, set functionGlobalContext object as follow, or simply add http and soap:


functionGlobalContext:  {
  soap:  require('soap'),
  http:  require('http')
}

Import example_flow.json to see in action a basic soap server. Use a soap client UI (eg. https://www.soapui.org/) to test the server, wsdl and sample request are in example folder.

update

  • 1.0.3 added Response Wrapper to Response Node to customize response.

credits

Neil Kolban [https://github.com/nkolban], for WSDL and base idea.

Node Info

Version: 1.0.3
Updated 5 years, 5 months ago
License: ISC
Rating: not yet rated

Categories

Actions

Rate:

Downloads

5 in the last week

Nodes

  • soapserver
  • soapresponse

Keywords

  • node-red
  • soap
  • wsdl

Maintainers