Is there anyway to call soap web services from angularJS ? is there any service like $http to call SOAP web services?
Asked
Active
Viewed 5,651 times
1 Answers
0
A quick web search came up with this library: https://github.com/andrewmcgivery/angular-soap
Disclaimer: I haven't used the library but looks promising from reading the description:
An angular port of a Javascript SOAP Client into a factory that has a similar syntax to $http.

Chanthu
- 1,794
- 1
- 15
- 22
-
is this solution is working for you? – Imran Ali Nov 30 '18 at 06:31