Closed vikas0vanvi closed 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"
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"