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

Deal with issue#99 #100

Closed miguoliang closed 8 years ago

miguoliang commented 8 years ago

I read #80 and it doesn't work in my tests. After reading documents of $.ajax, I found a solution for cross-domain url request. It works in IE 11+、Edge、Chrome. And I hope it's useful, thanks.

doedje commented 8 years ago

I was away on holidays, so sorry for the late reply. Thanx for your pr, will merge into new 1.6.9 version.

THANX!

doedje commented 8 years ago

pulled your request into my local dev-branche.... new 1.6.9 version will be available soon! Thnx again!