.byReference(new File(
AllJavaSEServiceTestsuite.TEST_FILE_LOCATION+"PlanetsLogo.png")
.toURI().toURL())).build();
System.out.println("Input: " + input);
FormatRegistry format = FormatRegistryFactory.getFormatRegistry();
MigrateResult mr = dom.migrate(input, format.createExtensionUri("png"),
format.createExtensionUri( newExt ), null);
ServiceReport sr = mr.getReport();
System.out.println("Got Report: " + sr);
DigitalObject doOut = mr.getDigitalObject();