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,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="1.1"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:simpleType name="noCommonConstraintsType" final="#all">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Parameter">
<xs:sequence>
<xs:element name="name" type="noCommonConstraintsType"/>
<xs:element name="value" type="noCommonConstraintsType"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="Parameters">
<xs:sequence>
<xs:element name="Parameter" type="Parameter" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProcessData">
<xs:sequence>
<xs:element name="returnCode" type="noCommonConstraintsType" minOccurs="0"/>
<xs:element name="returnDescription" type="noCommonConstraintsType" minOccurs="0"/>
<xs:element name="Parameters" type="Parameters" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:element name="ProcessData" type="ProcessData"/>
</xs:schema>

View File

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// FILE-ID
// Name: SOAPHeader_v1.1.xsd
// Version: 1.1
// Type: XSD file
// Analysis Version:
// Kit Version:
// Created: 05/03/2009
// Modified 16/03/2010
// Developed by: Simone Avossa
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:h="http://telecomitalia.it/SOA/SOAP/SOAPHeader" targetNamespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" elementFormDefault="qualified" version="1.1">
<!-- Start Types Definition -->
<xs:complexType name="HeaderType">
<xs:annotation>
<xs:documentation>Informazioni di contesto dell'invocazione del servizio</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="sourceSystem" type="h:sourceSystemType" minOccurs="0">
<xs:annotation>
<xs:documentation>Sistema da cui proviene la richiesta</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="interactionDate" type="h:interactionDateType" minOccurs="0">
<xs:annotation>
<xs:documentation>Data e Ora di invocazione del servizio</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="businessID" type="h:businessIDType" minOccurs="0">
<xs:annotation>
<xs:documentation>Identifica univocamente il processo di business</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="messageID" type="h:messageIDType" minOccurs="0">
<xs:annotation>
<xs:documentation>Identifica il messaggio in maniera univoca</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="transactionID" type="h:transactionIDType" minOccurs="0">
<xs:annotation>
<xs:documentation>Identifica la transazione per gestire i ritorni sincroni</xs:documentation>
</xs:annotation>
</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="businessIDType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="messageIDType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="sourceSystemType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="transactionIDType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="interactionDateType">
<xs:sequence>
<xs:element name="Date" type="h:dateType">
<xs:annotation>
<xs:documentation>Per compatibilità con i diversi prodotti o librerie software (es. Axis2 e BW) si è scelto di utilizzare il tipo string. La restizione applicata accetta il formato: CCYY-MM-DD. Non sono presenti restrizioni sul range dei valori.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Time" type="h:timeType">
<xs:annotation>
<xs:documentation>Per compatibilità con i diversi prodotti o librerie software (es. Axis2 e BW) si è scelto di utilizzare il tipo string. La restizione applicata accetta il formato: hh:mm:ss.sss. Non sono presenti restrizioni sul range dei valori. Per gli ulteriori dettagli sul formato fare riferimento alla definizione di Time Data Type W3C, presente al link: http://www.w3schools.com/Schema/schema_dtypes_date.asp</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<!-- End Types Definition -->
<xs:element name="Header" type="h:HeaderType"/>
</xs:schema>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
//-FILE-ID
// Name: WirelineOLOPortInOrderMgmt.XSD
// Service Specification: ServiceSpecification_WirelineOLOPortInOrderMgmt_ver1.0_rev0.docx
// Developed by: GdL Aubay
-->
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:cst="http://DBSS-GOA/WirelinePortInOrderMgmtEntities"
xmlns:sm="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt/2016-12-28"
targetNamespace="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt/2016-12-28"
version="1.0"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<import namespace="http://DBSS-GOA/WirelinePortInOrderMgmtEntities" schemaLocation="WirelineOLOPortInOrderMgmtEntities.xsd"/>
<include schemaLocation="ProcessData_v1.0.xsd"/>
<element name="ceasedPortInRequest">
<complexType>
<sequence>
<element name="CustomerOrder" type="cst:CustomerOrderInputType" minOccurs="0"/>
</sequence>
</complexType>
</element>
<element name="ceasedPortInResponse">
<complexType>
<sequence>
<element ref="sm:ProcessData"/>
</sequence>
</complexType>
</element>
</schema>

View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by fuokista (EMBRACE) -->
<!--
//-FILE-ID
// Name: WirelinePortInOrderMgmt.xsd
// Analysis Version: TIIT_CMM_SIF_DBSSOAM_GOA_WirelinePortInOrderMgmt.doc
// Developed by: GdLReply - Ing-MW
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:cst="http://DBSS-GOA/WirelinePortInOrderMgmtEntities"
targetNamespace="http://DBSS-GOA/WirelinePortInOrderMgmtEntities"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:complexType name="CustomerOrderInputType">
<xs:sequence>
<xs:element name="interactionDate" type="xs:dateTime"/>
<xs:element name="CharacteristicValue" type="cst:CharacteristicValueType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CharacteristicValueType">
<xs:sequence>
<xs:element name="CharacteristicSpecification" type="cst:CharacteristicSpecificationType"/>
<xs:element name="value" type="cst:noCommonConstraintsType"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CharacteristicSpecificationType">
<xs:sequence>
<xs:element name="name" type="cst:noCommonConstraintsType"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="noCommonConstraintsType" final="#all">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
//-FILE-ID
// Name: WirelineOLOPortInOrderMgmt.wsdl
// Service Specification: ServiceSpecification_WirelineOLOPortInOrderMgmt_ver1.0_rev0.docx
// Developed by: GdL Aubay
-->
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt-v1" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:nsSchema="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt/2016-12-28" name="WirelineOLOPortInOrderMgmt-v1_Abstract" targetNamespace="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt-v1">
<import location="WirelineOLOPortInOrderMgmt.xsd" namespace="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt/2016-12-28"/>
<import location="SOAPHeader_v1.1.xsd" namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader"/>
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt-v1">
<import namespace="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt/2016-12-28" schemaLocation="WirelineOLOPortInOrderMgmt.xsd"/>
<import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</schema>
</types>
<message name="ceasedPortInRequest">
<part element="nsSchema:ceasedPortInRequest" name="body"/>
<part element="head:Header" name="Header"/>
</message>
<message name="ceasedPortInResponse">
<part element="nsSchema:ceasedPortInResponse" name="body"/>
<part element="head:Header" name="Header"/>
</message>
<portType name="WirelineOLOPortInOrderMgmtPortType">
<operation name="ceasedPortIn">
<input message="tns:ceasedPortInRequest"/>
<output message="tns:ceasedPortInResponse"/>
</operation>
</portType>
</definitions>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Created by TIBCO WSDL-->
<wsdl:definitions xmlns:tns="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt/2016-12-28/service-b" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns0="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt-v1" xmlns:soap1="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Untitled" targetNamespace="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt/2016-12-28/service-b">
<wsdl:import namespace="http://telecomitalia.it/SOA/WirelineOLOPortInOrderMgmt-v1" location="WirelineOLOPortInOrderMgmt_Abstract.wsdl"/>
<wsdl:service name="service">
<wsdl:port name="WirelineOLOPortInOrderMgmtPortTypeHttpEndpoint" binding="tns:WirelineOLOPortInOrderMgmtPortTypeHttpEndpointBinding">
<soap:address location="http://localhost:8092/Business/ESBE/Services/WirelineOLOPortInOrderMgmt/service"/>
</wsdl:port>
<wsdl:port name="WirelineOLOPortInOrderMgmtPortTypeHttpsMEndpoint" binding="tns:WirelineOLOPortInOrderMgmtPortTypeHttpsMEndpointBinding">
<soap:address location="https://localhost:28092/Business/ESBE/Services/WirelineOLOPortInOrderMgmt/service"/>
</wsdl:port>
<wsdl:port name="WirelineOLOPortInOrderMgmtPortTypeHttpsEndpoint" binding="tns:WirelineOLOPortInOrderMgmtPortTypeHttpsEndpointBinding">
<soap:address location="https://localhost:18092/Business/ESBE/Services/WirelineOLOPortInOrderMgmt/service"/>
</wsdl:port>
</wsdl:service>
<wsdl:binding name="WirelineOLOPortInOrderMgmtPortTypeHttpEndpointBinding" type="ns0:WirelineOLOPortInOrderMgmtPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ceasedPortIn">
<soap:operation style="document" soapAction="ceasedPortIn"/>
<wsdl:input>
<soap:body use="literal" parts="body"/>
<soap:header use="literal" message="ns0:ceasedPortInRequest" part="Header"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="body"/>
<soap:header use="literal" message="ns0:ceasedPortInResponse" part="Header"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="WirelineOLOPortInOrderMgmtPortTypeHttpsMEndpointBinding" type="ns0:WirelineOLOPortInOrderMgmtPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ceasedPortIn">
<soap:operation style="document" soapAction="ceasedPortIn"/>
<wsdl:input>
<soap:body use="literal" parts="body"/>
<soap:header use="literal" message="ns0:ceasedPortInRequest" part="Header"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="body"/>
<soap:header use="literal" message="ns0:ceasedPortInResponse" part="Header"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="WirelineOLOPortInOrderMgmtPortTypeHttpsEndpointBinding" type="ns0:WirelineOLOPortInOrderMgmtPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ceasedPortIn">
<soap:operation style="document" soapAction="ceasedPortIn"/>
<wsdl:input>
<soap:body use="literal" parts="body"/>
<soap:header use="literal" message="ns0:ceasedPortInRequest" part="Header"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="body"/>
<soap:header use="literal" message="ns0:ceasedPortInResponse" part="Header"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
</wsdl:definitions>