String recordURI = null;
ServiceResponseInfo sb = new ServiceResponseInfo();
// Empty element just specifies http 200 status code which represents
// Standard response for successful HTTP requests.
Empty empty = new Empty();
HashMap<String, String> attributesMap = SSAFUtil
.getMessageAttributes(docElement);
mailBoxURI = attributesMap.get("dropoffMailBoxURI");
recordURI = attributesMap.get("recordURI");