Skip to content

javascript library to call soap ws with ntlm auth

Notifications You must be signed in to change notification settings

necudeco/soap-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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);

});

}

About

javascript library to call soap ws with ntlm auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published