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

