You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.