var countryselect=function() {
countryselect.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
countryselect.prototype={
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(countryselect.get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
getstatesnames:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(countryselect.get_path(), 'getstatesnames',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
getallcalcvalues:function(uid,sCouponcode,tolocation,sAucode,strtocounty,strzipcode,strUpsServicecode,strviewstate,succeededCallback, failedCallback, userContext) {
return this._invoke(countryselect.get_path(), 'getallcalcvalues',false,{uid:uid,sCouponcode:sCouponcode,tolocation:tolocation,sAucode:sAucode,strtocounty:strtocounty,strzipcode:strzipcode,strUpsServicecode:strUpsServicecode,strviewstate:strviewstate},succeededCallback,failedCallback,userContext); },
getprodinformation:function(unitcode,prodcode,sLang,succeededCallback, failedCallback, userContext) {
return this._invoke(countryselect.get_path(), 'getprodinformation',false,{unitcode:unitcode,prodcode:prodcode,sLang:sLang},succeededCallback,failedCallback,userContext); },
GetClearfn:function(succeededCallback, failedCallback, userContext) {
return this._invoke(countryselect.get_path(), 'GetClearfn',false,{},succeededCallback,failedCallback,userContext); },
Encrypt:function(Input,succeededCallback, failedCallback, userContext) {
return this._invoke(countryselect.get_path(), 'Encrypt',false,{Input:Input},succeededCallback,failedCallback,userContext); },
Decrypt:function(Input,succeededCallback, failedCallback, userContext) {
return this._invoke(countryselect.get_path(), 'Decrypt',false,{Input:Input},succeededCallback,failedCallback,userContext); },
Methodcustermoreturn:function(Stremailid,succeededCallback, failedCallback, userContext) {
return this._invoke(countryselect.get_path(), 'Methodcustermoreturn',false,{Stremailid:Stremailid},succeededCallback,failedCallback,userContext); }}
countryselect.registerClass('countryselect',Sys.Net.WebServiceProxy);
countryselect._staticInstance = new countryselect();
countryselect.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; countryselect._staticInstance._path = value; }
countryselect.get_path = function() { return countryselect._staticInstance._path; }
countryselect.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
countryselect._staticInstance._timeout = value; }
countryselect.get_timeout = function() { 
return countryselect._staticInstance._timeout; }
countryselect.set_defaultUserContext = function(value) { 
countryselect._staticInstance._userContext = value; }
countryselect.get_defaultUserContext = function() { 
return countryselect._staticInstance._userContext; }
countryselect.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; countryselect._staticInstance._succeeded = value; }
countryselect.get_defaultSucceededCallback = function() { 
return countryselect._staticInstance._succeeded; }
countryselect.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; countryselect._staticInstance._failed = value; }
countryselect.get_defaultFailedCallback = function() { 
return countryselect._staticInstance._failed; }
countryselect.set_path("/countryselect.asmx");
countryselect.HelloWorld= function(onSuccess,onFailed,userContext) {countryselect._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
countryselect.getstatesnames= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {countryselect._staticInstance.getstatesnames(knownCategoryValues,category,onSuccess,onFailed,userContext); }
countryselect.getallcalcvalues= function(uid,sCouponcode,tolocation,sAucode,strtocounty,strzipcode,strUpsServicecode,strviewstate,onSuccess,onFailed,userContext) {countryselect._staticInstance.getallcalcvalues(uid,sCouponcode,tolocation,sAucode,strtocounty,strzipcode,strUpsServicecode,strviewstate,onSuccess,onFailed,userContext); }
countryselect.getprodinformation= function(unitcode,prodcode,sLang,onSuccess,onFailed,userContext) {countryselect._staticInstance.getprodinformation(unitcode,prodcode,sLang,onSuccess,onFailed,userContext); }
countryselect.GetClearfn= function(onSuccess,onFailed,userContext) {countryselect._staticInstance.GetClearfn(onSuccess,onFailed,userContext); }
countryselect.Encrypt= function(Input,onSuccess,onFailed,userContext) {countryselect._staticInstance.Encrypt(Input,onSuccess,onFailed,userContext); }
countryselect.Decrypt= function(Input,onSuccess,onFailed,userContext) {countryselect._staticInstance.Decrypt(Input,onSuccess,onFailed,userContext); }
countryselect.Methodcustermoreturn= function(Stremailid,onSuccess,onFailed,userContext) {countryselect._staticInstance.Methodcustermoreturn(Stremailid,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
