fix Fatturazione elettronica XML previe
0
Fiscality/plugins/it.smi.adex.help_16.0.0/META-INF/MANIFEST.MF
Executable file → Normal file
0
Fiscality/plugins/it.smi.adex.help_16.0.0/doc/GuidaIX.pdf
Executable file → Normal file
0
Fiscality/plugins/it.smi.adex.help_16.0.0/doc/GuidaXML.pdf
Executable file → Normal file
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Installer
|
||||
Bundle-SymbolicName: it.smi.adex.installer
|
||||
Bundle-Version: 19.0.0
|
||||
Bundle-Version: 19.2.0
|
||||
Bundle-Activator: it.smi.adex.installer.Activator
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
|
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 329 B |
@@ -18916,4 +18916,7 @@ RGNOTCSPRT TEXT IS 'Riga notizie per casi particolari')
|
||||
<TAG-SCRIPT>
|
||||
|
||||
<TAG-VERSIONE-19.0.0>
|
||||
<TAG-SCRIPT>
|
||||
|
||||
<TAG-VERSIONE-19.2.0>
|
||||
<TAG-SCRIPT>
|
||||
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Ixconfiguration
|
||||
Bundle-SymbolicName: it.smi.adex.ixconfiguration
|
||||
Bundle-Version: 17.11.0
|
||||
Bundle-Version: 19.1.0
|
||||
Bundle-Activator: it.smi.adex.ixconfiguration.Activator
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
@@ -1,216 +1,216 @@
|
||||
<?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://ixservices.arxivar.it/Auth/AuthenticationService" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
<?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://ixservices.arxivar.it/Auth/AuthenticationService" />
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
@@ -1,404 +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://www.discoveryxc.it/xc-web/datifatturaws/"/>
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
<?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://www.discoveryxc.it/xc-web/datifatturaws/"/>
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
||||
@@ -1,268 +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>
|
||||
<?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>
|
||||
@@ -1,404 +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>
|
||||
<?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>
|
||||
@@ -1,404 +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>
|
||||
<?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
Fiscality/plugins/it.smi.adex.whereami_16.0.0/META-INF/MANIFEST.MF
Executable file → Normal file
0
Fiscality/plugins/it.smi.adex.whereami_16.0.0/resources/.jazzignore
Executable file → Normal file
0
Fiscality/plugins/it.smi.adex.whereami_16.0.0/resources/doveSono.properties
Executable file → Normal file
5
Fiscality/plugins/it.smi.adex_19.0.0/META-INF/MANIFEST.MF → Fiscality/plugins/it.smi.adex_19.2.0/META-INF/MANIFEST.MF
Executable file → Normal file
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Adex
|
||||
Bundle-SymbolicName: it.smi.adex;singleton:=true
|
||||
Bundle-Version: 19.0.0
|
||||
Bundle-Version: 19.2.0
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
it.smi.palmax.connection;bundle-version="1.0.0",
|
||||
@@ -42,7 +42,7 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.equinox.p2.updatechecker;bundle-version="1.1.200",
|
||||
org.eclipse.osgi.services;bundle-version="3.3.100",
|
||||
org.eclipse.core.resources;bundle-version="3.8.1",
|
||||
it.smi.adex.ixuploader.v1_2;bundle-version="11.0.2",
|
||||
it.smi.adex.ixuploader.v1_2;bundle-version="11.0.2";resolution:=optional,
|
||||
it.smi.adex.communicationinvoicedata.xml,
|
||||
it.smi.adex.immediatesendingvatdata.xml,
|
||||
it.smi.palmax.org.apache.poi,
|
||||
@@ -72,7 +72,6 @@ Export-Package: it.smi.adex,
|
||||
it.smi.adex.login,
|
||||
it.smi.adex.perspectives,
|
||||
it.smi.adex.preferences,
|
||||
it.smi.adex.utils,
|
||||
it.smi.adex.utils.itVatDeclaration,
|
||||
it.smi.adex.views,
|
||||
it.smi.adex.views.mapping,
|
||||
0
Fiscality/plugins/it.smi.adex_19.0.0/doc/Aggiornamenti.pdf → Fiscality/plugins/it.smi.adex_19.2.0/doc/Aggiornamenti.pdf
Executable file → Normal file
0
Fiscality/plugins/it.smi.adex_19.0.0/doc/infoupdate.htm → Fiscality/plugins/it.smi.adex_19.2.0/doc/infoupdate.htm
Executable file → Normal file
0
Fiscality/plugins/it.smi.adex_19.0.0/icons/11020.annotate.gif → Fiscality/plugins/it.smi.adex_19.2.0/icons/11020.annotate.gif
Executable file → Normal file
|
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 592 B |
|
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 612 B |
|
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 372 B |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
0
Fiscality/plugins/it.smi.adex_19.0.0/icons/NO.png → Fiscality/plugins/it.smi.adex_19.2.0/icons/NO.png
Executable file → Normal file
|
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
0
Fiscality/plugins/it.smi.adex_19.0.0/icons/OK.png → Fiscality/plugins/it.smi.adex_19.2.0/icons/OK.png
Executable file → Normal file
|
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 472 B |
0
Fiscality/plugins/it.smi.adex_19.0.0/icons/accept_action.gif → Fiscality/plugins/it.smi.adex_19.2.0/icons/accept_action.gif
Executable file → Normal file
|
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
0
Fiscality/plugins/it.smi.adex_19.0.0/icons/add.png → Fiscality/plugins/it.smi.adex_19.2.0/icons/add.png
Executable file → Normal file
|
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 463 B |