try {
//
// Get the IIOP profile body
//
byte[] data = ior.profiles[i].profile_data;
ProfileBody_1_0 body = ProfileBody_1_0Helper.extract(Util.getCodec().decode_value(data, ProfileBody_1_0Helper.type()));
//
// Create new connector for this profile
//
if (body.port < 0) {