String jobGroupName = (String)request.getAttribute("jobGroupName");
getSchedule(request, response);
TriggerInfo tInfo = (TriggerInfo)sessCont.getAttribute(SpagoBIConstants.TRIGGER_INFO);
StringBuffer message = createMessageSaveSchedulation(tInfo, true,profile);
// call the web service to create the schedule
String resp = schedulerService.scheduleJob(message.toString());
SourceBean schedModRespSB = SchedulerUtilities.getSBFromWebServiceResponse(resp);
if(schedModRespSB!=null) {
String outcome = (String)schedModRespSB.getAttribute("outcome");
if(outcome.equalsIgnoreCase("fault"))
throw new Exception("Immediate Trigger not created by the web service");