Type.registerNamespace('Pulte08.AjaxWebServices');
Pulte08.AjaxWebServices.SignUpService=function() {
Pulte08.AjaxWebServices.SignUpService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Pulte08.AjaxWebServices.SignUpService.prototype={
ProcessSignUp:function(siteID,firstName,lastName,email,address1,address2,city,stateAbbreviation,zip,phoneAreaCode1,phonePrefix1,phoneSuffix1,phoneAreaCode2,phonePrefix2,phoneSuffix2,isInternational,country,countryName,provinceRegion,postalCode,phone1,phone2,updateProfile,campaignTitle,campaignEmailAddress,answer,succeededCallback, failedCallback, userContext) {
return this._invoke(Pulte08.AjaxWebServices.SignUpService.get_path(), 'ProcessSignUp',false,{siteID:siteID,firstName:firstName,lastName:lastName,email:email,address1:address1,address2:address2,city:city,stateAbbreviation:stateAbbreviation,zip:zip,phoneAreaCode1:phoneAreaCode1,phonePrefix1:phonePrefix1,phoneSuffix1:phoneSuffix1,phoneAreaCode2:phoneAreaCode2,phonePrefix2:phonePrefix2,phoneSuffix2:phoneSuffix2,isInternational:isInternational,country:country,countryName:countryName,provinceRegion:provinceRegion,postalCode:postalCode,phone1:phone1,phone2:phone2,updateProfile:updateProfile,campaignTitle:campaignTitle,campaignEmailAddress:campaignEmailAddress,answer:answer},succeededCallback,failedCallback,userContext); }}
Pulte08.AjaxWebServices.SignUpService.registerClass('Pulte08.AjaxWebServices.SignUpService',Sys.Net.WebServiceProxy);
Pulte08.AjaxWebServices.SignUpService._staticInstance = new Pulte08.AjaxWebServices.SignUpService();
Pulte08.AjaxWebServices.SignUpService.set_path = function(value) { Pulte08.AjaxWebServices.SignUpService._staticInstance._path = value; }
Pulte08.AjaxWebServices.SignUpService.get_path = function() { return Pulte08.AjaxWebServices.SignUpService._staticInstance._path; }
Pulte08.AjaxWebServices.SignUpService.set_timeout = function(value) { Pulte08.AjaxWebServices.SignUpService._staticInstance._timeout = value; }
Pulte08.AjaxWebServices.SignUpService.get_timeout = function() { return Pulte08.AjaxWebServices.SignUpService._staticInstance._timeout; }
Pulte08.AjaxWebServices.SignUpService.set_defaultUserContext = function(value) { Pulte08.AjaxWebServices.SignUpService._staticInstance._userContext = value; }
Pulte08.AjaxWebServices.SignUpService.get_defaultUserContext = function() { return Pulte08.AjaxWebServices.SignUpService._staticInstance._userContext; }
Pulte08.AjaxWebServices.SignUpService.set_defaultSucceededCallback = function(value) { Pulte08.AjaxWebServices.SignUpService._staticInstance._succeeded = value; }
Pulte08.AjaxWebServices.SignUpService.get_defaultSucceededCallback = function() { return Pulte08.AjaxWebServices.SignUpService._staticInstance._succeeded; }
Pulte08.AjaxWebServices.SignUpService.set_defaultFailedCallback = function(value) { Pulte08.AjaxWebServices.SignUpService._staticInstance._failed = value; }
Pulte08.AjaxWebServices.SignUpService.get_defaultFailedCallback = function() { return Pulte08.AjaxWebServices.SignUpService._staticInstance._failed; }
Pulte08.AjaxWebServices.SignUpService.set_path("/AjaxWebServices/SignUpService.asmx");
Pulte08.AjaxWebServices.SignUpService.ProcessSignUp= function(siteID,firstName,lastName,email,address1,address2,city,stateAbbreviation,zip,phoneAreaCode1,phonePrefix1,phoneSuffix1,phoneAreaCode2,phonePrefix2,phoneSuffix2,isInternational,country,countryName,provinceRegion,postalCode,phone1,phone2,updateProfile,campaignTitle,campaignEmailAddress,answer,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.SignUpService._staticInstance.ProcessSignUp(siteID,firstName,lastName,email,address1,address2,city,stateAbbreviation,zip,phoneAreaCode1,phonePrefix1,phoneSuffix1,phoneAreaCode2,phonePrefix2,phoneSuffix2,isInternational,country,countryName,provinceRegion,postalCode,phone1,phone2,updateProfile,campaignTitle,campaignEmailAddress,answer,onSuccess,onFailed,userContext); }
