/**
* @return
*/
public static SigFile getLatestSigFile() {
try {
PronomService_Service pss = new PronomService_Service();
PronomService pronomService = pss.getPronomServiceSoap();
return pronomService.getSignatureFileV1();
} catch ( Exception e ) {
log.warning("Could not download the latest DROID Signature File. Using an embedded one instead.");
log.warning("Exception was "+e);
}