}
DefaultValidator val = new DefaultValidator();
try {
String msgString = loadFile(args[0]);
Parser parser = new GenericParser();
Message message = parser.parse(msgString);
String profileString = loadFile(args[1]);
ProfileParser profParser = new ProfileParser(true);
RuntimeProfile profile = profParser.parse(profileString);