var wsGetCategory=function() {
wsGetCategory.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsGetCategory.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wsGetCategory._staticInstance.get_path();},
GetCategoryDropDown:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCategoryDropDown',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); }}
wsGetCategory.registerClass('wsGetCategory',Sys.Net.WebServiceProxy);
wsGetCategory._staticInstance = new wsGetCategory();
wsGetCategory.set_path = function(value) { wsGetCategory._staticInstance.set_path(value); }
wsGetCategory.get_path = function() { return wsGetCategory._staticInstance.get_path(); }
wsGetCategory.set_timeout = function(value) { wsGetCategory._staticInstance.set_timeout(value); }
wsGetCategory.get_timeout = function() { return wsGetCategory._staticInstance.get_timeout(); }
wsGetCategory.set_defaultUserContext = function(value) { wsGetCategory._staticInstance.set_defaultUserContext(value); }
wsGetCategory.get_defaultUserContext = function() { return wsGetCategory._staticInstance.get_defaultUserContext(); }
wsGetCategory.set_defaultSucceededCallback = function(value) { wsGetCategory._staticInstance.set_defaultSucceededCallback(value); }
wsGetCategory.get_defaultSucceededCallback = function() { return wsGetCategory._staticInstance.get_defaultSucceededCallback(); }
wsGetCategory.set_defaultFailedCallback = function(value) { wsGetCategory._staticInstance.set_defaultFailedCallback(value); }
wsGetCategory.get_defaultFailedCallback = function() { return wsGetCategory._staticInstance.get_defaultFailedCallback(); }
wsGetCategory.set_path("/get-widget/wsGetCategory.asmx");
wsGetCategory.GetCategoryDropDown= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {wsGetCategory._staticInstance.GetCategoryDropDown(knownCategoryValues,category,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');
}

