Type.registerNamespace('TM');
TM.TickerMD=function() {
TM.TickerMD.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TM.TickerMD.prototype={
GetText:function(match,succeededCallback, failedCallback, userContext) {
return this._invoke(TM.TickerMD.get_path(), 'GetText',false,{match:match},succeededCallback,failedCallback,userContext); }}
TM.TickerMD.registerClass('TM.TickerMD',Sys.Net.WebServiceProxy);
TM.TickerMD._staticInstance = new TM.TickerMD();
TM.TickerMD.set_path = function(value) { TM.TickerMD._staticInstance._path = value; }
TM.TickerMD.get_path = function() { return TM.TickerMD._staticInstance._path; }
TM.TickerMD.set_timeout = function(value) { TM.TickerMD._staticInstance._timeout = value; }
TM.TickerMD.get_timeout = function() { return TM.TickerMD._staticInstance._timeout; }
TM.TickerMD.set_defaultUserContext = function(value) { TM.TickerMD._staticInstance._userContext = value; }
TM.TickerMD.get_defaultUserContext = function() { return TM.TickerMD._staticInstance._userContext; }
TM.TickerMD.set_defaultSucceededCallback = function(value) { TM.TickerMD._staticInstance._succeeded = value; }
TM.TickerMD.get_defaultSucceededCallback = function() { return TM.TickerMD._staticInstance._succeeded; }
TM.TickerMD.set_defaultFailedCallback = function(value) { TM.TickerMD._staticInstance._failed = value; }
TM.TickerMD.get_defaultFailedCallback = function() { return TM.TickerMD._staticInstance._failed; }
TM.TickerMD.set_path("/e2wc/ws/tickerMD.asmx");
TM.TickerMD.GetText= function(match,onSuccess,onFailed,userContext) {TM.TickerMD._staticInstance.GetText(match,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');
}
