Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wsdl is null #49

Open
nvanoost opened this issue Oct 8, 2016 · 6 comments
Open

wsdl is null #49

nvanoost opened this issue Oct 8, 2016 · 6 comments

Comments

@nvanoost
Copy link

nvanoost commented Oct 8, 2016

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
Copy link

hatimox commented Oct 15, 2016

same error , any solution ?

@gabrielsme
Copy link

+1

@gabrielsme
Copy link

The branch 3.0 is ok.

@abhayONS
Copy link

abhayONS commented Feb 2, 2017

I'm also getting the same. Please help.

Thank you

@aleximmanuel
Copy link

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

@Kamilnaja
Copy link

I have the same error, please, help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants