// If an RpcMessageReceiver is used, it does not make sense to store the WSDL in the AAR
if (!isRpcMessageReceiver) {
File wsdlF = new File(f.getAbsolutePath() + File.separator + "META-INF",
formatServiceName(axisService.getName()) + ".wsdl");
OutputStream wbOut = new FileOutputStream(wsdlF);
axisService.printWSDL(wbOut, NetworkUtils.getLocalHostname());
}
}
File fout = new File(workdir + File.separator + "dump_aar_output" + File.separator
+ uuid);
if(!fout.exists() && !fout.mkdirs()){