httpRequest.getSession().setAttribute("com.esri.gpt.user",admin);
// make the CSW request handler
rc = RequestContext.extract(httpRequest);
handler = ProviderFactory.newHandler(rc);
RequestOptions rOptions = handler.getOperationContext().getRequestOptions();
rOptions.getTransactionOptions().setAutoApprove(true);
// execute the testable action
if (action.nodeName.equalsIgnoreCase("url")) {
handler.handleGet(httpRequest);
} else if (actionName.equalsIgnoreCase("xml")) {