org.omg.CORBA.Any any = null;
org.omg.DynamicAny.DynUnion dynAny = null;
org.omg.DynamicAny.DynAny member = null; // specific to IDL
type = new UnionDefaultIntType ();
type.win (testVal);
any = orb.create_any ();
UnionDefaultIntTypeHelper.insert (any, type);
dynAny = createDynAnyFromAny (any);
// test getting the kind of the active member