1.0.7 • Published 2 years ago

soap-request v1.0.7

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

This is a small library maked for resolve issue connection with a project.

It was not development as a multiporpouse library, but it could be.

For use:

const soap = require('soap-request');

const credentials = { url: 'http://....', username: 'anyusername', password: 'anypassword', domain: '', workstation: '' };

const params = { 'No':'EMPL000014' };

soap.soap(url, urn, credentials, params, function(err, res){ if ( err ) console.log(err);

console.log(res.body);

});

}

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago