SOAP Web Services in Angular and Ionic

"In my post Ionic: Using Factories and Web Services for Dynamic Data, I covered the basics of consuming a RESTful web service from within an Ionic app using Angular’s $http module and a factory.

The question came up, however, of what about SOAP? Does Angular have support for SOAP web services? The answer is… not really. Fortunately, after some research and experimentation, I came up with angular-soap, an Angular module for consuming SOAP web services.

In this post, I’ll talk a bit about what it does and how to use it in an Ionic App."

Wanna skip the tutorial and just go to the GitHub repository? Here you go: https://github.com/andrewmcgivery/angular-soap

2 Likes

I’m trying to do something similar but with ionic 2. Any ideas ?