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.

Reply via email to