method = new GetMethod( uri );
queryParams[2] = webappParam;
method.setQueryString( queryParams );
is = executeXMLRequest( method, uri, Constants.WEBAPPS_FILE );
Webapps webapps = null;
try {
webapps = XMLHelper.getWebapps( is, Constants.WEBAPPS_FILE, config );
}
catch ( Exception e ) {
String msg = "ERROR: encountered exception processing resource( " + Constants.WEBAPPS_FILE + " )";