Skip to content

wsdl is null #49

@nvanoost

Description

@nvanoost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions