Type.registerNamespace('CNTTv4Web.WebServices');
CNTTv4Web.WebServices.SupportMethod=function() {
CNTTv4Web.WebServices.SupportMethod.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CNTTv4Web.WebServices.SupportMethod.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CNTTv4Web.WebServices.SupportMethod._staticInstance.get_path();},
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
RaterPost:function(ArticleId,RateValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RaterPost',false,{ArticleId:ArticleId,RateValue:RateValue},succeededCallback,failedCallback,userContext); },
FeedBackComplaint:function(FeedBackid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FeedBackComplaint',false,{FeedBackid:FeedBackid},succeededCallback,failedCallback,userContext); }}
CNTTv4Web.WebServices.SupportMethod.registerClass('CNTTv4Web.WebServices.SupportMethod',Sys.Net.WebServiceProxy);
CNTTv4Web.WebServices.SupportMethod._staticInstance = new CNTTv4Web.WebServices.SupportMethod();
CNTTv4Web.WebServices.SupportMethod.set_path = function(value) { CNTTv4Web.WebServices.SupportMethod._staticInstance.set_path(value); }
CNTTv4Web.WebServices.SupportMethod.get_path = function() { return CNTTv4Web.WebServices.SupportMethod._staticInstance.get_path(); }
CNTTv4Web.WebServices.SupportMethod.set_timeout = function(value) { CNTTv4Web.WebServices.SupportMethod._staticInstance.set_timeout(value); }
CNTTv4Web.WebServices.SupportMethod.get_timeout = function() { return CNTTv4Web.WebServices.SupportMethod._staticInstance.get_timeout(); }
CNTTv4Web.WebServices.SupportMethod.set_defaultUserContext = function(value) { CNTTv4Web.WebServices.SupportMethod._staticInstance.set_defaultUserContext(value); }
CNTTv4Web.WebServices.SupportMethod.get_defaultUserContext = function() { return CNTTv4Web.WebServices.SupportMethod._staticInstance.get_defaultUserContext(); }
CNTTv4Web.WebServices.SupportMethod.set_defaultSucceededCallback = function(value) { CNTTv4Web.WebServices.SupportMethod._staticInstance.set_defaultSucceededCallback(value); }
CNTTv4Web.WebServices.SupportMethod.get_defaultSucceededCallback = function() { return CNTTv4Web.WebServices.SupportMethod._staticInstance.get_defaultSucceededCallback(); }
CNTTv4Web.WebServices.SupportMethod.set_defaultFailedCallback = function(value) { CNTTv4Web.WebServices.SupportMethod._staticInstance.set_defaultFailedCallback(value); }
CNTTv4Web.WebServices.SupportMethod.get_defaultFailedCallback = function() { return CNTTv4Web.WebServices.SupportMethod._staticInstance.get_defaultFailedCallback(); }
CNTTv4Web.WebServices.SupportMethod.set_path("/WebServices/SupportMethod.asmx");
CNTTv4Web.WebServices.SupportMethod.HelloWorld= function(onSuccess,onFailed,userContext) {CNTTv4Web.WebServices.SupportMethod._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
CNTTv4Web.WebServices.SupportMethod.RaterPost= function(ArticleId,RateValue,onSuccess,onFailed,userContext) {CNTTv4Web.WebServices.SupportMethod._staticInstance.RaterPost(ArticleId,RateValue,onSuccess,onFailed,userContext); }
CNTTv4Web.WebServices.SupportMethod.FeedBackComplaint= function(FeedBackid,onSuccess,onFailed,userContext) {CNTTv4Web.WebServices.SupportMethod._staticInstance.FeedBackComplaint(FeedBackid,onSuccess,onFailed,userContext); }
