LOG.finest("Create mass-spec API handle...");
// Create API handles.
final MassSpecAPISoap handle;
try {
handle = new MassSpecAPILocator().getMassSpecAPISoap();
} catch (ServiceException e) {
LOG.log(Level.WARNING,
"Problem initializing ChemSpider Mass-Spec API", e);
throw new IOException("Problem initializing ChemSpider API", e);
}