I need to call a WebService of a different domain from my application using plain JavaScript. I don’t have a liberty to use any JavaScript/Ajax libraries - I can only use plain JavaScript.
Solution must work on IE and Firefox both.
My blood is tested +ve for Java.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
Since XmlHttpRequest falls under the same-domain policy, you'll have to use JSONP.