sed.setUserAgent(request.getHeader(HttpHeaders.USER_AGENT.toString()));
}
response.setStatus(status);
response.setContentType("application/atom+xml; charset=UTF-8");
PrintWriter out = response.getWriter();
out.write(sed.marshall().toXML());
out.flush();
}
/**
* Utility method to return the username and password (separated by a colon