I am using node.js, express js and soap (npm install soap).
I have created the code by following the below url:-
Node.js: how to consume SOAP XML web service
but when i try to run it gives error like -
{ Error: connect ECONNREFUSED 127.0.0.1:3030
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1174:14)
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 3030 }