Skip to content
Rogers Andres Diaz Beltran edited this page Jul 7, 2015 · 1 revision

Welcome to the angular-soap wiki!

$soap.setCredentials(username, password)

Implementation of this method on angular.soap.js: ... setCredentials: function(username, password){ SOAPClient.userName = username; SOAPClient.password = password; } Change "SOAPClient.username" for "SOAPClient.userName" and the basic http authentication work.

Clone this wiki locally