-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
When I try to make a Soap call the console tells me that the wsdl is null. How can I fix that?
TypeError: wsdl is null soapclient.js:165:6
Code in controller:
var base_url = "http://www.ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx";
$scope.submit = function(){
var data = {
month: 12,
year: 2016
};
$soap.post(base_url, "GetUpcomingMovies", data).then(function(response){;
console.log("data", response);
})
}
hatimox
Metadata
Metadata
Assignees
Labels
No labels