String errMsg = "Error Getting UserLogin with userLoginId 'system':" + e.toString();
Debug.logError(e, errMsg, module);
}
Element confirmBodElement = doc.getDocumentElement();
confirmBodElement.normalize();
Element docCtrlAreaElement = UtilXml.firstChildElement(confirmBodElement, "os:CNTROLAREA");
Element bsrElement = UtilXml.firstChildElement(docCtrlAreaElement, "os:BSR");
String bsrVerb = UtilXml.childElementValue(bsrElement, "of:VERB");
String bsrNoun = UtilXml.childElementValue(bsrElement, "of:NOUN");
String bsrRevision = UtilXml.childElementValue(bsrElement, "of:REVISION");