addNamespace('IkanoInsurance.Web.Service.Model');
IkanoInsurance.Web.Service.Model._serviceURL='/service/model/model.asmx/';
IkanoInsurance.Web.Service.Model.getStepValues=function(onSuccess,onError){var factory = {};Fivestarday.Ajax.Webservices.doAjaxCall(IkanoInsurance.Web.Service.Model._serviceURL,'getStepValues',factory,onSuccess,onError);};
IkanoInsurance.Web.Service.Model.sendConfirmation=function(onSuccess,onError){var factory = {};Fivestarday.Ajax.Webservices.doAjaxCall(IkanoInsurance.Web.Service.Model._serviceURL,'sendConfirmation',factory,onSuccess,onError);};
IkanoInsurance.Web.Service.Model.updateCalculation=function(amount,onSuccess,onError){var factory = {};factory.amount = amount;Fivestarday.Ajax.Webservices.doAjaxCall(IkanoInsurance.Web.Service.Model._serviceURL,'updateCalculation',factory,onSuccess,onError);};
IkanoInsurance.Web.Service.Model.updateApplicant=function(socialSecurity,onSuccess,onError){var factory = {};factory.socialSecurity = socialSecurity;Fivestarday.Ajax.Webservices.doAjaxCall(IkanoInsurance.Web.Service.Model._serviceURL,'updateApplicant',factory,onSuccess,onError);};
IkanoInsurance.Web.Service.Model.submitFinish=function(email,phone,onSuccess,onError){var factory = {};factory.email = email;factory.phone = phone;Fivestarday.Ajax.Webservices.doAjaxCall(IkanoInsurance.Web.Service.Model._serviceURL,'submitFinish',factory,onSuccess,onError);};
