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

Cannot read property 'getElementsByTagName' of null #57

Closed vikas0vanvi closed 7 years ago

vikas0vanvi commented 7 years ago

Getting error on https://github.com/andrewmcgivery/angular-soap/blob/3.0/soapclient.js#L423

i am calling return "http://providerservice.fmcnetwork.net/MobileAppService.asmx?op=UserRegistration" like this

return $soap.post("http://providerservice.fmcnetwork.net/MobileAppService.asmx", "UserRegistration", { DeviceUUID: data.DeviceUUID, DevicePushID: data.DevicePushID });

is it right way? if it is i am getting this error "Cannot read property 'getElementsByTagName' of null"