var GetTuPianNews=function() {
GetTuPianNews.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GetTuPianNews.prototype={
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GetTuPianNews.get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
getarg:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GetTuPianNews.get_path(), 'getarg',false,{},succeededCallback,failedCallback,userContext); }}
GetTuPianNews.registerClass('GetTuPianNews',Sys.Net.WebServiceProxy);
GetTuPianNews._staticInstance = new GetTuPianNews();
GetTuPianNews.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; GetTuPianNews._staticInstance._path = value; }
GetTuPianNews.get_path = function() { return GetTuPianNews._staticInstance._path; }
GetTuPianNews.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
GetTuPianNews._staticInstance._timeout = value; }
GetTuPianNews.get_timeout = function() { 
return GetTuPianNews._staticInstance._timeout; }
GetTuPianNews.set_defaultUserContext = function(value) { 
GetTuPianNews._staticInstance._userContext = value; }
GetTuPianNews.get_defaultUserContext = function() { 
return GetTuPianNews._staticInstance._userContext; }
GetTuPianNews.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; GetTuPianNews._staticInstance._succeeded = value; }
GetTuPianNews.get_defaultSucceededCallback = function() { 
return GetTuPianNews._staticInstance._succeeded; }
GetTuPianNews.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; GetTuPianNews._staticInstance._failed = value; }
GetTuPianNews.get_defaultFailedCallback = function() { 
return GetTuPianNews._staticInstance._failed; }
GetTuPianNews.set_path("/GetTuPianNews.asmx");
GetTuPianNews.HelloWorld= function(onSuccess,onFailed,userContext) {GetTuPianNews._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
GetTuPianNews.getarg= function(onSuccess,onFailed,userContext) {GetTuPianNews._staticInstance.getarg(onSuccess,onFailed,userContext); }
