No it is not possible since RPC call are simple XmlHttpRequests and Security
implementation in browser does not allow cross server call.
But, you can forward your RPC requests from the Serve1r to your Server2

Client1 --> Server1 --> Server2.


2010/11/15 Raju <[email protected]>

> Hi,
>
> I am new to GWT and had a requirement.
> I have two applications running on two different servers.
> And i need to make an asynchronous call from one application to the
> other.
> Is it possible to call the Remote Procedure of one application running
> on a different server from a different application running on a
> different server?
>
> If so please let me know.
>
> Thanks in advance.
>
> Raju
>
> --
> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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