We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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');