
Type.registerNamespace('RSWebSimtoto');
RSWebSimtoto.WSNewsArchive=function() {
RSWebSimtoto.WSNewsArchive.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
RSWebSimtoto.WSNewsArchive.prototype={
FetchNewsArchive:function(succeededCallback, failedCallback, userContext) {
return this._invoke(RSWebSimtoto.WSNewsArchive.get_path(), 'FetchNewsArchive',true,{},succeededCallback,failedCallback,userContext); }}
RSWebSimtoto.WSNewsArchive.registerClass('RSWebSimtoto.WSNewsArchive',Sys.Net.WebServiceProxy);
RSWebSimtoto.WSNewsArchive._staticInstance = new RSWebSimtoto.WSNewsArchive();
RSWebSimtoto.WSNewsArchive.set_path = function(value) { RSWebSimtoto.WSNewsArchive._staticInstance.set_path(value); }
RSWebSimtoto.WSNewsArchive.get_path = function() { return RSWebSimtoto.WSNewsArchive._staticInstance.get_path(); }
RSWebSimtoto.WSNewsArchive.set_timeout = function(value) { RSWebSimtoto.WSNewsArchive._staticInstance.set_timeout(value); }
RSWebSimtoto.WSNewsArchive.get_timeout = function() { return RSWebSimtoto.WSNewsArchive._staticInstance.get_timeout(); }
RSWebSimtoto.WSNewsArchive.set_defaultUserContext = function(value) { RSWebSimtoto.WSNewsArchive._staticInstance.set_defaultUserContext(value); }
RSWebSimtoto.WSNewsArchive.get_defaultUserContext = function() { return RSWebSimtoto.WSNewsArchive._staticInstance.get_defaultUserContext(); }
RSWebSimtoto.WSNewsArchive.set_defaultSucceededCallback = function(value) { RSWebSimtoto.WSNewsArchive._staticInstance.set_defaultSucceededCallback(value); }
RSWebSimtoto.WSNewsArchive.get_defaultSucceededCallback = function() { return RSWebSimtoto.WSNewsArchive._staticInstance.get_defaultSucceededCallback(); }
RSWebSimtoto.WSNewsArchive.set_defaultFailedCallback = function(value) { RSWebSimtoto.WSNewsArchive._staticInstance.set_defaultFailedCallback(value); }
RSWebSimtoto.WSNewsArchive.get_defaultFailedCallback = function() { return RSWebSimtoto.WSNewsArchive._staticInstance.get_defaultFailedCallback(); }
RSWebSimtoto.WSNewsArchive.set_path("/WSNewsArchive.asmx");
RSWebSimtoto.WSNewsArchive.FetchNewsArchive= function(onSuccess,onFailed,userContext) {RSWebSimtoto.WSNewsArchive._staticInstance.FetchNewsArchive(onSuccess,onFailed,userContext); }

