First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,162 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by () -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" targetNamespace="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" elementFormDefault="unqualified" attributeFormDefault="unqualified">
<xs:annotation>
<xs:documentation>Notifica online CRM-DBC </xs:documentation>
</xs:annotation>
<xs:element name="NotificaFromCRM">
<xs:complexType>
<xs:sequence>
<xs:element name="ID_ESIGENZA" type="string15TYPE"/>
<xs:element name="ID_SOLUTION" type="string15TYPE" minOccurs="0"/>
<xs:element name="TIPO_CHIAMATA" type="tipoChiamataTYPE"/>
<xs:element name="TIPO_EVENTO" type="tipoEventoTYPE"/>
<xs:element name="PIATTAFORMA_PROVENIENZA" type="piattaformaProvTYPE"/>
<xs:element name="CANALE_PROVENIENZA" type="string5TYPE" minOccurs="0"/>
<xs:element name="NUMERO_TELEFONO" type="phoneTYPE"/>
<xs:element name="COR" type="string12TYPE" minOccurs="0"/>
<xs:element name="COW" type="string3TYPE"/>
<xs:element name="COS" type="string3TYPE" minOccurs="0"/>
<xs:element name="NOMINATIVO_CLIENTE" type="string100TYPE"/>
<xs:element name="CODICE_FISCALE_PARTIVA_IVA" type="string16TYPE"/>
<xs:element name="RECAPITO_ALTERNATIVO" type="recapitoAlternTYPE"/>
<xs:element name="SLA" type="string2TYPE" minOccurs="0"/>
<xs:element name="DAC" type="string10TYPE" minOccurs="0"/>
<xs:element name="DET" type="string10TYPE" minOccurs="0"/>
<xs:element name="COW2" type="string3TYPE" minOccurs="0"/>
<xs:element name="COR2" type="string12TYPE" minOccurs="0"/>
<xs:element name="COS2" type="string3TYPE" minOccurs="0"/>
<xs:element name="DN1" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN2" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN3" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN4" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN5" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN6" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN7" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN8" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN9" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN10" type="string12TYPE" minOccurs="0"/>
<xs:element name="STATO_DN2" type="string2TYPE" minOccurs="0"/>
<xs:element name="STATO_DN3" type="string2TYPE" minOccurs="0"/>
<xs:element name="STATO_DN4" type="string2TYPE" minOccurs="0"/>
<xs:element name="STATO_DN5" type="string2TYPE" minOccurs="0"/>
<xs:element name="STATO_DN6" type="string2TYPE" minOccurs="0"/>
<xs:element name="STATO_DN7" type="string2TYPE" minOccurs="0"/>
<xs:element name="STATO_DN8" type="string2TYPE" minOccurs="0"/>
<xs:element name="STATO_DN9" type="string2TYPE" minOccurs="0"/>
<xs:element name="STATO_DN10" type="string2TYPE" minOccurs="0"/>
<xs:element name="CAUSALE_RIFIUTO" type="string100TYPE" minOccurs="0"/>
<xs:element name="DATA_OPERAZIONE" type="string19TYPE"/>
<xs:element name="COD_CORRELAZIONE" type="string8TYPE" minOccurs="0"/>
<xs:element name="NUM_TOT_RICHIESTE" type="numTYPE" minOccurs="0"/>
<xs:element name="COD_MARCAGGIO_CLIENTE" type="string2TYPE" minOccurs="0"/>
<xs:element name="COD_CANALE_VENDITA" type="string5TYPE" minOccurs="0"/>
<xs:element name="FLAG_DICHIARAZIONE" type="flagTYPE"/>
<xs:element name="TIPO_DISDETTA" type="tipoDisdettaTYPE" minOccurs="0"/>
<xs:element name="FLAG_NAKED" type="xs:string" minOccurs="0"/>
<xs:element name="ID_OL" type="string15TYPE" minOccurs="0"/>
<xs:element name="CODICE_OL" type="string18TYPE" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="tipoChiamataTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="FONIA|ADSL|NPg35|NAKED|DOPPIO_DONATING|NPg103"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoEventoTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="RIENTRO|DISDETTA|EMISSIONE|ESPLETAMENTO|ANNULLAMENTO|KO_PITAGORA|CHIUSURA|KO_SPONTANEA_OLO|A375|RIMODULAZIONE_DAC"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="piattaformaProvTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="R|B"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string15TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string10TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="phoneTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="\d{1,12}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string100TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string16TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string2TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string19TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="19"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string12TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string3TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string5TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string8TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="recapitoAlternTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="\d{1,20}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="numTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="\d{0,9}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="flagTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="0|1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoDisdettaTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="F|D|"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string50TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string18TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="18"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@@ -0,0 +1,133 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by antonella (tttt) -->
<!--Generated by Turbo XML. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
<xsd:schema targetNamespace="http://www.ESB/SOAP/Header" xmlns="http://www.ESB/SOAP/Header" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xsd:element name="SOAPHeader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="user" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Utenza del servizio
Opzionale
A carico Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="password" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Password del servizio
Opzionale
A carico Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="service" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>wsdl:service
Opzionale
Attualmente valorizzato da ESB</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TypeMsg" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Tipo Messaggio:
Richiesta Sincrona/Asincrona 1/3
Risposta Sincrona 2
Valorizzato da ESB</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Operation" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>wsdl:operation
Inserire operation da invocare </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Timestamp" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Timestamp richiesta
Opzionale
Valorizzato da Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IDMsg" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identificativo univoco consumer
Opzionale
Valorizzato da Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IDMsgESB" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identificativo univoco ESB
Opzionale
Valorizzato da ESB</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SRC" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Consumer
Valorizzare Consumer </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DEST" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Provider
Valorizzare con producer </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ExecState" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Stato esecuzione servizio (0:1)
Opzionale
Valorizzato da ESB</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ReceiveTimestamp" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Timestamp ricezione richiesta
Opzionale
Valorizzato da ESB</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Notes" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Free</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SIDBusinessID" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>SID businessID
Obbligatorio
A carico Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SIDTransactionID" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>SID transactionID
Obbligatorio
A carico Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SIDMsgType" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>SID messageType
Obbligatorio
A carico Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SIDMsgID" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>SID messageID
Obbligatorio
A carico Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SIDMsgCode" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>SID messageCode
Obbligatorio
A carico Consumer</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by () -->
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns="http://www.ESB/SOAP/Header" xmlns:ns1="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://new.webservice.namespace" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://new.webservice.namespace">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1">
<xs:include schemaLocation="CRM_TO_DBCFX.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.ESB/SOAP/Header">
<xs:include schemaLocation="SOAP_Header_CRM_Affari.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="Notifica">
<wsdl:part element="ns1:NotificaFromCRM" name="parameter"/>
<wsdl:part element="ns:SOAPHeader" name="soapHeader"/>
</wsdl:message>
<wsdl:message name="NotificaResponse">
<wsdl:part name="parameter" type="xs:string"/>
</wsdl:message>
<wsdl:portType name="WSAcqServicePortType">
<wsdl:operation name="WSAcqService">
<wsdl:input message="tns:Notifica"/>
<wsdl:output message="tns:NotificaResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WSAcqServiceSOAP11Binding" type="tns:WSAcqServicePortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="WSAcqService">
<soap:operation soapAction="urn:#AcqService" style="document"/>
<wsdl:input>
<soap:body parts="parameter" use="literal"/>
<soap:header message="tns:Notifica" part="soapHeader" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WSAcqService">
<wsdl:port name="WSAcqServicePort" binding="tns:WSAcqServiceSOAP11Binding">
<soap:address location="http://localhost:8080/WSCRMA"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>