Type.registerNamespace('TM');
TM.SlideshowService=function() {
TM.SlideshowService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TM.SlideshowService.prototype={
Vote:function(slideshowid,imageid,succeededCallback, failedCallback, userContext) {
return this._invoke(TM.SlideshowService.get_path(), 'Vote',false,{slideshowid:slideshowid,imageid:imageid},succeededCallback,failedCallback,userContext); }}
TM.SlideshowService.registerClass('TM.SlideshowService',Sys.Net.WebServiceProxy);
TM.SlideshowService._staticInstance = new TM.SlideshowService();
TM.SlideshowService.set_path = function(value) { TM.SlideshowService._staticInstance._path = value; }
TM.SlideshowService.get_path = function() { return TM.SlideshowService._staticInstance._path; }
TM.SlideshowService.set_timeout = function(value) { TM.SlideshowService._staticInstance._timeout = value; }
TM.SlideshowService.get_timeout = function() { return TM.SlideshowService._staticInstance._timeout; }
TM.SlideshowService.set_defaultUserContext = function(value) { TM.SlideshowService._staticInstance._userContext = value; }
TM.SlideshowService.get_defaultUserContext = function() { return TM.SlideshowService._staticInstance._userContext; }
TM.SlideshowService.set_defaultSucceededCallback = function(value) { TM.SlideshowService._staticInstance._succeeded = value; }
TM.SlideshowService.get_defaultSucceededCallback = function() { return TM.SlideshowService._staticInstance._succeeded; }
TM.SlideshowService.set_defaultFailedCallback = function(value) { TM.SlideshowService._staticInstance._failed = value; }
TM.SlideshowService.get_defaultFailedCallback = function() { return TM.SlideshowService._staticInstance._failed; }
TM.SlideshowService.set_path("/e2wc/ws/s469299.asmx");
TM.SlideshowService.Vote= function(slideshowid,imageid,onSuccess,onFailed,userContext) {TM.SlideshowService._staticInstance.Vote(slideshowid,imageid,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Teknomedia.EdgeII.WebServices');
if (typeof(Teknomedia.EdgeII.WebServices.Result) === 'undefined') {
Teknomedia.EdgeII.WebServices.Result=gtc("Teknomedia.EdgeII.WebServices.Result");
Teknomedia.EdgeII.WebServices.Result.registerClass('Teknomedia.EdgeII.WebServices.Result');
}

