doedje / jquery.soap

This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
352 stars 148 forks source link

how can i choose a method to call my soap api? like GET or POST #112

Closed praveenkumarS7 closed 7 years ago

doedje commented 7 years ago

The current version of jQuery.soap only supports POST.

273             type: "POST",

Do you need GET?

doedje commented 7 years ago

I'll close this issue when I don't receive any feedback....

praveenkumarS7 commented 7 years ago

there is no way to call soap api in angular2. Better u can go for jquery soap