andrewmcgivery / angular-soap

An angular port of a Javascript SOAP Client into a factory that has a similar syntax to $http.
114 stars 84 forks source link

ERR:NAME_NOT_RESOLVED #56

Open thesourav123 opened 7 years ago

thesourav123 commented 7 years ago

I want to call a WSDL Located at: http://xxxx:8095/xxx/xxx/certificate?wsdl

But i am getting error on the console GET http://xxxx:8095/xxx/xxx/certificate?wsdl net::ERR_NAME_NOT_RESOLVED

The WSDL URL is working perfectly in POSTMAN/SOAPUI.