is this usage correct?
String doc has the right contents in it (verified by logging) and url has a unique url of the downloaded file.
logger.debug(doc);
File f = new File(list.addNewFile(url.toString()));
FileUtils.writeStringToFile(f, doc);
however, the resulting files are empty when thery are processed by the next DPU (T-XSLT) which is verified when looking into the working directory
is this usage correct?
String doc has the right contents in it (verified by logging) and url has a unique url of the downloaded file.
however, the resulting files are empty when thery are processed by the next DPU (T-XSLT) which is verified when looking into the working directory