Type.registerNamespace('CreateThe.Com.Web.CodeBase.WebServices');
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService=function() {
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.get_path();},
QuickRegisterEmail:function(emailAddress,gender,birthday,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'QuickRegisterEmail',false,{emailAddress:emailAddress,gender:gender,birthday:birthday},succeededCallback,failedCallback,userContext); },
RegisterEmail:function(title,firstName,lastName,address1,address2,city,country,emailAddress,phoneNumber,company,gender,interests,optInPost,optInEmail,optInMobile,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RegisterEmail',false,{title:title,firstName:firstName,lastName:lastName,address1:address1,address2:address2,city:city,country:country,emailAddress:emailAddress,phoneNumber:phoneNumber,company:company,gender:gender,interests:interests,optInPost:optInPost,optInEmail:optInEmail,optInMobile:optInMobile},succeededCallback,failedCallback,userContext); },
RegisterEmailSaaS:function(title,firstName,lastName,address1,address2,city,state,country,emailAddress,phoneNumber,company,gender,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RegisterEmailSaaS',false,{title:title,firstName:firstName,lastName:lastName,address1:address1,address2:address2,city:city,state:state,country:country,emailAddress:emailAddress,phoneNumber:phoneNumber,company:company,gender:gender},succeededCallback,failedCallback,userContext); },
QuickRegisterEmailSaaS:function(emailAddress,gender,birthdayMonth,birthdayYear,country,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'QuickRegisterEmailSaaS',false,{emailAddress:emailAddress,gender:gender,birthdayMonth:birthdayMonth,birthdayYear:birthdayYear,country:country},succeededCallback,failedCallback,userContext); }}
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.registerClass('CreateThe.Com.Web.CodeBase.WebServices.RegistrationService',Sys.Net.WebServiceProxy);
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance = new CreateThe.Com.Web.CodeBase.WebServices.RegistrationService();
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.set_path = function(value) { CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.set_path(value); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.get_path = function() { return CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.get_path(); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.set_timeout = function(value) { CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.set_timeout(value); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.get_timeout = function() { return CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.get_timeout(); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.set_defaultUserContext = function(value) { CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.set_defaultUserContext(value); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.get_defaultUserContext = function() { return CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.get_defaultUserContext(); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.set_defaultSucceededCallback = function(value) { CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.set_defaultSucceededCallback(value); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.get_defaultSucceededCallback = function() { return CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.get_defaultSucceededCallback(); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.set_defaultFailedCallback = function(value) { CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.set_defaultFailedCallback(value); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.get_defaultFailedCallback = function() { return CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.get_defaultFailedCallback(); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.set_path("/codebase/webservices/registrationservice.asmx");
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.QuickRegisterEmail= function(emailAddress,gender,birthday,onSuccess,onFailed,userContext) {CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.QuickRegisterEmail(emailAddress,gender,birthday,onSuccess,onFailed,userContext); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.RegisterEmail= function(title,firstName,lastName,address1,address2,city,country,emailAddress,phoneNumber,company,gender,interests,optInPost,optInEmail,optInMobile,onSuccess,onFailed,userContext) {CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.RegisterEmail(title,firstName,lastName,address1,address2,city,country,emailAddress,phoneNumber,company,gender,interests,optInPost,optInEmail,optInMobile,onSuccess,onFailed,userContext); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.RegisterEmailSaaS= function(title,firstName,lastName,address1,address2,city,state,country,emailAddress,phoneNumber,company,gender,onSuccess,onFailed,userContext) {CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.RegisterEmailSaaS(title,firstName,lastName,address1,address2,city,state,country,emailAddress,phoneNumber,company,gender,onSuccess,onFailed,userContext); }
CreateThe.Com.Web.CodeBase.WebServices.RegistrationService.QuickRegisterEmailSaaS= function(emailAddress,gender,birthdayMonth,birthdayYear,country,onSuccess,onFailed,userContext) {CreateThe.Com.Web.CodeBase.WebServices.RegistrationService._staticInstance.QuickRegisterEmailSaaS(emailAddress,gender,birthdayMonth,birthdayYear,country,onSuccess,onFailed,userContext); }

