StudioAT.FatturazioneElettronica.IPA 1.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package StudioAT.FatturazioneElettronica.IPA --version 1.7.0
NuGet\Install-Package StudioAT.FatturazioneElettronica.IPA -Version 1.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StudioAT.FatturazioneElettronica.IPA" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StudioAT.FatturazioneElettronica.IPA --version 1.7.0
#r "nuget: StudioAT.FatturazioneElettronica.IPA, 1.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StudioAT.FatturazioneElettronica.IPA as a Cake Addin
#addin nuget:?package=StudioAT.FatturazioneElettronica.IPA&version=1.7.0

// Install StudioAT.FatturazioneElettronica.IPA as a Cake Tool
#tool nuget:?package=StudioAT.FatturazioneElettronica.IPA&version=1.7.0
Indice delle Pubblice Amministrazioni

Descrizione

Libreria sviluppata in c# per interrogare i web services dell'IPA. Per maggiore dettagli visitare il sito iPA

Per utilizzare i Web Services è necessario chiedere una specifica autorizzazione. Occorre selezionare la voce del menu Richiedi Authorization ID e compilare la form dedicata al seguente link

E' stato aggiunta la proprietà ValidateSchema (default = false) perchè gli schemi pubblicati su sito indicepa.gov.it non validano sempre i dati.

Utilizzo


       
		
		myAuthId = "XXXXXXXX";

		// Ws01_SFE_CF.ValidateSchema = true; (default è false)
		Ws01_SFE_CF a = new Ws01_SFE_CF("81034410609", myAuthId);
		Ws01 aa = a.Request();

		Ws02_AOO b = new Ws02_AOO("192", myAuthId);
		Ws02 bb = b.Request();

		Ws02_AOO b1 = new Ws02_AOO("1CYVL", "A1O", myAuthId);
		Ws02 bb1 = b1.Request();

		Ws03_OU c = new Ws03_OU("192", myAuthId);
		Ws03 cc = c.Request();

		Ws04_SFE d = new Ws04_SFE("192", myAuthId);
		Ws04 dd = d.Request();

		Ws05_AMM e = new Ws05_AMM("192", myAuthId);
		Ws05 ee = e.Request();

		Ws06_OU_COD_UNI f = new Ws06_OU_COD_UNI("01-B5D", myAuthId);
		Ws06 ff = f.Request();

		Ws07_EMAIL g = new Ws07_EMAIL("info@sdsdw.it", myAuthId);
		Ws07 gg = g.Request();

		Ws08_AOOC h = new Ws08_AOOC("191", "asdssds", myAuthId);
		Ws08 hh = h.Request();

		Ws08_AOOC h1 = new Ws08_AOOC("193", myAuthId);
		Ws08 hh1 = h1.Request();

		Ws09_DOMDIGAOO j = new Ws09_DOMDIGAOO("6CMVL", "AO1", myAuthId);
		Ws09 jj = j.Request();

		Ws09_DOMDIGAOO j1 = new Ws09_DOMDIGAOO("6CMVL", myAuthId);
		Ws09 jj1 = j1.Request();

		Ws10_DOM_DIG_OU o = new Ws10_DOM_DIG_OU("1BGMYH", myAuthId);
		Ws10 oo = o.Request();

		Ws11_DOM_DIG_STOR_AOO w = new Ws11_DOM_DIG_STOR_AOO("155", "sadsd", myAuthId);
		Ws11 ww = w.Request();

		Ws11_DOM_DIG_STOR_AOO w1 = new Ws11_DOM_DIG_STOR_AOO("155", myAuthId);
		Ws11 ww1 = w1.Request();

		Ws12_DOM_DIG_STOR_OU s = new Ws12_DOM_DIG_STOR_OU("FBGMYH", myAuthId);
		Ws12 ss = s.Request();

		Ws13_DOM_DIG t = new Ws13_DOM_DIG("pdfdfsd@legalmail.it", myAuthId);
		Ws13 tt = t.Request();

		Ws14_NSO_CF v = new Ws14_NSO_CF( "11111111111",myAuthId);
		Ws14 vv = v.Request();

		Ws15_NSO v1 = new Ws15_NSO("156", myAuthId);
		Ws15 vv1 = v1.Request();

		Ws16_DES_AMM v2 = new Ws16_DES_AMM("asdfdfsdfsdfsdffd", myAuthId);
		Ws16 vv2 = v2.Request();

		Ws18_AOO v3 = new Ws18_AOO("asdfdfsdfsdfsdffd", myAuthId);
		Ws18 vv3 = v3.Request();
	   

Installazione

	PM> Install-Package StudioAT.FatturazioneElettronica.IPA -Version 1.7.0

dalla Console di Gestione Pacchetti di Visual Studio

Requisiti

Microsoft .NET 4.6.2 o superiore

Licenza

Il progetto è rilasciato sotto licenza GNU Library General Public License (LGPL).

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 181 5/25/2023
1.9.0 412 8/22/2022
1.7.3 362 6/28/2021
1.7.2 335 5/21/2021
1.7.1 316 5/11/2021
1.7.0 312 4/6/2021
1.6.2 605 2/12/2020
1.6.1 461 2/12/2020
1.6.0 487 2/7/2020
1.3.0 662 12/6/2018

Libreria allineata ai ws della documentazione tecnica versione 1.7 IPA