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