private void AmmInsUtente(DocsPAWA.DocsPaWR.OrgUtente utente, string idAmm) { //string idAmm = AmmUtils.UtilsXml.GetAmmDataSession((string)Session["AMMDATASET"], "3"); AmmUtils.WebServiceLink ws = new AmmUtils.WebServiceLink(); this._esitoOperazione = ws.AmmInsUtente(utente, idAmm); ws = null; }