Soap in ionic

How to consume soap web in ionic 2?

1 Like

You will need a SOAP library for Angular. Quick googling gave me this: https://github.com/andrewmcgivery/angular-soap

I need an example for ionic 2 …

Hi @gceduvieira
Here is a link of Soap Example

Hope this will solve your issue.

Feel free to mark it as a solution and you can always like the answer by clicking heart icon.

1 Like

I have just upgraded the original angular-soap to make it work with typescript and Ionic2, take a look https://github.com/infoxicator/angular2-soap

1 Like