Thanks Thomas for the great suggestion. Before diving into implementation of java. I just tested my C++ Server and C++ Client using the naming service on two different computers this time and unfortunately they do not work.<br>
Earlier I was testing the Server and the client on the same pc and they were working. My earlier procedure was quiet simple , I would simply start the naming service using <b>omniNames -start</b> and then run the server and the client .The client would find the data registered by the server on the naming service with no problem.Is there some other configuration details that we have to deal with when the server and client are on different computers on a network?? I think the client needs to know the ip address of the server. Where would i insert that.. Any suggestions would be appreciated.<br>
<br><br><br><br><br><div class="gmail_quote">On Wed, Dec 28, 2011 at 8:36 AM, Thomas Lockhart <span dir="ltr">&lt;<a href="mailto:lockhart@fourpalms.org">lockhart@fourpalms.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    ...<div class="im"><br>
    <blockquote 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 &quot;.id and .kind&quot; 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></div>
    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>
  </div>

</blockquote></div><br>