//Process the STS and service policy policy
this.processPolicy(issuerPolicy, servicePolicy);
try {
OMElement response = client.sendReceive(rstQn,
createIssueRequest(requestType, appliesTo));
return processIssueResponse(version, response, issuerAddress);
} finally {
client.cleanupTransport();