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

