Skip to content
dshuang edited this page Dec 31, 2015 · 1 revision

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');
Clone this wiki locally