return WSRPTypeFactory.createBlockingInteractionResponse(updateResponse);
}
else
{
// result should be HTTPRedirectionResult
HTTPRedirectionResponse redirectionResult = (HTTPRedirectionResponse)response;
return WSRPTypeFactory.createBlockingInteractionResponse(redirectionResult.getLocation());
}
}