var WS_Utenti=function() {
WS_Utenti.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WS_Utenti.prototype={
RiempiDDLGruppi:function(DdlGroup,sGroup,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_Utenti.get_path(), 'RiempiDDLGruppi',false,{DdlGroup:DdlGroup,sGroup:sGroup},succeededCallback,failedCallback,userContext); },
RiempiDDLAssociati:function(DDL,sGroup,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_Utenti.get_path(), 'RiempiDDLAssociati',false,{DDL:DDL,sGroup:sGroup},succeededCallback,failedCallback,userContext); },
GestioneUtenti:function(sXML,sTipoOperazione,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_Utenti.get_path(), 'GestioneUtenti',false,{sXML:sXML,sTipoOperazione:sTipoOperazione},succeededCallback,failedCallback,userContext); },
GetOneUtenti:function(iIdUtenti,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_Utenti.get_path(), 'GetOneUtenti',false,{iIdUtenti:iIdUtenti},succeededCallback,failedCallback,userContext); }}
WS_Utenti.registerClass('WS_Utenti',Sys.Net.WebServiceProxy);
WS_Utenti._staticInstance = new WS_Utenti();
WS_Utenti.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WS_Utenti._staticInstance._path = value; }
WS_Utenti.get_path = function() { return WS_Utenti._staticInstance._path; }
WS_Utenti.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_Utenti._staticInstance._timeout = value; }
WS_Utenti.get_timeout = function() { 
return WS_Utenti._staticInstance._timeout; }
WS_Utenti.set_defaultUserContext = function(value) { 
WS_Utenti._staticInstance._userContext = value; }
WS_Utenti.get_defaultUserContext = function() { 
return WS_Utenti._staticInstance._userContext; }
WS_Utenti.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WS_Utenti._staticInstance._succeeded = value; }
WS_Utenti.get_defaultSucceededCallback = function() { 
return WS_Utenti._staticInstance._succeeded; }
WS_Utenti.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WS_Utenti._staticInstance._failed = value; }
WS_Utenti.get_defaultFailedCallback = function() { 
return WS_Utenti._staticInstance._failed; }
WS_Utenti.set_path("/Uivco/Ws/WS_Utenti.asmx");
WS_Utenti.RiempiDDLGruppi= function(DdlGroup,sGroup,onSuccess,onFailed,userContext) {WS_Utenti._staticInstance.RiempiDDLGruppi(DdlGroup,sGroup,onSuccess,onFailed,userContext); }
WS_Utenti.RiempiDDLAssociati= function(DDL,sGroup,onSuccess,onFailed,userContext) {WS_Utenti._staticInstance.RiempiDDLAssociati(DDL,sGroup,onSuccess,onFailed,userContext); }
WS_Utenti.GestioneUtenti= function(sXML,sTipoOperazione,onSuccess,onFailed,userContext) {WS_Utenti._staticInstance.GestioneUtenti(sXML,sTipoOperazione,onSuccess,onFailed,userContext); }
WS_Utenti.GetOneUtenti= function(iIdUtenti,onSuccess,onFailed,userContext) {WS_Utenti._staticInstance.GetOneUtenti(iIdUtenti,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
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');
}
if (typeof(SUtenti) === 'undefined') {
var SUtenti=gtc("SUtenti");
SUtenti.registerClass('SUtenti');
}
