Type.registerNamespace('MortgagesByLiz');
MortgagesByLiz.UpdateService=function() {
MortgagesByLiz.UpdateService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MortgagesByLiz.UpdateService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MortgagesByLiz.UpdateService._staticInstance.get_path();},
FindUsefulInfo:function(intID,strSearch,succeededCallback, failedCallback, userContext) {
/// <param name="intID" type="Number">System.Int32</param>
/// <param name="strSearch" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'FindUsefulInfo',false,{intID:intID,strSearch:strSearch},succeededCallback,failedCallback,userContext); },
FindBlog:function(intID,strSearch,succeededCallback, failedCallback, userContext) {
/// <param name="intID" type="Number">System.Int32</param>
/// <param name="strSearch" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'FindBlog',false,{intID:intID,strSearch:strSearch},succeededCallback,failedCallback,userContext); }}
MortgagesByLiz.UpdateService.registerClass('MortgagesByLiz.UpdateService',Sys.Net.WebServiceProxy);
MortgagesByLiz.UpdateService._staticInstance = new MortgagesByLiz.UpdateService();
MortgagesByLiz.UpdateService.set_path = function(value) {
MortgagesByLiz.UpdateService._staticInstance.set_path(value); }
MortgagesByLiz.UpdateService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return MortgagesByLiz.UpdateService._staticInstance.get_path();}
MortgagesByLiz.UpdateService.set_timeout = function(value) {
MortgagesByLiz.UpdateService._staticInstance.set_timeout(value); }
MortgagesByLiz.UpdateService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return MortgagesByLiz.UpdateService._staticInstance.get_timeout(); }
MortgagesByLiz.UpdateService.set_defaultUserContext = function(value) { 
MortgagesByLiz.UpdateService._staticInstance.set_defaultUserContext(value); }
MortgagesByLiz.UpdateService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return MortgagesByLiz.UpdateService._staticInstance.get_defaultUserContext(); }
MortgagesByLiz.UpdateService.set_defaultSucceededCallback = function(value) { 
 MortgagesByLiz.UpdateService._staticInstance.set_defaultSucceededCallback(value); }
MortgagesByLiz.UpdateService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return MortgagesByLiz.UpdateService._staticInstance.get_defaultSucceededCallback(); }
MortgagesByLiz.UpdateService.set_defaultFailedCallback = function(value) { 
MortgagesByLiz.UpdateService._staticInstance.set_defaultFailedCallback(value); }
MortgagesByLiz.UpdateService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return MortgagesByLiz.UpdateService._staticInstance.get_defaultFailedCallback(); }
MortgagesByLiz.UpdateService.set_enableJsonp = function(value) { MortgagesByLiz.UpdateService._staticInstance.set_enableJsonp(value); }
MortgagesByLiz.UpdateService.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return MortgagesByLiz.UpdateService._staticInstance.get_enableJsonp(); }
MortgagesByLiz.UpdateService.set_jsonpCallbackParameter = function(value) { MortgagesByLiz.UpdateService._staticInstance.set_jsonpCallbackParameter(value); }
MortgagesByLiz.UpdateService.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return MortgagesByLiz.UpdateService._staticInstance.get_jsonpCallbackParameter(); }
MortgagesByLiz.UpdateService.set_path("/UpdateService.asmx");
MortgagesByLiz.UpdateService.FindUsefulInfo= function(intID,strSearch,onSuccess,onFailed,userContext) {
/// <param name="intID" type="Number">System.Int32</param>
/// <param name="strSearch" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MortgagesByLiz.UpdateService._staticInstance.FindUsefulInfo(intID,strSearch,onSuccess,onFailed,userContext); }
MortgagesByLiz.UpdateService.FindBlog= function(intID,strSearch,onSuccess,onFailed,userContext) {
/// <param name="intID" type="Number">System.Int32</param>
/// <param name="strSearch" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
MortgagesByLiz.UpdateService._staticInstance.FindBlog(intID,strSearch,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(MortgagesByLiz.UsefulInfoReturn) === 'undefined') {
MortgagesByLiz.UsefulInfoReturn=gtc("MortgagesByLiz.UsefulInfoReturn");
MortgagesByLiz.UsefulInfoReturn.registerClass('MortgagesByLiz.UsefulInfoReturn');
}
if (typeof(MortgagesByLiz.BlogReturn) === 'undefined') {
MortgagesByLiz.BlogReturn=gtc("MortgagesByLiz.BlogReturn");
MortgagesByLiz.BlogReturn.registerClass('MortgagesByLiz.BlogReturn');
}

