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

