ultimateType = vociTypeToUltimate.get(type);
String url = "http://dlg.galileo.usg.edu/cgi-bin/meta.cgi?" + "dbs="
+ ultimateType + "&userid=ultimate_xml&nc=1&" + "query="
+ query + "&numrecs=" + maxNumRecs;
URLDataSource uds = new URLDataSource();
String result = "";
try
{
result = uds.retrieveWithTimeout(url, 300000,
"Mozilla/5.0 (CRDL; http://www.crdl.org)",
"VOCI / cbking@uga.edu");
}
catch( IOException ioex )
{