{
TestAction action = portletTestCase.getAction(ctx.getRequestCount(), getServiceJointpoint());
if (action != null && action instanceof ServletServiceTestAction)
{
log.info("Found Action for this jointpoint");
Response dr = ((ServletServiceTestAction)action).execute(this, request, response, ctx);
if (dr != null)
{
ctx.updateResponse(dr);
}
}