factory.createOMElement("Response", samlp, artifactResponse);
response.addAttribute("ID", "foo2", null);
response.addAttribute("Version", "2.0", null);
response.addAttribute("IssueInstant", strCurrentDate, null);
status = factory.createOMElement("Status", samlp, response);
statusCode = factory.createOMElement("StatusCode", samlp, status);
statusCode.addAttribute("Value", buildStatus, null);
OMElement assertion =
factory.createOMElement("Assertion", saml, response);