var WS_BollRass=function() {
WS_BollRass.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WS_BollRass.prototype={
GetFirst4Bollettini:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_BollRass.get_path(), 'GetFirst4Bollettini',false,{},succeededCallback,failedCallback,userContext); },
GetFirst4RasStampa:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_BollRass.get_path(), 'GetFirst4RasStampa',false,{},succeededCallback,failedCallback,userContext); },
RiempiDDL:function(DdlClientArg,DdlClientSet,sPosArg,sPosSet,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_BollRass.get_path(), 'RiempiDDL',false,{DdlClientArg:DdlClientArg,DdlClientSet:DdlClientSet,sPosArg:sPosArg,sPosSet:sPosSet},succeededCallback,failedCallback,userContext); },
GestioneBollettino:function(sXML,sTipoOperazione,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_BollRass.get_path(), 'GestioneBollettino',false,{sXML:sXML,sTipoOperazione:sTipoOperazione},succeededCallback,failedCallback,userContext); },
CountRecord:function(DdlClientArg,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_BollRass.get_path(), 'CountRecord',false,{DdlClientArg:DdlClientArg},succeededCallback,failedCallback,userContext); },
GestioneRasStampa:function(sXML,sTipoOperazione,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_BollRass.get_path(), 'GestioneRasStampa',false,{sXML:sXML,sTipoOperazione:sTipoOperazione},succeededCallback,failedCallback,userContext); },
GetOneBollettino:function(iIdBol,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_BollRass.get_path(), 'GetOneBollettino',false,{iIdBol:iIdBol},succeededCallback,failedCallback,userContext); },
GetOneRasStampa:function(iIdRasStampa,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_BollRass.get_path(), 'GetOneRasStampa',false,{iIdRasStampa:iIdRasStampa},succeededCallback,failedCallback,userContext); }}
WS_BollRass.registerClass('WS_BollRass',Sys.Net.WebServiceProxy);
WS_BollRass._staticInstance = new WS_BollRass();
WS_BollRass.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WS_BollRass._staticInstance._path = value; }
WS_BollRass.get_path = function() { return WS_BollRass._staticInstance._path; }
WS_BollRass.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); }
WS_BollRass._staticInstance._timeout = value; }
WS_BollRass.get_timeout = function() { 
return WS_BollRass._staticInstance._timeout; }
WS_BollRass.set_defaultUserContext = function(value) { 
WS_BollRass._staticInstance._userContext = value; }
WS_BollRass.get_defaultUserContext = function() { 
return WS_BollRass._staticInstance._userContext; }
WS_BollRass.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WS_BollRass._staticInstance._succeeded = value; }
WS_BollRass.get_defaultSucceededCallback = function() { 
return WS_BollRass._staticInstance._succeeded; }
WS_BollRass.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WS_BollRass._staticInstance._failed = value; }
WS_BollRass.get_defaultFailedCallback = function() { 
return WS_BollRass._staticInstance._failed; }
WS_BollRass.set_path("/Uivco/Ws/WS_BollRass.asmx");
WS_BollRass.GetFirst4Bollettini= function(onSuccess,onFailed,userContext) {WS_BollRass._staticInstance.GetFirst4Bollettini(onSuccess,onFailed,userContext); }
WS_BollRass.GetFirst4RasStampa= function(onSuccess,onFailed,userContext) {WS_BollRass._staticInstance.GetFirst4RasStampa(onSuccess,onFailed,userContext); }
WS_BollRass.RiempiDDL= function(DdlClientArg,DdlClientSet,sPosArg,sPosSet,onSuccess,onFailed,userContext) {WS_BollRass._staticInstance.RiempiDDL(DdlClientArg,DdlClientSet,sPosArg,sPosSet,onSuccess,onFailed,userContext); }
WS_BollRass.GestioneBollettino= function(sXML,sTipoOperazione,onSuccess,onFailed,userContext) {WS_BollRass._staticInstance.GestioneBollettino(sXML,sTipoOperazione,onSuccess,onFailed,userContext); }
WS_BollRass.CountRecord= function(DdlClientArg,onSuccess,onFailed,userContext) {WS_BollRass._staticInstance.CountRecord(DdlClientArg,onSuccess,onFailed,userContext); }
WS_BollRass.GestioneRasStampa= function(sXML,sTipoOperazione,onSuccess,onFailed,userContext) {WS_BollRass._staticInstance.GestioneRasStampa(sXML,sTipoOperazione,onSuccess,onFailed,userContext); }
WS_BollRass.GetOneBollettino= function(iIdBol,onSuccess,onFailed,userContext) {WS_BollRass._staticInstance.GetOneBollettino(iIdBol,onSuccess,onFailed,userContext); }
WS_BollRass.GetOneRasStampa= function(iIdRasStampa,onSuccess,onFailed,userContext) {WS_BollRass._staticInstance.GetOneRasStampa(iIdRasStampa,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(SBollettino) === 'undefined') {
var SBollettino=gtc("SBollettino");
SBollettino.registerClass('SBollettino');
}
if (typeof(SRasStampa) === 'undefined') {
var SRasStampa=gtc("SRasStampa");
SRasStampa.registerClass('SRasStampa');
}
Type.registerNamespace('System.Web.UI.WebControls');
if (typeof(System.Web.UI.WebControls.DropDownList) === 'undefined') {
System.Web.UI.WebControls.DropDownList=gtc("System.Web.UI.WebControls.DropDownList");
System.Web.UI.WebControls.DropDownList.registerClass('System.Web.UI.WebControls.DropDownList');
}
