<div dir="ltr">Good morning,<div>I am trying to get the Interface out of the stringified IOR, is it possible?</div><div>In other words, given a CORBA Object, is it possible to guess its corresponding Interface Definition?</div><div><br></div><div>For example:</div><div><br></div><div>CORBA::Object_ptr obj=...</div><div>std::cout&lt;&lt;corbautil.getTypeStr(obj)&lt;&lt;std::endl</div><div><br></div><div>Should result in:<br></div><div>&quot;IDL:<a href="http://meow.com/Test/A:1.0">meow.com/Test/A:1.0</a>&quot;</div><div><br></div><div>Is this possible at all? If so, I would appreciate any hints to implement the method getTypeStr(CORBA::Object_ptr obj)</div><div><br></div><div>Thanks in advance.</div><div><br></div></div>