Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
@@ -0,0 +1,908 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-fattura" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-fattura" targetNamespace="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-fattura">
|
||||
<wsdl:types>
|
||||
<xsd:schema xmlns:wsi="http://ws-i.org/profiles/basic/1.1/xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-fattura" version="2.0">
|
||||
|
||||
<!-- TRASMETTI -->
|
||||
<xsd:element name="sendFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
sendFatturaRequest = richiesta di invio di un
|
||||
xml
|
||||
IdFiscale = codice fiscale o partita IVA dell'azienda
|
||||
ProgressivoInvio = progressivo di invio assegnato da Fiscality
|
||||
XmlZipped = 0
|
||||
-> file non zippato, 1 -> file zippato
|
||||
File = cid del
|
||||
file, inserire come allegato il file xml al quale assegnare il cid
|
||||
nel campo part
|
||||
Protocollazione = oggetti con json per la conservazione
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element name="CodiceFiscale" type="xsd:string" minOccurs="0" maxOccurs="1"/>
|
||||
<xsd:element name="NomeFile" type="xsd:string" minOccurs="0" maxOccurs="1"/>
|
||||
<xsd:element name="ProgressivoInvio" type="xsd:string"/>
|
||||
<xsd:element name="XmlZipped" type="xsd:boolean"/>
|
||||
<xsd:element xmlns:xmime="http://www.w3.org/2005/05/xmlmime" name="File" type="xsd:base64Binary" xmime:expectedContentTypes="*/*"/>
|
||||
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Protocollazioni" type="tns:Protocollazione"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:complexType name="Protocollazione">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="NumeroFattura" type="xsd:string"/>
|
||||
<xsd:element xmlns:xmime="http://www.w3.org/2005/05/xmlmime" name="Metadati" type="xsd:base64Binary" xmime:expectedContentTypes="*/*"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:element name="sendFatturaResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
idInvioXC = codice univoco in xc del xml ricevuto
|
||||
Errore = ErrorCode dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="idInvioXC" type="xsd:long"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="DescrizioneErrore" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- FATTURA INFO -->
|
||||
<xsd:element name="getFatturaInfoRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getFatturaInfoRequest = richiesta di informazioni su un file xml
|
||||
IdFiscale = codice fiscale o partita IVA dell'azienda
|
||||
ProgressivoInvio = progressivo di invio assegnato da
|
||||
Fiscality
|
||||
NomeFile = nome costituito da idfiscale trasmittente e
|
||||
progressivo invio
|
||||
IdInvioXc = id assegnato da xc
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="NomeFile" type="xsd:string"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="IdInvioXC" type="xsd:long"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:complexType name="FatturaInfo">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscaleDestinatario" type="xsd:string"/>
|
||||
<xsd:element name="NumeroFattura" type="xsd:string"/>
|
||||
<xsd:element name="DataFattura" type="xsd:date"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:element name="getFatturaInfoResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
idInvioXC = codice univoco in xc del xml ricevuto
|
||||
FatturaInfo = informazioni riguardanti le fatture nel file xml
|
||||
Errore = ErrorCode dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="idInvioXC" type="xsd:long"/>
|
||||
<xsd:element maxOccurs="unbounded" minOccurs="0" name="FatturaInfo" type="tns:FatturaInfo"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- STATO -->
|
||||
<xsd:element name="getStatusFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getStatusDatiFatturaRequest = richiesta per
|
||||
ottenere lo stato di un xml
|
||||
IdFiscale = codice fiscale o partita IVA
|
||||
dell'azienda
|
||||
NomeFile = nome costituito da idfiscale trasmittente e
|
||||
progressivo invio
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="NomeFile" type="xsd:string"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="IdInvioXC" type="xsd:long"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="NumeroFattura" type="xsd:string"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="Posizione" type="xsd:integer"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:complexType name="statoXC">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CodiceStato" type="xsd:int"/>
|
||||
<xsd:element name="Stato" type="xsd:string"/>
|
||||
<xsd:element name="DataOraCambioStato" type="xsd:dateTime"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="statoFattura">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="CodiceStato" type="xsd:int"/>
|
||||
<xsd:element name="Stato" type="xsd:string"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="Causale" type="xsd:string"/>
|
||||
<xsd:element name="DataOraCambioStato" type="xsd:dateTime"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:element name="getStatusFatturaResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
Stato = stati del flusoo
|
||||
StatoFattura = stato della
|
||||
fattura
|
||||
IdInvioSdi = identificativo sdi
|
||||
Errore = ErrorCode
|
||||
dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Stato" type="tns:statoXC"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="StatoFattura" type="tns:statoFattura"/>
|
||||
<xsd:element minOccurs="0" name="IdInvioSdi" type="xsd:long"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- DOWNLOAD -->
|
||||
<xsd:element name="downloadFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
downloadDatiFatturaRequest = richiesta per
|
||||
ottenere una fattura ricevuta
|
||||
IdFiscale = codice fiscale o partita
|
||||
IVA
|
||||
dell'azienda
|
||||
IdSdI = id univoco
|
||||
assegnato dallo SdI
|
||||
NomeFile = nome
|
||||
costituito da idfiscale
|
||||
trasmittente e
|
||||
progressivo invio
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="IdSdI" type="xsd:long"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="NomeFile" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="downloadFatturaResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
Errore = ErrorCode dell'errore, se riscontrato
|
||||
DataRicezioneXc = data in cui xc ha ricevuto la fattura
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="DataRicezioneXc" type="xsd:dateTime"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- CONNESSIONE -->
|
||||
<xsd:element name="checkUserRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
checkUserRequest = richiesta per verificare se
|
||||
l'utente è registrato in xc e può utilizzare il servizio
|
||||
IdFiscale =
|
||||
codice fiscale o partita IVA dell'azienda
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="checkUserResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
Errore = ErrorCode dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- HEADER -->
|
||||
|
||||
<xsd:element name="xcLogin">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
xcLogin = elemento da aggiungere nell'header per
|
||||
effettuare il login
|
||||
AuthString = stringa di accesso al servizio (es.
|
||||
utente:password codificati in base64)
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="AuthString" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- FATTURE RICEVUTE -->
|
||||
|
||||
<xsd:element name="getReceivedFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getReceivedFatturaRequest = richiesta per
|
||||
ottenere
|
||||
la lista delle fatture ricevute
|
||||
IdFiscale = codice fiscale o partita
|
||||
IVA dell'azienda
|
||||
Periodo = periodo del quale si vogliono
|
||||
ottenere le
|
||||
fatture ricevute
|
||||
Index = indice che rappresenta la pagina
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="Periodo" type="tns:Periodo"/>
|
||||
<xsd:element name="Index" type="xsd:long"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:complexType name="Periodo">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="DataInizio" type="xsd:dateTime"/>
|
||||
<xsd:element name="DataFine" type="xsd:dateTime"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:element name="getReceivedFatturaResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getReceivedFatturaResponse = lista degli id delle
|
||||
fatture ricevute nel periodo richiesto
|
||||
FatturaRicevuta = lista delle
|
||||
fatture richieste
|
||||
FattureDaScaricare = numero di fatture da
|
||||
scaricare
|
||||
Errore = ErrorCode dell'errore, se
|
||||
riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="100" minOccurs="0" name="FatturaRicevuta" type="tns:FatturaRicevuta"/>
|
||||
<xsd:element name="FattureDaScaricare" type="xsd:long"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:complexType name="FatturaRicevuta">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="NomeFile" type="xsd:string"/>
|
||||
<xsd:element name="IdSdI" type="xsd:long"/>
|
||||
<xsd:element name="DataRicezioneXc" type="xsd:dateTime"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<!-- ESITO -->
|
||||
|
||||
<xsd:element name="sendEsitoRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
sendEsitoRequest = richiesta per inviare l'esito
|
||||
di un lotto o di una singola fattura
|
||||
IdFiscale = codice fiscale o
|
||||
partita
|
||||
IVA dell'azienda
|
||||
IdSdI = id univoco assegnato dallo SdI
|
||||
Riferimento = fattura alla quale si riferisce l'esito, se omesso
|
||||
vale per l'intero lotto
|
||||
Esito = accettazione o rifiuto della fattura
|
||||
Descrizione = motivo dell'esito della fattura (causale)
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element name="IdSdI" type="xsd:long"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="Riferimento" type="tns:RiferimentoFattura"/>
|
||||
<xsd:element name="Esito" type="tns:EsitoCode"/>
|
||||
<xsd:element name="Descrizione" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="sendEsitoResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
sendEsitoResponse = ritorna E000 se la richiesta è
|
||||
andata a buon fine altrimenti ritorna l'errore causato
|
||||
Errore =
|
||||
ErrorCode dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- CONTABILIZZAZIONE -->
|
||||
|
||||
<xsd:element name="sendContabilizzazioneRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
sendContabilizzazioneRequest = richiesta per inviare metadati per contabilizzare una singola fattura
|
||||
IdFiscale = codice fiscale o
|
||||
partita
|
||||
IVA dell'azienda
|
||||
IdSdI = id univoco
|
||||
assegnato dallo SdI
|
||||
Numero = fattura alla quale si riferisce
|
||||
Metadati = i metadati della contabilizzazione
|
||||
Tipo = tipo dei metadati
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element name="IdSdI" type="xsd:long"/>
|
||||
<xsd:element name="Numero" type="xsd:string"/>
|
||||
<xsd:element xmlns:xmime="http://www.w3.org/2005/05/xmlmime" name="Metadati" type="xsd:base64Binary" xmime:expectedContentTypes="*/*"/>
|
||||
<xsd:element maxOccurs="1" minOccurs="0" name="Tipo" type="tns:TipoMetadati"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="sendContabilizzazioneResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
sendContabilizzazioneResponse = ritorna E000 se la richiesta è
|
||||
andata a buon fine altrimenti ritorna l'errore causato
|
||||
Errore =
|
||||
ErrorCode dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
|
||||
<xsd:complexType name="RiferimentoFattura">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Numero" type="xsd:string"/>
|
||||
<xsd:element name="ProgressivoEsito" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<!-- PDF -->
|
||||
<xsd:element name="getPdfRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getPdfRequest = richiesta del pacchetto per generare pdf
|
||||
IdFiscale = codice fiscale o partita IVA dell'azienda
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="getPdfResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
Errore = ErrorCode dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element maxOccurs="1" minOccurs="1" name="Errore" type="tns:ErrorCode"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- PDF VERSION -->
|
||||
<xsd:element name="getPdfVersionRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getPdfVersionRequest = richiesta della versione del pdf di xc
|
||||
IdFiscale = codice fiscale o partita IVA dell'azienda
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="getPdfVersionResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
Versione = versione pdf di xc
|
||||
Errore = ErrorCode dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Versione" type="xsd:string" minOccurs="1" maxOccurs="1" />
|
||||
<xsd:element name="Errore" type="tns:ErrorCode" minOccurs="1" maxOccurs="1" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- SIMPLE TYPES -->
|
||||
|
||||
<xsd:simpleType name="EsitoCode">
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="EC01">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
EC01 = ACCETTATA
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="EC02">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
EC02 = RIFIUTATA
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
|
||||
<xsd:simpleType name="TipoMetadati">
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="XML">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
XML
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="JSON">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
JSON
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
|
||||
<xsd:simpleType name="ErrorCode">
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="E000">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E000 = NESSUN ERRORE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E010">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E010 = AUTENTICAZIONE MANCANTE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E011">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E011 = AUTENTICAZIONE ERRATA
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E012">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E012 = AZIENDA NON REGISTRATA
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E013">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E013 = AZIENDA NON ABILITATA
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E020">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E020 = FILE XML MANCANTE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E021">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E021 = FILE XML NON VALIDO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E022">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E022 = FILE XML MAL FORMATO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E023">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E023 = IDFISCALE ERRATO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E024">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E024 = PROGRESSIVO XML ERRATO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E025">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E025 = XML GIA INVIATO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E026">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E026 = DIMENSIONE XML MAGGIORE DEL LIMITE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E027">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E027 = XML NON PRESENTE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E028">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E028 = LISTA VUOTA
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E029">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E029 = NESSUN IDENTIFICATIVO FORNITO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E030">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E030 = CODICE ESITO ERRATO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E031">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E031 = LUNGHEZZA CAUSALE DELL'ESITO OLTRE IL LIMITE DI 255 CARATTERI
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E032">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E032 = ESITO NON MODIFICABILE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E099">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E099 = XC IN ERRORE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="checkUserResponse">
|
||||
<wsdl:part element="tns:checkUserResponse" name="checkUserResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendEsitoRequest">
|
||||
<wsdl:part element="tns:sendEsitoRequest" name="sendEsitoRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getFatturaInfoRequest">
|
||||
<wsdl:part element="tns:getFatturaInfoRequest" name="getFatturaInfoRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="downloadFatturaResponse">
|
||||
<wsdl:part element="tns:downloadFatturaResponse" name="downloadFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendEsitoResponse">
|
||||
<wsdl:part element="tns:sendEsitoResponse" name="sendEsitoResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getStatusFatturaRequest">
|
||||
<wsdl:part element="tns:getStatusFatturaRequest" name="getStatusFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="downloadFatturaRequest">
|
||||
<wsdl:part element="tns:downloadFatturaRequest" name="downloadFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPdfResponse">
|
||||
<wsdl:part element="tns:getPdfResponse" name="getPdfResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendFatturaRequest">
|
||||
<wsdl:part element="tns:sendFatturaRequest" name="sendFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendFatturaResponse">
|
||||
<wsdl:part element="tns:sendFatturaResponse" name="sendFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPdfRequest">
|
||||
<wsdl:part element="tns:getPdfRequest" name="getPdfRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPdfVersionResponse">
|
||||
<wsdl:part element="tns:getPdfVersionResponse" name="getPdfVersionResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="checkUserRequest">
|
||||
<wsdl:part element="tns:checkUserRequest" name="checkUserRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getReceivedFatturaRequest">
|
||||
<wsdl:part element="tns:getReceivedFatturaRequest" name="getReceivedFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getFatturaInfoResponse">
|
||||
<wsdl:part element="tns:getFatturaInfoResponse" name="getFatturaInfoResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getStatusFatturaResponse">
|
||||
<wsdl:part element="tns:getStatusFatturaResponse" name="getStatusFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getReceivedFatturaResponse">
|
||||
<wsdl:part element="tns:getReceivedFatturaResponse" name="getReceivedFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendContabilizzazioneResponse">
|
||||
<wsdl:part element="tns:sendContabilizzazioneResponse" name="sendContabilizzazioneResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendContabilizzazioneRequest">
|
||||
<wsdl:part element="tns:sendContabilizzazioneRequest" name="sendContabilizzazioneRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getPdfVersionRequest">
|
||||
<wsdl:part element="tns:getPdfVersionRequest" name="getPdfVersionRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="Fattura">
|
||||
<wsdl:operation name="checkUser">
|
||||
<wsdl:input message="tns:checkUserRequest" name="checkUserRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:checkUserResponse" name="checkUserResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendEsito">
|
||||
<wsdl:input message="tns:sendEsitoRequest" name="sendEsitoRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:sendEsitoResponse" name="sendEsitoResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getFatturaInfo">
|
||||
<wsdl:input message="tns:getFatturaInfoRequest" name="getFatturaInfoRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:getFatturaInfoResponse" name="getFatturaInfoResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="downloadFattura">
|
||||
<wsdl:input message="tns:downloadFatturaRequest" name="downloadFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:downloadFatturaResponse" name="downloadFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getStatusFattura">
|
||||
<wsdl:input message="tns:getStatusFatturaRequest" name="getStatusFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:getStatusFatturaResponse" name="getStatusFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPdf">
|
||||
<wsdl:input message="tns:getPdfRequest" name="getPdfRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:getPdfResponse" name="getPdfResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendFattura">
|
||||
<wsdl:input message="tns:sendFatturaRequest" name="sendFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:sendFatturaResponse" name="sendFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getReceivedFattura">
|
||||
<wsdl:input message="tns:getReceivedFatturaRequest" name="getReceivedFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:getReceivedFatturaResponse" name="getReceivedFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendContabilizzazione">
|
||||
<wsdl:input message="tns:sendContabilizzazioneRequest" name="sendContabilizzazioneRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:sendContabilizzazioneResponse" name="sendContabilizzazioneResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPdfVersion">
|
||||
<wsdl:input message="tns:getPdfVersionRequest" name="getPdfVersionRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:getPdfVersionResponse" name="getPdfVersionResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="FatturaSoap11" type="tns:Fattura">
|
||||
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
<wsdl:operation name="checkUser">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="checkUserRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="checkUserResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendEsito">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="sendEsitoRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="sendEsitoResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getFatturaInfo">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="getFatturaInfoRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="getFatturaInfoResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="downloadFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="downloadFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="downloadFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getStatusFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="getStatusFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="getStatusFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPdf">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="getPdfRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="getPdfResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="sendFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="sendFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getReceivedFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="getReceivedFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="getReceivedFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendContabilizzazione">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="sendContabilizzazioneRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="sendContabilizzazioneResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getPdfVersion">
|
||||
<soap:operation soapAction="" />
|
||||
<wsdl:input name="getPdfVersionRequest">
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output name="getPdfVersionResponse">
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="FatturaService">
|
||||
<wsdl:port binding="tns:FatturaSoap11" name="FatturaSoap11">
|
||||
<soap:address location="https://scsv28.sanmarco.lan/xc-web/fatturaws/1.1/"/>
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
Reference in New Issue
Block a user