First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Created by TIBCO WSDL-->
<wsdl:definitions xmlns:ns1="http://tns.tibco.com/bw/json/1698420077301" xmlns:tns="http://xmlns.example.com/1698422961741" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns0="http://tns.tibco.com/bw/json/1698392386014" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Untitled" targetNamespace="http://xmlns.example.com/1698422961741">
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tns.tibco.com/bw/json/1698420077301" targetNamespace="http://tns.tibco.com/bw/json/1698420077301" elementFormDefault="qualified" attributeFormDefault="unqualified">
<complexType name="IBK50ResponseElementType">
<sequence>
<element name="Response" minOccurs="0">
<complexType>
<sequence>
<element name="ReturnCode" type="string" minOccurs="0"/>
<element name="ReturnMessage" type="string" minOccurs="0"/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
<element name="IBK50ResponseElement" type="tns:IBK50ResponseElementType"/>
</schema>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://tns.tibco.com/bw/json/1698392386014" targetNamespace="http://tns.tibco.com/bw/json/1698392386014" elementFormDefault="qualified" attributeFormDefault="unqualified">
<complexType name="RequestType">
<sequence>
<element maxOccurs="1" minOccurs="0" name="header">
<complexType>
<sequence>
<element maxOccurs="1" minOccurs="0" name="sourceSystem" type="string"/>
<element maxOccurs="1" minOccurs="0" name="channel" type="string"/>
<element maxOccurs="1" minOccurs="0" name="interactionDate-Date" type="string"/>
<element maxOccurs="1" minOccurs="0" name="interactionDate-Time" type="string"/>
<element maxOccurs="1" minOccurs="0" name="businessID" type="string"/>
<element maxOccurs="1" minOccurs="0" name="sessionID" type="string"/>
<element maxOccurs="1" minOccurs="0" name="transactionID" type="string"/>
<element maxOccurs="1" minOccurs="0" name="messageID" type="string"/>
<element maxOccurs="1" minOccurs="0" name="eventType" type="string"/>
<element maxOccurs="unbounded" minOccurs="0" name="destinationSystem" type="string"/>
</sequence>
</complexType>
</element>
<element maxOccurs="1" minOccurs="0" name="message">
<complexType>
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="RequestParameters">
<complexType>
<sequence>
<element maxOccurs="1" minOccurs="0" name="name" type="string"/>
<element maxOccurs="1" minOccurs="0" name="value" type="string"/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
<element name="Request" type="tns:RequestType"/>
</schema>
</wsdl:types>
<wsdl:service name="IBK50_service0">
<wsdl:port name="richiestaCessazioneLineaDonorPortTypeEndpoint0" binding="tns:richiestaCessazioneLineaDonorPortTypeEndpoint0Binding">
<soap:address location="http://localhost:9880/richiestaCessazioneLineaDonorPortTypeEndpoint0"/>
</wsdl:port>
</wsdl:service>
<wsdl:portType name="richiestaCessazioneLineaDonorPortType">
<wsdl:operation name="IBK50richiestaCessazioneLineaDonor">
<wsdl:input message="tns:IBK50richiestaCessazioneLineaDonorRequest"/>
<wsdl:output message="tns:IBK50richiestaCessazioneLineaDonorResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="richiestaCessazioneLineaDonorPortTypeEndpoint0Binding" type="tns:richiestaCessazioneLineaDonorPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="IBK50richiestaCessazioneLineaDonor">
<soap:operation style="document" soapAction="/IBK50richiestaCessazioneLineaDonor"/>
<wsdl:input>
<soap:body use="literal" parts="body"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="body"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:message name="IBK50richiestaCessazioneLineaDonorRequest">
<wsdl:part name="body" element="ns0:Request"/>
</wsdl:message>
<wsdl:message name="IBK50richiestaCessazioneLineaDonorResponse">
<wsdl:part name="body" element="ns1:IBK50ResponseElement"/>
</wsdl:message>
</wsdl:definitions>

View File

@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:h="http://telecomitalia.it/SOA/SOAP/SOAPHeader/2023-04-06" targetNamespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader/2023-04-06" elementFormDefault="qualified" version="1.1">
<!-- Start Types Definition -->
<xs:complexType name="HeaderType">
<xs:sequence>
<xs:element name="sourceSystem" type="h:sourceSystemType">
</xs:element>
<xs:element name="channel" type="h:channelType">
</xs:element>
<xs:element name="interactionDate" type="h:interactionDateType">
</xs:element>
<xs:element name="sessionID" type="h:sessionIDType">
</xs:element>
<xs:element name="businessID" type="h:businessIDType">
</xs:element>
<xs:element name="transactionID" type="h:transactionIDType">
</xs:element>
<xs:element name="messageID" type="h:messageIDType" minOccurs="0">
</xs:element>
<xs:element name="eventType" type="h:eventType" minOccurs="0">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="dateType">
<xs:restriction base="xs:string">
<xs:pattern value="\d{4}-\d{2}-\d{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="timeType">
<xs:restriction base="xs:string">
<xs:pattern value="\d{2}:\d{2}:\d{2}((Z)|(\.\d{1,}Z?)|((\+|-)\d{2}:\d{2}))?"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="sessionIDType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="24"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="businessIDType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="24"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="messageIDType">
<xs:restriction base="xs:string">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="sourceSystemType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="channelType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="transactionIDType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="24"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="eventType">
<xs:restriction base="xs:string">
</xs:restriction>
</xs:simpleType>
<xs:complexType name="interactionDateType">
<xs:sequence>
<xs:element name="Date" type="h:dateType">
</xs:element>
<xs:element name="Time" type="h:timeType">
</xs:element>
</xs:sequence>
</xs:complexType>
<!-- End Types Definition -->
<xs:element name="Header" type="h:HeaderType"/>
</xs:schema>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace = "http://dbcmnp/SOA/EsitoCessMnp"
xmlns:nsSchema = "http://dbcmnp/SOA/EsitoCessMnp/2023-04-06"
xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:head = "http://telecomitalia.it/SOA/SOAP/SOAPHeader/2023-04-06"
xmlns:tns = "http://dbcmnp/SOA/EsitoCessMnp"
xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
>
<wsdl:types>
<xsd:schema targetNamespace = "http://dbcmnp/SOA/EsitoCessMnp">
<xsd:import namespace = "http://dbcmnp/SOA/EsitoCessMnp/2023-04-06" schemaLocation = "esitoCessMnp.xsd"/>
<xsd:import namespace = "http://telecomitalia.it/SOA/SOAP/SOAPHeader/2023-04-06" schemaLocation = "SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name = "esitoCessMnpRequest">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:esitoCessMnpRequest" name = "body"/>
</wsdl:message>
<wsdl:message name = "esitoCessMnpResponse">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:esitoCessMnpResponse" name = "body"/>
</wsdl:message>
<wsdl:portType name = "EsitoCessMnpPortType">
<wsdl:operation name = "esitoCessMnp">
<wsdl:input message = "tns:esitoCessMnpRequest"/>
<wsdl:output message = "tns:esitoCessMnpResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name = "EsitoCessMnpBinding" type = "tns:EsitoCessMnpPortType">
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name = "esitoCessMnp">
<soap:operation soapAction = "esitoCessMnp" style = "document"/>
<wsdl:input>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:esitoCessMnpRequest" part = "Header" use = "literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:esitoCessMnpResponse" part = "Header" use = "literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name = "EsitoCessMnp-1.0">
<wsdl:port binding = "tns:EsitoCessMnpBinding" name = "EsitoCessMnp">
<soap:address location = "https://localhost:7502/wsgispesito/EsitoCessMnp"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:sm="http://dbcmnp/SOA/EsitoCessMnp/2023-04-06"
targetNamespace = "http://dbcmnp/SOA/EsitoCessMnp/2023-04-06"
elementFormDefault="qualified"
version="1.0"
>
<xs:element name="esitoCessMnpRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="NOME_RICHIESTA" type="sm:typeNOME_RICHIESTA"/>
<xs:element name="ESITO_CAS" type="sm:typeESITO_CAS"/>
<xs:element name="DETTAGLIO_ESITO" type="sm:typeDETTAGLIO_ESITO" minOccurs="0"/>
<xs:element name="DESCRIZIONE_ESITO" type="sm:typeDESCRIZIONE_ESITO"/>
<xs:element name="DATA_ESPLETAMENTO" type="sm:dateTimeType" minOccurs="0"/>
<xs:element name="CODICE_RIPROPOSIZIONE" type="sm:strLn23"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="esitoCessMnpResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="CODICE_ACK" type="sm:tipoAckTYPE"/>
<xs:element name="DESCRIZIONE_ACK" type="sm:string255TYPE" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="typeNOME_RICHIESTA">
<xs:restriction base="xs:string">
<xs:pattern value="DBC_DISATMNPG|DBC_ATTIVGSM|DBC_DISATMNPG_PP|DBC_DISATMNPG_CO|DBC_DISATMNPG_BU"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeESITO_CAS">
<xs:restriction base="xs:string">
<xs:pattern value="001|002|003"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeDETTAGLIO_ESITO">
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeDESCRIZIONE_ESITO">
<xs:restriction base="xs:string">
<xs:maxLength value="48"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateTimeType">
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn23">
<xs:restriction base="xs:string">
<xs:maxLength value="23"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string255TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoAckTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="OK|KO"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@@ -0,0 +1,10 @@
<weblogic-wsee-clientHandlerChain
xmlns="http://www.bea.com/ns/weblogic/90"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:j2ee="http://java.sun.com/xml/ns/j2ee">
<handler>
<j2ee:handler-name>RichiestaCessazioneSOAPHandler</j2ee:handler-name>
<j2ee:handler-class>mnp.proxy.ws.gisp.client.RichiestaCessazioneSOAPHandler</j2ee:handler-class>
</handler>
</weblogic-wsee-clientHandlerChain>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
targetNamespace = "http://dbcmnp/SOA/NotifyGispEvent"
xmlns:nsSchema = "http://dbcmnp/SOA/NotifyGispEvent/2023-04-06"
xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:head = "http://telecomitalia.it/SOA/SOAP/SOAPHeader/2023-04-06"
xmlns:tns = "http://dbcmnp/SOA/NotifyGispEvent"
xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
>
<wsdl:types>
<xsd:schema targetNamespace = "http://dbcmnp/SOA/NotifyGispEvent">
<xsd:import namespace = "http://dbcmnp/SOA/NotifyGispEvent/2023-04-06" schemaLocation = "notifyGispEvent.xsd"/>
<xsd:import namespace = "http://telecomitalia.it/SOA/SOAP/SOAPHeader/2023-04-06" schemaLocation = "SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name = "notifyGispEventRequest">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:notifyGispEventRequest" name = "body"/>
</wsdl:message>
<wsdl:message name = "notifyGispEventResponse">
<wsdl:part element = "head:Header" name = "Header"/>
<wsdl:part element = "nsSchema:notifyGispEventResponse" name = "body"/>
</wsdl:message>
<wsdl:portType name = "NotifyGispEventPortType">
<wsdl:operation name = "notifyGispEvent">
<wsdl:input message = "tns:notifyGispEventRequest"/>
<wsdl:output message = "tns:notifyGispEventResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name = "NotifyGispEventBinding" type = "tns:NotifyGispEventPortType">
<soap:binding style = "document" transport = "http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name = "notifyGispEvent">
<soap:operation soapAction = "notifyGispEvent" style = "document"/>
<wsdl:input>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:notifyGispEventRequest" part = "Header" use = "literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts = "body" use = "literal"/>
<soap:header message = "tns:notifyGispEventResponse" part = "Header" use = "literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name = "NotifyGispEvent-1.0">
<wsdl:port binding = "tns:NotifyGispEventBinding" name = "NotifyGispEvent">
<soap:address location = "https://localhost:7502/wsgisp/NotifyGispEvent"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:sm="http://dbcmnp/SOA/NotifyGispEvent/2023-04-06"
targetNamespace="http://dbcmnp/SOA/NotifyGispEvent/2023-04-06"
elementFormDefault="qualified"
version="1.0"
>
<xs:element name="notifyGispEventRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="sysdate" type="sm:string20TYPE" minOccurs="0"/>
<xs:element name="msisdn" type="sm:string12TYPE"/>
<xs:element name="tipoEvento" type="sm:string3TYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="notifyGispEventResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="codiceAck" type="sm:tipoAckTYPE"/>
<xs:element name="descrAck" type="sm:string255TYPE" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="string20TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</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="string255TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoAckTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="OK|KO"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>