I think you should check here:https://developer.mozilla.org/En/ HTTP_access_control because you can not make a request to other domains directly. There are some method to overcome this kind of problems. iframe : http://developer.apple.com/internet/webcontent/iframe.html JSONP : http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html and I have heard something about hidden image but i did not found any document about it.
On Jun 11, 11:02 pm, Quu <[email protected]> wrote: > I want to, inside of my GWT application, load an XML document from a > different server then where the base page is from. My page is on > server A, and the GWT compiled javascript is on a different server, > location B. The XML I am trying to read is at the same location, B, so > why can't the JS loaded from there access ti with out tripping the SOP > error?. > > I used to be able to load XML from a remote site as long as the .html > file hosting the GWT app had a link to an image from the same location > as the XML. This worked in at least 1.7 of GWT, though I suspect it is > more the fact that I have a newer web browser since then. > > I have looked > athttp://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html > and I don't think I can specifically use any of the tricks there. They > seam to be JSON specific, and require a smart backend to append the > callback to the JSON returned text. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
