<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
...<br>
<blockquote
cite="mid:CAAESXAOi0hWtpVOsBN77CXSA63XgRtL1ymbiYWX=tCfu372Bzw@mail.gmail.com"
type="cite"><b style="color:rgb(102,0,0)"><font
style="color:rgb(0,0,0)" color="#000000"><span
style="color:rgb(0,0,102)"></span></font></b><span
style="color:rgb(0,0,0)">Other than the above method </span><span
style="color:rgb(0,0,0)">I believe the most suitable method to
use would be a naming service. Since it takes you away from
managing and maintaining the IOR .</span><br
style="color:rgb(0,0,0)">
<span style="color:rgb(0,0,0)">In this regard I wanted to know if
it would be possibe for the C++ server to binde objects to the
naming service</span> with ".id and .kind" names and the client
can access those objects through a particular string passed to the
<br>
<b>string_to_object</b> parameter ?? if so that would be best and
how would that string look like and an idea on how the server
would need to be configured..<br>
<b style="color:rgb(102,0,0)"><font style="color:rgb(0,0,0)"
color="#000000"><span style="color:rgb(0,0,102)"></span></font></b><br>
</blockquote>
You would use a CosNaming::Name parameter and a call to resolve() to
find the object in the naming service. Then call to narrow() to
convert it to the specific object type you expect.
string_to_object() should not be involved when using the naming
service.<br>
<br>
hth<br>
<br>
- Tom<br>
</body>
</html>