How can I convert a stringfied name to a CosNaming::Name?
The INS specification defines to_string() and to_name() in the NamingContextExt interface for performing conversion between a stringified name and a CosNaming::Name. The VisiBroker Naming Service also provides a NamingUtil package to do that. This package can be used on the client side for efficiency, instead of using the NamingContextExt methods, which have to go over the wire to the server objects.