0

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?

Community
  • 1
  • 1
user1511443
  • 175
  • 1
  • 11

1 Answers1

1

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).

Brett Zamir
  • 14,034
  • 6
  • 54
  • 77