Hello,

This feels like a silly question.  Please forgive if so.

For my simple proof-of-concept application, I have two RPC services,
both of which may be accessible by the client.  However, for one of my
use cases, I need for one of the services to access the other
service.  Is there any mechanism by which this can happen?  I can't
find any hints of this in the documentation.

Let me put this a different way:

1.  Client invokes Create on service A.
2.  Service A invokes Create on Service B.
3.  Service B creates a resource and returns info to Service A.
4.  Service A creates a resource and returns info to the Client.

In order for this to happen, Service A needs to be able to find
Service B, on the server-side.  How can I accomplish this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to