-3

Is there anyway to call soap web services from angularJS ? is there any service like $http to call SOAP web services?

Ganesh Karamala
  • 513
  • 1
  • 7
  • 13

1 Answers1

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