Hi,
Is it possible, with atlas, to call a web service that is out-side my application domain
ex. http://sample.com/sample.asmx
ThanksThe issue with doing this is that you will run into the browser's cross domain scripting restrictions. But if the other domain is trusted, and XMLHTTP doesn't block the call, then I believe it should work. Note that for this to work, the web server that processes the request (i.e. that has sample.asmx) needs to also be running Atlas.
It's not possible to use the web server associated with the domain like a "proxy" to call other web service outside the trusted domain? It's just an idea and I think that an automated proxy generator for remote web service can be very usefull. In addiction in this way the remote web service doesn't need to run Atlas.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment