}
profileBody.object_key = _objectKey;
// TODO: if protocol using SSL, set port to 0 and set components
profileBody.components = NO_PROFILE_COMPONENTS;
TaggedProfile profile = new TaggedProfile();
profile.tag = TAG_INTERNET_IOP.value;
CdrOutputStream output = CdrOutputStream.getInstanceForEncapsulation();
ProfileBody_1_1Helper.write(output, profileBody);
profile.profile_data = output.getEncapsulation();