Possible Duplicate:
is it possible to get cross domain SOAP request using jquery
please help me on a way to get a SOAP response from a different domain and parse it to display info on my web page.
i dont have access to the other DOMAIN.
i want to do this using javascript or jquery.
if not possible, what is the way to do it?
Unless the other domain is exposing its API via JSONP or HTML5 CORS, it is not possible short of setting up your own server as a proxy and then calling your server (bearing in mind others could theoretically access your proxy as well unless it is access protected).