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

