* org.fcrepo.server.security.xacml.pep.ws.operations.OperationHandler#handleRequest(SOAPMessageContext)
*/
@Override
public RequestCtx handleRequest(SOAPMessageContext context)
throws OperationHandlerException {
RequestCtx req = null;
Map<URI, AttributeValue> resAttr;
Map<URI, AttributeValue> actions = new HashMap<URI, AttributeValue>();
try {