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