profModificationAction.setIusToUninstall(profileIUs);
//This is required for revert operations.
profModificationAction.setTimestamp(provActionInfo.getTimestamp());
//Review the profile modifiation operation
ResolutionResult resolutionResult = profModificationAction.reviewProfileChangeAction(
ProvisioningUtils.getProfile());
//Wrap ResolutionResult so that it can be send through the wire.
provisioningActionResultInfo = ProvWSUtils.wrapResolutionResult(resolutionResult);
int severity = resolutionResult.getSummaryStatus().getSeverity();