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