Type.registerNamespace('it.infocarweb2.Web.WebServices');
it.infocarweb2.Web.WebServices.LoginService=function() {
it.infocarweb2.Web.WebServices.LoginService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
it.infocarweb2.Web.WebServices.LoginService.prototype={
VerificaUtenteDaLoggare:function(parametri,succeededCallback, failedCallback, userContext) {
return this._invoke(it.infocarweb2.Web.WebServices.LoginService.get_path(), 'VerificaUtenteDaLoggare',false,{parametri:parametri},succeededCallback,failedCallback,userContext); },
changePWD:function(parametri,succeededCallback, failedCallback, userContext) {
return this._invoke(it.infocarweb2.Web.WebServices.LoginService.get_path(), 'changePWD',false,{parametri:parametri},succeededCallback,failedCallback,userContext); }}
it.infocarweb2.Web.WebServices.LoginService.registerClass('it.infocarweb2.Web.WebServices.LoginService',Sys.Net.WebServiceProxy);
it.infocarweb2.Web.WebServices.LoginService._staticInstance = new it.infocarweb2.Web.WebServices.LoginService();
it.infocarweb2.Web.WebServices.LoginService.set_path = function(value) { it.infocarweb2.Web.WebServices.LoginService._staticInstance._path = value; }
it.infocarweb2.Web.WebServices.LoginService.get_path = function() { return it.infocarweb2.Web.WebServices.LoginService._staticInstance._path; }
it.infocarweb2.Web.WebServices.LoginService.set_timeout = function(value) { it.infocarweb2.Web.WebServices.LoginService._staticInstance._timeout = value; }
it.infocarweb2.Web.WebServices.LoginService.get_timeout = function() { return it.infocarweb2.Web.WebServices.LoginService._staticInstance._timeout; }
it.infocarweb2.Web.WebServices.LoginService.set_defaultUserContext = function(value) { it.infocarweb2.Web.WebServices.LoginService._staticInstance._userContext = value; }
it.infocarweb2.Web.WebServices.LoginService.get_defaultUserContext = function() { return it.infocarweb2.Web.WebServices.LoginService._staticInstance._userContext; }
it.infocarweb2.Web.WebServices.LoginService.set_defaultSucceededCallback = function(value) { it.infocarweb2.Web.WebServices.LoginService._staticInstance._succeeded = value; }
it.infocarweb2.Web.WebServices.LoginService.get_defaultSucceededCallback = function() { return it.infocarweb2.Web.WebServices.LoginService._staticInstance._succeeded; }
it.infocarweb2.Web.WebServices.LoginService.set_defaultFailedCallback = function(value) { it.infocarweb2.Web.WebServices.LoginService._staticInstance._failed = value; }
it.infocarweb2.Web.WebServices.LoginService.get_defaultFailedCallback = function() { return it.infocarweb2.Web.WebServices.LoginService._staticInstance._failed; }
it.infocarweb2.Web.WebServices.LoginService.set_path("/infocarweb2/WebServices/LoginService.asmx");
it.infocarweb2.Web.WebServices.LoginService.VerificaUtenteDaLoggare= function(parametri,onSuccess,onFailed,userContext) {it.infocarweb2.Web.WebServices.LoginService._staticInstance.VerificaUtenteDaLoggare(parametri,onSuccess,onFailed,userContext); }
it.infocarweb2.Web.WebServices.LoginService.changePWD= function(parametri,onSuccess,onFailed,userContext) {it.infocarweb2.Web.WebServices.LoginService._staticInstance.changePWD(parametri,onSuccess,onFailed,userContext); }

