angular-soap
angular-soap copied to clipboard
wsdl is null
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);
})
}
same error , any solution ?
+1
The branch 3.0 is ok.
I'm also getting the same. Please help.
Thank you
i have the same issue ..it was a bug from the file soapclient.js
I have the same error, please, help!