receivedSms.setInvocation(invocation);
SmsDbManager smsMgr = new SmsDbManager(locale, session);
smsMgr.writeIncomingMessageLog(receivedSms);
eventParameters = new SmsEventParameters(locale, session, user, invocation, receivedSms);
InteractionLog log = new InteractionLog();
eventParameters.updateInteractionLog(log);
log.setOperation(InteractionLogManager.EVENT_SMS_SIMULATED);
log.setParameter(executionForm.getMessage());
interactionLogManager.writeInteractionLog(log);
interactionLogManager.writeInteractionLog(log);
EventVariables eventVariables = new EventVariables(eventParameters);