node-livedocx
node-livedocx copied to clipboard
I am getting an error regarding http.js
This is because of the line #11 in node-livedocx/index.js
file.
The line is http = require('./node_modules/soap/lib/http.js');
Even after resolving that issue, the output file is not generating.
@rajeshwarpatlolla the first error seems to be related to a missing dependency... The other seems likely due to incorrectly calling the function ... Have you tried the exact example code first?
Yes, i tried the same example.
@rajeshwarpatlolla which version of Node are you using?
I got these errors using Node 8.10.0 and after upgrading also on 10.12.0
Perhaps for the first error index.js could define const http = soap.http
or alternatively make the calls like soap.http
Also I'm guessing old URL since going to livedocx.com leads me to a REST-based service (https://portal.reporting.cloud/Documentation/Reference/)