stupid-soap
v0.3.0
Published
Generate simple SOAP envelope and send it, because I hate SOAP.
Readme
SOAP, blä!
This is a non-compliant SOAP client.
var soap = require('stupid-soap');
soap({
action: 'Gnurp',
params: {
i: 'do',
not: 'like',
soap: '! <tihi>'
},
xmlns: 'http://example.com/'
}).send('https://example.com/my/barf/WebService.asmx', function (err, data) {
console.log(err, data);
});