Hi i wanted to know if its possible to connect my C++ server to a java naming server.<br>So far I have a C++ server and a C++ client developed using Omniorb which connect to each other using Naming service <b>(omninames -start)</b> and they work<br>
I also have a CORBA Java server and a Java client which connect to each other using Naming service <b>(tnameserv.exe) and this also works<br>I wanted to know is there a way to make my C++ server connect to the java naming service. So that my C++ server could exchange data with my java client ?? Offcourse the stubs and skeletons of both the java and C++ applications were created from the same IDL. Also I am testing on the same machine. So any method or mechanism to do this would be appreciated.<br>
</b>