We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Enable debug output from node-soap:
DEBUG=node-soap node <your javascript file that uses node-soap>
In some environments, the content-length header can cause the connection to be dropped. You can try commenting out line 52 in lib/http.js
//headers['Content-Length'] = Buffer.byteLength(data, 'utf8');