http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/FAQ_JSONFeedsFromOtherDomain
I'm trying to use this method. It call the servlet, but it doesn't return me anything. Any suggestion? On Fri, Mar 4, 2011 at 10:41 AM, Alex D. <[email protected]> wrote: > Same Origin Policy - you cannot call another host, or same host with > different port. XML-RPC implementation will not allow you to do that. > Actually, the XmlHttpRequest that is ajax core and used for all the calls > will not allow you to do that (so the browser will actually limit you > there). You could use REST, or have a proxy implementation (you proxy to a > servlet using XML-RPC and the servlet is doing the call to that host, using > http client). > > -- > 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. > -- Marco -- 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.
