596061626364656667686970
System.exit(1); } File wsdl = new File(args[0]); AlarmRetrieval_Service ss = new AlarmRetrieval_Service(wsdl.toURL(), SERVICE_NAME); AlarmRetrieval port = ss.getAlarmRetrieval(); boolean foundOp = false; if ("all".equals(args[1])) { foundOp = true;