props.put("yoko.orb.id", "CXF-CORBA-Server-Binding");
orb = ORB.init(new String[0], props);
TestUtils testUtils = new TestUtils();
//CorbaDestination destination = (CorbaDestination)getDestination();
CorbaDestination destination = testUtils.getComplexTypesTestDestination();
service = destination.getBindingInfo().getService();
List<TypeMappingType> corbaTypes
= service.getDescription().getExtensors(TypeMappingType.class);
typeMap = CorbaUtils.createCorbaTypeMap(corbaTypes);
}