tiagordc / node-red-contrib-simple-soap

node-red node to execute SOAP requests and parse XML result
MIT License
2 stars 4 forks source link

backwards compatibility with pre 1.0 node-red #5

Closed Rallymen007 closed 4 years ago

Rallymen007 commented 4 years ago

Hey,

Thanks a lot of the useful node! I tried to use it on an older version of node-red and it wouldn't work properly because you use the new signature for input. This PR just adds alternate behaviour around nodeDone and nodeSend to make it backwards compatible.

Thanks!