var WebMethod=function() {
WebMethod.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebMethod.prototype={
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebMethod.get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
lyins:function(sql,succeededCallback, failedCallback, userContext) {
return this._invoke(WebMethod.get_path(), 'lyins',false,{sql:sql},succeededCallback,failedCallback,userContext); },
getyouxiurenwu:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebMethod.get_path(), 'getyouxiurenwu',false,{},succeededCallback,failedCallback,userContext); },
getpiclist:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WebMethod.get_path(), 'getpiclist',false,{},succeededCallback,failedCallback,userContext); },
GetSlides:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(WebMethod.get_path(), 'GetSlides',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); }}
WebMethod.registerClass('WebMethod',Sys.Net.WebServiceProxy);
WebMethod._staticInstance = new WebMethod();
WebMethod.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WebMethod._staticInstance._path = value; }
WebMethod.get_path = function() { return WebMethod._staticInstance._path; }
WebMethod.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); }
WebMethod._staticInstance._timeout = value; }
WebMethod.get_timeout = function() { 
return WebMethod._staticInstance._timeout; }
WebMethod.set_defaultUserContext = function(value) { 
WebMethod._staticInstance._userContext = value; }
WebMethod.get_defaultUserContext = function() { 
return WebMethod._staticInstance._userContext; }
WebMethod.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WebMethod._staticInstance._succeeded = value; }
WebMethod.get_defaultSucceededCallback = function() { 
return WebMethod._staticInstance._succeeded; }
WebMethod.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WebMethod._staticInstance._failed = value; }
WebMethod.get_defaultFailedCallback = function() { 
return WebMethod._staticInstance._failed; }
WebMethod.set_path("/WebMethod.asmx");
WebMethod.HelloWorld= function(onSuccess,onFailed,userContext) {WebMethod._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
WebMethod.lyins= function(sql,onSuccess,onFailed,userContext) {WebMethod._staticInstance.lyins(sql,onSuccess,onFailed,userContext); }
WebMethod.getyouxiurenwu= function(onSuccess,onFailed,userContext) {WebMethod._staticInstance.getyouxiurenwu(onSuccess,onFailed,userContext); }
WebMethod.getpiclist= function(onSuccess,onFailed,userContext) {WebMethod._staticInstance.getpiclist(onSuccess,onFailed,userContext); }
WebMethod.GetSlides= function(contextKey,onSuccess,onFailed,userContext) {WebMethod._staticInstance.GetSlides(contextKey,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.Slide) === 'undefined') {
AjaxControlToolkit.Slide=gtc("AjaxControlToolkit.Slide");
AjaxControlToolkit.Slide.registerClass('AjaxControlToolkit.Slide');
}
