Type.registerNamespace('CS.Web.InfoPublish.WebService');
CS.Web.InfoPublish.WebService.Category=function() {
CS.Web.InfoPublish.WebService.Category.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CS.Web.InfoPublish.WebService.Category.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CS.Web.InfoPublish.WebService.Category._staticInstance.get_path();},
GetCategoryName:function(categoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCategoryName',false,{categoryId:categoryId},succeededCallback,failedCallback,userContext); }}
CS.Web.InfoPublish.WebService.Category.registerClass('CS.Web.InfoPublish.WebService.Category',Sys.Net.WebServiceProxy);
CS.Web.InfoPublish.WebService.Category._staticInstance = new CS.Web.InfoPublish.WebService.Category();
CS.Web.InfoPublish.WebService.Category.set_path = function(value) { CS.Web.InfoPublish.WebService.Category._staticInstance.set_path(value); }
CS.Web.InfoPublish.WebService.Category.get_path = function() { return CS.Web.InfoPublish.WebService.Category._staticInstance.get_path(); }
CS.Web.InfoPublish.WebService.Category.set_timeout = function(value) { CS.Web.InfoPublish.WebService.Category._staticInstance.set_timeout(value); }
CS.Web.InfoPublish.WebService.Category.get_timeout = function() { return CS.Web.InfoPublish.WebService.Category._staticInstance.get_timeout(); }
CS.Web.InfoPublish.WebService.Category.set_defaultUserContext = function(value) { CS.Web.InfoPublish.WebService.Category._staticInstance.set_defaultUserContext(value); }
CS.Web.InfoPublish.WebService.Category.get_defaultUserContext = function() { return CS.Web.InfoPublish.WebService.Category._staticInstance.get_defaultUserContext(); }
CS.Web.InfoPublish.WebService.Category.set_defaultSucceededCallback = function(value) { CS.Web.InfoPublish.WebService.Category._staticInstance.set_defaultSucceededCallback(value); }
CS.Web.InfoPublish.WebService.Category.get_defaultSucceededCallback = function() { return CS.Web.InfoPublish.WebService.Category._staticInstance.get_defaultSucceededCallback(); }
CS.Web.InfoPublish.WebService.Category.set_defaultFailedCallback = function(value) { CS.Web.InfoPublish.WebService.Category._staticInstance.set_defaultFailedCallback(value); }
CS.Web.InfoPublish.WebService.Category.get_defaultFailedCallback = function() { return CS.Web.InfoPublish.WebService.Category._staticInstance.get_defaultFailedCallback(); }
CS.Web.InfoPublish.WebService.Category.set_path("/WebService/Category.asmx");
CS.Web.InfoPublish.WebService.Category.GetCategoryName= function(categoryId,onSuccess,onFailed,userContext) {CS.Web.InfoPublish.WebService.Category._staticInstance.GetCategoryName(categoryId,onSuccess,onFailed,userContext); }

