var WSHotelsSearchProgress=function() {
WSHotelsSearchProgress.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WSHotelsSearchProgress.prototype={
GetAvailabilityUpdates:function(inString,hfSessionID,hfStatusID,lblMessageID,btnRefreshID,succeededCallback, failedCallback, userContext) {
return this._invoke(WSHotelsSearchProgress.get_path(), 'GetAvailabilityUpdates',false,{inString:inString,hfSessionID:hfSessionID,hfStatusID:hfStatusID,lblMessageID:lblMessageID,btnRefreshID:btnRefreshID},succeededCallback,failedCallback,userContext); }}
WSHotelsSearchProgress.registerClass('WSHotelsSearchProgress',Sys.Net.WebServiceProxy);
WSHotelsSearchProgress._staticInstance = new WSHotelsSearchProgress();
WSHotelsSearchProgress.set_path = function(value) { WSHotelsSearchProgress._staticInstance._path = value; }
WSHotelsSearchProgress.get_path = function() { return WSHotelsSearchProgress._staticInstance._path; }
WSHotelsSearchProgress.set_timeout = function(value) { WSHotelsSearchProgress._staticInstance._timeout = value; }
WSHotelsSearchProgress.get_timeout = function() { return WSHotelsSearchProgress._staticInstance._timeout; }
WSHotelsSearchProgress.set_defaultUserContext = function(value) { WSHotelsSearchProgress._staticInstance._userContext = value; }
WSHotelsSearchProgress.get_defaultUserContext = function() { return WSHotelsSearchProgress._staticInstance._userContext; }
WSHotelsSearchProgress.set_defaultSucceededCallback = function(value) { WSHotelsSearchProgress._staticInstance._succeeded = value; }
WSHotelsSearchProgress.get_defaultSucceededCallback = function() { return WSHotelsSearchProgress._staticInstance._succeeded; }
WSHotelsSearchProgress.set_defaultFailedCallback = function(value) { WSHotelsSearchProgress._staticInstance._failed = value; }
WSHotelsSearchProgress.get_defaultFailedCallback = function() { return WSHotelsSearchProgress._staticInstance._failed; }
WSHotelsSearchProgress.set_path("/WSHotelsSearchProgress.asmx");
WSHotelsSearchProgress.GetAvailabilityUpdates= function(inString,hfSessionID,hfStatusID,lblMessageID,btnRefreshID,onSuccess,onFailed,userContext) {WSHotelsSearchProgress._staticInstance.GetAvailabilityUpdates(inString,hfSessionID,hfStatusID,lblMessageID,btnRefreshID,onSuccess,onFailed,userContext); }

