SecurityManager oldSm = System.getSecurityManager();
long timestamp = CodegenUtils.getCodegenTimestamp();
boolean result = true;
try {
System.setProperty("java.class.path", newCp);
System.setSecurityManager(new NoExitSecurityManager());
for (int x = 0; x < wsdlOptions.length; x++) {
processWsdl(wsdlOptions[x], outputDirFile, timestamp);
File dirs[] = wsdlOptions[x].getDeleteDirs();