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