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