I am using Node-RED 4.1.1, Node.js v24.00.0, and Windows 10 Enterprise 2016 LTSB version 1607.
I am working to connect a device that can only be accessed through a remoteAPI via a WCF channel. The way we are doing it is to produce an external piece of code that can make it function as a basic REST API, then we connect it to Node-RED:
If nothing else, there is a Node.js package called wcf.js that enables working with WCF services by providing a WCF-compatible SOAP client. It supports various WCF bindings such as BasicHttpBinding , WSHttpBinding , and CustomBinding , and includes features like MTOM encoding, WS-Addressing, transport and message security, and username or certificate-based authentication. https://www.npmjs.com/package/wcf