Groups | Blog | Home
all groups > dotnet remoting > august 2003 >

dotnet remoting : call a remote object from within an other remote object


Chris
8/28/2003 1:24:34 AM
Hi
I've got a problem with remoting and can't find a solution
by myself.
I have 2 remote objects, 2 servers to host the remote
objects and a client. The client uses one of these remote
objects, which should use the other remote object. But I'm
not able to get the reference of the 2nd remote object
from inside the first one. (both remote objects work when
they are used from client application).

Is it possible to call a remote object from an other one
and if yes how can I do that?

Thanks a lot for a fast answer.
Kumar Gaurav Khanna [.NET MVP]
9/1/2003 8:22:28 AM
Hi!

Assuming object B on Server B has to use object A on server A,:

1) Is server A up and running when server B attempts to get a reference to
the object A?
2) Are the two servers able to communicate with each other (say, ping each
other properly) ?

--

Regards,
Gaurav Khanna
----------------------------------------------------------------------------
----------------
Microsoft MVP - .NET, MCSE Windows 2000/NT4, MCP+I
WinToolZone - Spelunking Microsoft Technologies
http://www.wintoolzone.com/
[quoted text, click to view]

masonbeard NO[at]SPAM hotmail.com
9/25/2003 9:58:56 PM
This is kind of related but not....Is it possible to invoke a
Webservice from a remote object? I have no problems making a remote
object call and intern calling and returning other remote objects back
to the client. However I can't seem to call a webservice that returns
some data that I use to populate a serialized object to return. Any
input on this would be greatly appreciated.



[quoted text, click to view]
AddThis Social Bookmark Button