[omniORB] Interoperability with Voyager
Duncan Grisby
dgrisby@uk.research.att.com
Fri, 21 Sep 2001 18:02:21 +0100
On Friday 21 September, brk@jenkon.com wrote:
> Thanks for your response. Given that I have an object key of the
> form foo/bar/baz/myobject, what code do I need to write to connect to it?
It that really is the form of the object key, you use a corbaloc: URI
like
corbaloc::host:port/foo/bar/baz/myobject
However, the vast majority of ORBs put some binary octets in their
object keys, so it's quite likely that a corbaloc like that won't
work. If the corbaloc doesn't work, try to get hold of an IOR for an
object, and run catior -x on it. That will give you a hex dump of the
object key.
Cheers,
Duncan.
--
-- Duncan Grisby \ Research Engineer --
-- AT&T Laboratories Cambridge --
-- http://www.uk.research.att.com/~dpg1 --