Does anybody know how make a SOAP Request that support cross-domain with JQuery. I searched for it, but I did find a clearly example about how do it. Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can't do this, only JSONP is allowed cross-domain. You'll have to proxy the request through your own domain if you want a SOAP request. To be a little clearer on this, the only way JSONP gets around this is the restrictions on what you can do, it creates a |
|||
|
|