fileName = mandatoryBase + "IIA0" + i + "Policy.xml";
String[] policies = new String[] {fileName};
pdp = new TestPDP(policies);
if(i == 2)
pdp.addAttributeFinderModule(new TestAttributeFinderModule());
pdp.createInternalPDP();
String requestFile = null;