Attr getConfirmationCountAttribute = reponseDoc.createAttributeNS(SSAFNodes.confirmations_count
.getNamespace(), SSAFNodes.confirmations_count.getQName());
getConfirmationCountAttribute.setNodeValue(String.valueOf(confirmCount));
root.setAttributeNode(getConfirmationCountAttribute);
Attr getErrorsCountAttribute = reponseDoc.createAttributeNS(SSAFNodes.errors_count
.getNamespace(), SSAFNodes.errors_count.getQName());
getErrorsCountAttribute.setNodeValue(String.valueOf(errorCount));
root.setAttributeNode(getErrorsCountAttribute);
//create confirmations element