Fiscality maschera funziona fino all apertura del xmlx
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,268 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions name="AuthenticationService"
|
||||
targetNamespace="http://asp.net/ApplicationServices/v200" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
||||
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
|
||||
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
|
||||
xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
|
||||
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
||||
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
|
||||
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
|
||||
xmlns:tns="http://asp.net/ApplicationServices/v200" xmlns:wsa10="http://www.w3.org/2005/08/addressing"
|
||||
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
|
||||
<wsp:Policy wsu:Id="BasicHttpsBinding_AuthenticationService_policy">
|
||||
<wsp:ExactlyOne>
|
||||
<wsp:All>
|
||||
<wsoma:OptimizedMimeSerialization
|
||||
xmlns:wsoma="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization" />
|
||||
<sp:TransportBinding
|
||||
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
|
||||
<wsp:Policy>
|
||||
<sp:TransportToken>
|
||||
<wsp:Policy>
|
||||
<sp:HttpsToken RequireClientCertificate="false" />
|
||||
</wsp:Policy>
|
||||
</sp:TransportToken>
|
||||
<sp:AlgorithmSuite>
|
||||
<wsp:Policy>
|
||||
<sp:Basic256 />
|
||||
</wsp:Policy>
|
||||
</sp:AlgorithmSuite>
|
||||
<sp:Layout>
|
||||
<wsp:Policy>
|
||||
<sp:Strict />
|
||||
</wsp:Policy>
|
||||
</sp:Layout>
|
||||
</wsp:Policy>
|
||||
</sp:TransportBinding>
|
||||
</wsp:All>
|
||||
</wsp:ExactlyOne>
|
||||
</wsp:Policy>
|
||||
<wsdl:types>
|
||||
<xs:schema elementFormDefault="qualified"
|
||||
targetNamespace="http://asp.net/ApplicationServices/v200" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="ValidateUser">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="username" nillable="true"
|
||||
type="xs:string" />
|
||||
<xs:element minOccurs="0" name="password" nillable="true"
|
||||
type="xs:string" />
|
||||
<xs:element minOccurs="0" name="customCredential"
|
||||
nillable="true" type="xs:string" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="ValidateUserResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="ValidateUserResult"
|
||||
type="xs:boolean" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Login">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="username" nillable="true"
|
||||
type="xs:string" />
|
||||
<xs:element minOccurs="0" name="password" nillable="true"
|
||||
type="xs:string" />
|
||||
<xs:element minOccurs="0" name="customCredential"
|
||||
nillable="true" type="xs:string" />
|
||||
<xs:element minOccurs="0" name="isPersistent" type="xs:boolean" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="LoginResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="LoginResult" type="xs:boolean" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="IsLoggedIn">
|
||||
<xs:complexType>
|
||||
<xs:sequence />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="IsLoggedInResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element minOccurs="0" name="IsLoggedInResult" type="xs:boolean" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Logout">
|
||||
<xs:complexType>
|
||||
<xs:sequence />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="LogoutResponse">
|
||||
<xs:complexType>
|
||||
<xs:sequence />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
<xs:schema attributeFormDefault="qualified"
|
||||
elementFormDefault="qualified"
|
||||
targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/">
|
||||
<xs:element name="anyType" nillable="true" type="xs:anyType" />
|
||||
<xs:element name="anyURI" nillable="true" type="xs:anyURI" />
|
||||
<xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
|
||||
<xs:element name="boolean" nillable="true" type="xs:boolean" />
|
||||
<xs:element name="byte" nillable="true" type="xs:byte" />
|
||||
<xs:element name="dateTime" nillable="true" type="xs:dateTime" />
|
||||
<xs:element name="decimal" nillable="true" type="xs:decimal" />
|
||||
<xs:element name="double" nillable="true" type="xs:double" />
|
||||
<xs:element name="float" nillable="true" type="xs:float" />
|
||||
<xs:element name="int" nillable="true" type="xs:int" />
|
||||
<xs:element name="long" nillable="true" type="xs:long" />
|
||||
<xs:element name="QName" nillable="true" type="xs:QName" />
|
||||
<xs:element name="short" nillable="true" type="xs:short" />
|
||||
<xs:element name="string" nillable="true" type="xs:string" />
|
||||
<xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
|
||||
<xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
|
||||
<xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
|
||||
<xs:element name="unsignedShort" nillable="true"
|
||||
type="xs:unsignedShort" />
|
||||
<xs:element name="char" nillable="true" type="tns:char" />
|
||||
<xs:simpleType name="char">
|
||||
<xs:restriction base="xs:int" />
|
||||
</xs:simpleType>
|
||||
<xs:element name="duration" nillable="true" type="tns:duration" />
|
||||
<xs:simpleType name="duration">
|
||||
<xs:restriction base="xs:duration">
|
||||
<xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
|
||||
<xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
|
||||
<xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:element name="guid" nillable="true" type="tns:guid" />
|
||||
<xs:simpleType name="guid">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern
|
||||
value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:attribute name="FactoryType" type="xs:QName" />
|
||||
<xs:attribute name="Id" type="xs:ID" />
|
||||
<xs:attribute name="Ref" type="xs:IDREF" />
|
||||
</xs:schema>
|
||||
</wsdl:types>
|
||||
<wsdl:message name="AuthenticationService_ValidateUser_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:ValidateUser" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AuthenticationService_ValidateUser_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:ValidateUserResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AuthenticationService_Login_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Login" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AuthenticationService_Login_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:LoginResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AuthenticationService_IsLoggedIn_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:IsLoggedIn" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AuthenticationService_IsLoggedIn_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:IsLoggedInResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AuthenticationService_Logout_InputMessage">
|
||||
<wsdl:part name="parameters" element="tns:Logout" />
|
||||
</wsdl:message>
|
||||
<wsdl:message name="AuthenticationService_Logout_OutputMessage">
|
||||
<wsdl:part name="parameters" element="tns:LogoutResponse" />
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="AuthenticationService">
|
||||
<wsdl:operation name="ValidateUser">
|
||||
<wsdl:input
|
||||
wsaw:Action="http://asp.net/ApplicationServices/v200/AuthenticationService/ValidateUser"
|
||||
message="tns:AuthenticationService_ValidateUser_InputMessage" />
|
||||
<wsdl:output
|
||||
wsaw:Action="http://asp.net/ApplicationServices/v200/AuthenticationService/ValidateUserResponse"
|
||||
message="tns:AuthenticationService_ValidateUser_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Login">
|
||||
<wsdl:input
|
||||
wsaw:Action="http://asp.net/ApplicationServices/v200/AuthenticationService/Login"
|
||||
message="tns:AuthenticationService_Login_InputMessage" />
|
||||
<wsdl:output
|
||||
wsaw:Action="http://asp.net/ApplicationServices/v200/AuthenticationService/LoginResponse"
|
||||
message="tns:AuthenticationService_Login_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="IsLoggedIn">
|
||||
<wsdl:input
|
||||
wsaw:Action="http://asp.net/ApplicationServices/v200/AuthenticationService/IsLoggedIn"
|
||||
message="tns:AuthenticationService_IsLoggedIn_InputMessage" />
|
||||
<wsdl:output
|
||||
wsaw:Action="http://asp.net/ApplicationServices/v200/AuthenticationService/IsLoggedInResponse"
|
||||
message="tns:AuthenticationService_IsLoggedIn_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Logout">
|
||||
<wsdl:input
|
||||
wsaw:Action="http://asp.net/ApplicationServices/v200/AuthenticationService/Logout"
|
||||
message="tns:AuthenticationService_Logout_InputMessage" />
|
||||
<wsdl:output
|
||||
wsaw:Action="http://asp.net/ApplicationServices/v200/AuthenticationService/LogoutResponse"
|
||||
message="tns:AuthenticationService_Logout_OutputMessage" />
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="BasicHttpsBinding_AuthenticationService"
|
||||
type="tns:AuthenticationService">
|
||||
<wsp:PolicyReference URI="#BasicHttpsBinding_AuthenticationService_policy" />
|
||||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="ValidateUser">
|
||||
<soap:operation
|
||||
soapAction="http://asp.net/ApplicationServices/v200/AuthenticationService/ValidateUser"
|
||||
style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Login">
|
||||
<soap:operation
|
||||
soapAction="http://asp.net/ApplicationServices/v200/AuthenticationService/Login"
|
||||
style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="IsLoggedIn">
|
||||
<soap:operation
|
||||
soapAction="http://asp.net/ApplicationServices/v200/AuthenticationService/IsLoggedIn"
|
||||
style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="Logout">
|
||||
<soap:operation
|
||||
soapAction="http://asp.net/ApplicationServices/v200/AuthenticationService/Logout"
|
||||
style="document" />
|
||||
<wsdl:input>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output>
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="AuthenticationService">
|
||||
<wsdl:port name="BasicHttpsBinding_AuthenticationService"
|
||||
binding="tns:BasicHttpsBinding_AuthenticationService">
|
||||
<soap:address
|
||||
location="https://xeisdemo.arxivar.it/Auth/AuthenticationService" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
@@ -0,0 +1,404 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-datifattura" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-datifattura" targetNamespace="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-datifattura">
|
||||
<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-datifattura" version="2.0">
|
||||
|
||||
<!-- TRASMETTI -->
|
||||
<xsd:element name="sendDatiFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
sendDatiFatturaRequest = 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
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<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:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="sendDatiFatturaResponse">
|
||||
<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:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- STATO -->
|
||||
<xsd:element name="getStatusDatiFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getStatusDatiFatturaRequest = richiesta per
|
||||
ottenere lo stato di un xml
|
||||
IdFiscale = codice fiscale o partita IVA
|
||||
dell'azienda
|
||||
ProgInvio = progressivo di invio assegnato da Fiscality
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element name="ProgressivoInvio" type="xsd:string"/>
|
||||
</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:element name="getStatusDatiFatturaResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
CodiceStato = codice che rappresenta lo stato
|
||||
Stato = descrizione del codice
|
||||
DataOraCambioStato = timestamp del
|
||||
cambio di stato
|
||||
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 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="downloadDatiFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
downloadDatiFatturaRequest = richiesta per
|
||||
ottenere uno zip contenente un xml firmato e la ricevuta di
|
||||
accettazione del SDI
|
||||
IdFiscale = codice fiscale o partita IVA
|
||||
dell'azienda
|
||||
ProgInvio = progressivo di invio assegnato da Fiscality
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element name="ProgressivoInvio" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="downloadDatiFatturaResponse">
|
||||
<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>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
<!-- SIMPLE TYPES -->
|
||||
|
||||
<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 = ALLEGATO MANCANTE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E021">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E021 = ALLEGATO NON VALIDO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E022">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E022 = ALLEGATO 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 = XML NON ANCORA DISPONIBILE PER IL
|
||||
DOWNLOAD
|
||||
</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="downloadDatiFatturaRequest">
|
||||
<wsdl:part element="tns:downloadDatiFatturaRequest" name="downloadDatiFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="downloadDatiFatturaResponse">
|
||||
<wsdl:part element="tns:downloadDatiFatturaResponse" name="downloadDatiFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="checkUserRequest">
|
||||
<wsdl:part element="tns:checkUserRequest" name="checkUserRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getStatusDatiFatturaRequest">
|
||||
<wsdl:part element="tns:getStatusDatiFatturaRequest" name="getStatusDatiFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendDatiFatturaRequest">
|
||||
<wsdl:part element="tns:sendDatiFatturaRequest" name="sendDatiFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getStatusDatiFatturaResponse">
|
||||
<wsdl:part element="tns:getStatusDatiFatturaResponse" name="getStatusDatiFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendDatiFatturaResponse">
|
||||
<wsdl:part element="tns:sendDatiFatturaResponse" name="sendDatiFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="DatiFattura">
|
||||
<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="downloadDatiFattura">
|
||||
<wsdl:input message="tns:downloadDatiFatturaRequest" name="downloadDatiFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:downloadDatiFatturaResponse" name="downloadDatiFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getStatusDatiFattura">
|
||||
<wsdl:input message="tns:getStatusDatiFatturaRequest" name="getStatusDatiFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:getStatusDatiFatturaResponse" name="getStatusDatiFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendDatiFattura">
|
||||
<wsdl:input message="tns:sendDatiFatturaRequest" name="sendDatiFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:sendDatiFatturaResponse" name="sendDatiFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="DatiFatturaSoap11" type="tns:DatiFattura">
|
||||
<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="downloadDatiFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="downloadDatiFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="downloadDatiFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getStatusDatiFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="getStatusDatiFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="getStatusDatiFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendDatiFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="sendDatiFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="sendDatiFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="DatiFatturaService">
|
||||
<wsdl:port binding="tns:DatiFatturaSoap11" name="DatiFatturaSoap11">
|
||||
<soap:address location="https://demoxc.sanmarcoweb.com/xc-web/datifatturaws/"/>
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
@@ -0,0 +1,404 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-datifattura" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-datifattura" targetNamespace="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-datifattura">
|
||||
<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-datifattura" version="2.0">
|
||||
|
||||
<!-- TRASMETTI -->
|
||||
<xsd:element name="sendDatiFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
sendDatiFatturaRequest = 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
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<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:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="sendDatiFatturaResponse">
|
||||
<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:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- STATO -->
|
||||
<xsd:element name="getStatusDatiFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getStatusDatiFatturaRequest = richiesta per
|
||||
ottenere lo stato di un xml
|
||||
IdFiscale = codice fiscale o partita IVA
|
||||
dell'azienda
|
||||
ProgInvio = progressivo di invio assegnato da Fiscality
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element name="ProgressivoInvio" type="xsd:string"/>
|
||||
</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:element name="getStatusDatiFatturaResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
CodiceStato = codice che rappresenta lo stato
|
||||
Stato = descrizione del codice
|
||||
DataOraCambioStato = timestamp del
|
||||
cambio di stato
|
||||
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 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="downloadDatiFatturaRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
downloadDatiFatturaRequest = richiesta per
|
||||
ottenere uno zip contenente un xml firmato e la ricevuta di
|
||||
accettazione del SDI
|
||||
IdFiscale = codice fiscale o partita IVA
|
||||
dell'azienda
|
||||
ProgInvio = progressivo di invio assegnato da Fiscality
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element name="ProgressivoInvio" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="downloadDatiFatturaResponse">
|
||||
<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>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
<!-- SIMPLE TYPES -->
|
||||
|
||||
<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 = ALLEGATO MANCANTE
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E021">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E021 = ALLEGATO NON VALIDO
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
|
||||
<xsd:enumeration value="E022">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E022 = ALLEGATO 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 = XML NON ANCORA DISPONIBILE PER IL
|
||||
DOWNLOAD
|
||||
</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="downloadDatiFatturaRequest">
|
||||
<wsdl:part element="tns:downloadDatiFatturaRequest" name="downloadDatiFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="downloadDatiFatturaResponse">
|
||||
<wsdl:part element="tns:downloadDatiFatturaResponse" name="downloadDatiFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="checkUserRequest">
|
||||
<wsdl:part element="tns:checkUserRequest" name="checkUserRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getStatusDatiFatturaRequest">
|
||||
<wsdl:part element="tns:getStatusDatiFatturaRequest" name="getStatusDatiFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendDatiFatturaRequest">
|
||||
<wsdl:part element="tns:sendDatiFatturaRequest" name="sendDatiFatturaRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getStatusDatiFatturaResponse">
|
||||
<wsdl:part element="tns:getStatusDatiFatturaResponse" name="getStatusDatiFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="sendDatiFatturaResponse">
|
||||
<wsdl:part element="tns:sendDatiFatturaResponse" name="sendDatiFatturaResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="DatiFattura">
|
||||
<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="downloadDatiFattura">
|
||||
<wsdl:input message="tns:downloadDatiFatturaRequest" name="downloadDatiFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:downloadDatiFatturaResponse" name="downloadDatiFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getStatusDatiFattura">
|
||||
<wsdl:input message="tns:getStatusDatiFatturaRequest" name="getStatusDatiFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:getStatusDatiFatturaResponse" name="getStatusDatiFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendDatiFattura">
|
||||
<wsdl:input message="tns:sendDatiFatturaRequest" name="sendDatiFatturaRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:sendDatiFatturaResponse" name="sendDatiFatturaResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="DatiFatturaSoap11" type="tns:DatiFattura">
|
||||
<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="downloadDatiFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="downloadDatiFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="downloadDatiFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="getStatusDatiFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="getStatusDatiFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="getStatusDatiFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="sendDatiFattura">
|
||||
<soap:operation soapAction=""/>
|
||||
<wsdl:input name="sendDatiFatturaRequest">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="sendDatiFatturaResponse">
|
||||
<soap:body use="literal"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="DatiFatturaService">
|
||||
<wsdl:port binding="tns:DatiFatturaSoap11" name="DatiFatturaSoap11">
|
||||
<soap:address location="https://scsv28.sanmarco.lan/xc-web/datifatturaws/"/>
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
@@ -0,0 +1,145 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-notifiche" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-notifiche" targetNamespace="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-notifiche">
|
||||
<wsdl:types>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsi="http://ws-i.org/profiles/basic/1.1/xsd" targetNamespace="http://www.sanmarcoinformatica.it/quality/discovery-xc/webservice/xc-notifiche" version="1.0">
|
||||
|
||||
<!-- REQUEST -->
|
||||
<xsd:element name="getNotificheRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
getNotificheRequest = richiesta delle notifiche di
|
||||
fiscality
|
||||
lastId = id per ricerca notifiche
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="IdFiscale" type="xsd:string"/>
|
||||
<xsd:element name="lastId" type="xsd:long"
|
||||
minOccurs="0" maxOccurs="1" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<!-- RESPONSE -->
|
||||
<xsd:element name="getNotificheResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
notifiche = lista delle notifiche per fiscality
|
||||
Errore = ErrorCode dell'errore, se riscontrato
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="notifiche"
|
||||
type="tns:NotificaFiscality" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:element name="Errore" type="tns:ErrorCode"
|
||||
minOccurs="1" maxOccurs="1" />
|
||||
<xsd:element name="DescrizioneErrore"
|
||||
type="xsd:string" minOccurs="0" maxOccurs="1" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:complexType name="NotificaFiscality">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Id" type="xsd:long" />
|
||||
<xsd:element name="Messaggio" type="xsd:string" />
|
||||
<xsd:element name="Tipo" type="xsd:string" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
|
||||
<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="E028">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
E028 = LISTA VUOTA
|
||||
</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="getNotificheResponse">
|
||||
<wsdl:part element="tns:getNotificheResponse"
|
||||
name="getNotificheResponse">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="getNotificheRequest">
|
||||
<wsdl:part element="tns:getNotificheRequest"
|
||||
name="getNotificheRequest">
|
||||
</wsdl:part>
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="Notifiche">
|
||||
<wsdl:operation name="getNotifiche">
|
||||
<wsdl:input message="tns:getNotificheRequest"
|
||||
name="getNotificheRequest">
|
||||
</wsdl:input>
|
||||
<wsdl:output message="tns:getNotificheResponse"
|
||||
name="getNotificheResponse">
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="NotificheSoap11" type="tns:Notifiche">
|
||||
<soap:binding style="document"
|
||||
transport="http://schemas.xmlsoap.org/soap/http" />
|
||||
<wsdl:operation name="getNotifiche">
|
||||
<soap:operation soapAction="" />
|
||||
<wsdl:input name="getNotificheRequest">
|
||||
<soap:body use="literal" />
|
||||
</wsdl:input>
|
||||
<wsdl:output name="getNotificheResponse">
|
||||
<soap:body use="literal" />
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="NotificheService">
|
||||
<wsdl:port binding="tns:NotificheSoap11"
|
||||
name="NotificheSoap11">
|
||||
<soap:address
|
||||
location="https://10.200.100.108/xc-web/notifichews/1.1/" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
@@ -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>
|
||||
@@ -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://demoxc.sanmarcoweb.com/xc-web/fatturaws/1.1/"/>
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user