const ServiceId CodeSets = 1;
const ProfileId TAG_INTERNET_IOP = 0;
const ProfileId TAG_MULTIPLE_COMPONENTS = 1;
const ServiceId TransactionService = 0;
struct IOR { string type_id; sequence<TaggedProfile> profiles; };
struct ServiceContext { ServiceId context_id; sequence<octet> context_data; };
struct TaggedComponent { ComponentId tag; sequence<octet> component_data; };
struct TaggedProfile { ProfileId tag; sequence<octet> profile_data; };
typedef unsigned long ComponentId;
typedef sequence<TaggedComponent> MultipleComponentProfile;
typedef unsigned long ProfileId;
typedef sequence<ServiceContext> ServiceContextList;
typedef unsigned long ServiceId;
Generated by the ORBacus IDL-to-HTML translator (non-commercial)