ImageServerImpl imageServerImpl = new ImageServerImpl("Image");
imageServerImpl.setORB(orb);
// Get object reference from the servant.
org.omg.CORBA.Object ref = rootpoa.servant_to_reference(imageServerImpl);
IImage href = IImageHelper.narrow(ref);
// Get the root naming context.
// NameService invokes the name service.
org.omg.CORBA.Object objRef =
orb.resolve_initial_references("NameService");