angular-soap icon indicating copy to clipboard operation
angular-soap copied to clipboard

wsdl is null

Open nvanoost opened this issue 9 years ago • 6 comments

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

nvanoost avatar Oct 08 '16 10:10 nvanoost

same error , any solution ?

hatimox avatar Oct 15 '16 23:10 hatimox

+1

gabrielsme avatar Nov 07 '16 01:11 gabrielsme

The branch 3.0 is ok.

gabrielsme avatar Nov 07 '16 04:11 gabrielsme

I'm also getting the same. Please help.

Thank you

abhayONS avatar Feb 02 '17 08:02 abhayONS

i have the same issue ..it was a bug from the file soapclient.js

aleximmanuel avatar Jun 26 '17 06:06 aleximmanuel

I have the same error, please, help!

Kamilnaja avatar Jun 26 '17 07:06 Kamilnaja