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,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:nsSchema="http://dbcfx/SOA/CheckRetailPlatform/2016-07-04" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns="http://dbcfx/SOA/CheckRetailPlatform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dbcfx/SOA/CheckRetailPlatform">
<wsdl:types>
<xsd:schema targetNamespace="http://dbcfx/SOA/CheckRetailPlatform">
<xsd:import namespace="http://dbcfx/SOA/CheckRetailPlatform/2016-07-04" schemaLocation="CheckRetailPlatform.xsd"/>
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="checkRetailPlatformRequest">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:checkRetailPlatformRequest"/>
</wsdl:message>
<wsdl:message name="checkRetailPlatformResponse">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:checkRetailPlatformResponse"/>
</wsdl:message>
<wsdl:portType name="CheckRetailPlatformPortType">
<wsdl:operation name="checkDN">
<wsdl:input message="tns:checkRetailPlatformRequest"/>
<wsdl:output message="tns:checkRetailPlatformResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CheckRetailPlatformBinding" type="tns:CheckRetailPlatformPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="checkDN">
<soap:operation soapAction="checkDN" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:checkRetailPlatformRequest" part="Header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:checkRetailPlatformResponse" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CheckRetailPlatform-1.0">
<wsdl:port name="CheckRetailPlatform" binding="tns:CheckRetailPlatformBinding">
<soap:address location="https://localhost:7502/wsnow/CheckRetailPlatform"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://dbcfx/SOA/CheckRetailPlatform/2016-07-04" targetNamespace="http://dbcfx/SOA/CheckRetailPlatform/2016-07-04" elementFormDefault="qualified" version="1.0">
<xs:element name="checkRetailPlatformRequest">
<xs:complexType>
<xs:all>
<xs:element name="DN" type="sm:phoneTYPE"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="checkRetailPlatformResponse">
<xs:complexType>
<xs:all>
<xs:element name="DATA_RISPOSTA" type="sm:dataTimeTYPE"/>
<xs:element name="SISTEMA_RETAIL" type="sm:sistemaRetailTYPE" minOccurs="0"/>
<xs:element name="RETURN_CODE" type="sm:returnCodeTYPE"/>
<xs:element name="ERROR_MSG" type="sm:string150TYPE" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
<!-- SimpleTypes START -->
<xs:simpleType name="phoneTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="\d{1,50}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dataTimeTYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="19"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="sistemaRetailTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="DBSS|CRMR|CRMB|CRMB_V|"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="returnCodeTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="00|01|02|03"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string150TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="150"/>
</xs:restriction>
</xs:simpleType>
<!-- SimpleTypes END -->
</xs:schema>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:nsSchema="http://dbcfx/SOA/MsgDonating/2016-09-15" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns="http://dbcfx/SOA/MsgDonating" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dbcfx/SOA/MsgDonating">
<wsdl:types>
<xsd:schema targetNamespace="http://dbcfx/SOA/MsgDonating">
<xsd:import namespace="http://dbcfx/SOA/MsgDonating/2016-09-15" schemaLocation="MsgDonating.xsd"/>
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="MsgDonatingRequest">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:MsgDonatingRequest"/>
</wsdl:message>
<wsdl:message name="MsgDonatingAck">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:MsgDonatingAck"/>
</wsdl:message>
<wsdl:portType name="MsgDonatingPortType">
<wsdl:operation name="sendNotificaMsgDonating">
<wsdl:input message="tns:MsgDonatingRequest"/>
<wsdl:output message="tns:MsgDonatingAck"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="MsgDonatingBinding" type="tns:MsgDonatingPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="sendNotificaMsgDonating">
<soap:operation soapAction="sendNotificaMsgDonating" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:MsgDonatingRequest" part="Header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:MsgDonatingAck" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="MsgDonating-1.1">
<wsdl:port name="MsgDonating" binding="tns:MsgDonatingBinding">
<soap:address location="https://localhost:7502/wsnowMsgDonating/MsgDonating"/>
</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://dbcfx/SOA/MsgDonating/2016-09-15" targetNamespace="http://dbcfx/SOA/MsgDonating/2016-09-15" elementFormDefault="qualified" version="1.0">
<xs:element name="MsgDonatingRequest">
<xs:complexType>
<xs:sequence>
<xs:element ref="sm:MsgDonating"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MsgDonatingAck">
<xs:complexType>
<xs:sequence>
<xs:element name="Codice" type="sm:tipoAckTYPE"/>
<xs:element name="Descrizione" type="sm:string255TYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- SimpleTypes START -->
<xs:element name="MsgDonating">
<xs:complexType>
<xs:sequence>
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="sm:string3TYPE"/>
<xs:element name="CODICE_OPERATORE_WHS" type="sm:string3TYPE"/>
<xs:element name="CODICE_ORDINE_WHS" type="sm:string18TYPE"/>
<xs:element name="ID_NOTIFICA" type="sm:string255TYPE"/>
<xs:element name="DATA_NOTIFICA" type="sm:string255TYPE"/>
<xs:element name="EVENTO" type="sm:string2TYPE"/>
<xs:element name="COR" type="sm:string12TYPE"/>
<xs:element name="DATA" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="ORA" type="sm:string12TYPE" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!--<xs:complexType name="Numerazioni">
<xs:sequence>
<xs:element name="DN" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>-->
<xs:simpleType name="flagYNTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="Y|N"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string255TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string18TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="31"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string3TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string12TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string50TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string2TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoAckTYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<!-- SimpleTypes END -->
</xs:schema>

View File

@@ -0,0 +1,167 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.tim.com/NOW/wsdl/abstract/NOW_EsitoVerificaCodiceSessione" xmlns:tns0="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns1="http://www.tim.com/NOW/xsd/NOW_EsitoVerificaCodiceSessione/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EsitoVerificaCodiceSessione" targetNamespace="http://www.tim.com/NOW/wsdl/abstract/NOW_EsitoVerificaCodiceSessione">
<wsdl:types>
<xsd:schema xmlns:h="http://telecomitalia.it/SOA/SOAP/SOAPHeader" elementFormDefault="qualified" targetNamespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader">
<xsd:complexType name="HeaderType">
<xsd:annotation/>
<xsd:sequence>
<xsd:element minOccurs="0" name="sourceSystem" type="h:sourceSystemType">
<xsd:annotation/>
</xsd:element>
<xsd:element minOccurs="0" name="interactionDate" type="h:interactionDateType">
<xsd:annotation/>
</xsd:element>
<xsd:element minOccurs="0" name="businessID" type="h:businessIDType">
<xsd:annotation/>
</xsd:element>
<xsd:element minOccurs="0" name="messageID" type="h:messageIDType">
<xsd:annotation/>
</xsd:element>
<xsd:element minOccurs="0" name="transactionID" type="h:transactionIDType">
<xsd:annotation/>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="dateType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{4}-\d{2}-\d{2}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="timeType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{2}:\d{2}:\d{2}((Z)|(\.\d{1,}Z?)|((\+|-)\d{2}:\d{2}))?"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="businessIDType">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="messageIDType">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="sourceSystemType">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="transactionIDType">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="interactionDateType">
<xsd:sequence>
<xsd:element name="Date" type="h:dateType">
<xsd:annotation/>
</xsd:element>
<xsd:element name="Time" type="h:timeType">
<xsd:annotation/>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="Header" type="h:HeaderType"/>
</xsd:schema>
<xsd:schema xmlns:tns="http://www.tim.com/NOW/xsd/NOW_EsitoVerificaCodiceSessione/" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.tim.com/NOW/xsd/NOW_EsitoVerificaCodiceSessione/">
<xsd:element name="Request">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="tns:EsitoVerificaCodiceSessione"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Response">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="ID_NOTIFICA" type="tns:string1_100"/>
<xsd:element maxOccurs="1" minOccurs="1" name="ESITO" type="tns:enum_Response_ESITO"/>
<xsd:element maxOccurs="1" minOccurs="0" name="CODICE_MOTIVAZIONE" type="tns:string1_3"/>
<xsd:element maxOccurs="1" minOccurs="0" name="MOTIVAZIONE" type="tns:string1_255"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="EsitoVerificaCodiceSessione">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="CODICE_ORDINE_WHS" type="tns:string1_18"/>
<xsd:element maxOccurs="1" minOccurs="1" name="ID_NOTIFICA" type="tns:string1_100"/>
<xsd:element maxOccurs="1" minOccurs="1" name="DATA_NOTIFICA" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="ESITO" type="tns:enum_CheckSessione_ESITO"/>
<xsd:element maxOccurs="1" minOccurs="0" name="CODICE_MOTIVAZIONE" type="tns:string1_3"/>
<xsd:element maxOccurs="1" minOccurs="0" name="MOTIVAZIONE" type="tns:string1_255"/>
<xsd:element maxOccurs="1" minOccurs="0" name="NOTE" type="tns:string1_255"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name="string1_3">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="3"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string1_18">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="18"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string1_100">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="string1_255">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="enum_CheckSessione_ESITO">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="OK"/>
<xsd:enumeration value="KO"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="enum_Response_ESITO">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="0"/>
<xsd:enumeration value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
</wsdl:types>
<wsdl:message name="Request">
<wsdl:part element="tns1:Request" name="input"/>
<wsdl:part element="tns0:Header" name="header"/>
</wsdl:message>
<wsdl:message name="Response">
<wsdl:part element="tns1:Response" name="output"/>
<wsdl:part element="tns0:Header" name="header"/>
</wsdl:message>
<wsdl:portType name="EsitoVerificaCodiceSessione">
<wsdl:operation name="Invoke">
<wsdl:input message="tns:Request"/>
<wsdl:output message="tns:Response"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="SOAPServiceBinding3" type="tns:EsitoVerificaCodiceSessione">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Invoke">
<soap:operation soapAction="Invoke" style="document"/>
<wsdl:input>
<soap:body parts="input header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="output header" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="EsitoVerificaCodiceSessione">
<wsdl:port binding="tns:SOAPServiceBinding3" name="EsitoVerificaCodiceSessioneSOAP">
<soap:address location="https://localhost:8105/Service/NOW_EsitoVerificaCodiceSessione"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:nsSchema="http://dbcfx/SOA/RichiestaVerificaCodiceSessione/2016-09-15" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns="http://dbcfx/SOA/RichiestaVerificaCodiceSessione" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dbcfx/SOA/RichiestaVerificaCodiceSessione">
<wsdl:types>
<xsd:schema targetNamespace="http://dbcfx/SOA/RichiestaVerificaCodiceSessione">
<xsd:import namespace="http://dbcfx/SOA/RichiestaVerificaCodiceSessione/2016-09-15" schemaLocation="RichiestaVerificaCodiceSessione.xsd"/>
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="RichiestaVerificaCodiceSessioneRequest">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:Request"/>
</wsdl:message>
<wsdl:message name="RichiestaVerificaCodiceSessioneAck">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:Ack"/>
</wsdl:message>
<wsdl:portType name="RichiestaVerificaCodiceSessionePortType">
<wsdl:operation name="checkSessionCode">
<wsdl:input message="tns:RichiestaVerificaCodiceSessioneRequest"/>
<wsdl:output message="tns:RichiestaVerificaCodiceSessioneAck"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="RichiestaVerificaCodiceSessioneBinding" type="tns:RichiestaVerificaCodiceSessionePortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="checkSessionCode">
<soap:operation soapAction="checkSessionCode" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:RichiestaVerificaCodiceSessioneRequest" part="Header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:RichiestaVerificaCodiceSessioneAck" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="RichiestaVerificaCodiceSessione-1.1">
<wsdl:port name="RichiestaVerificaCodiceSessione" binding="tns:RichiestaVerificaCodiceSessioneBinding">
<soap:address location="https://localhost:7502/wsnowCodiceSessione/RichiestaVerificaCodiceSessione"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://dbcfx/SOA/RichiestaVerificaCodiceSessione/2016-09-15" targetNamespace="http://dbcfx/SOA/RichiestaVerificaCodiceSessione/2016-09-15" elementFormDefault="qualified" version="1.0">
<xs:element name="Request">
<xs:complexType>
<xs:sequence>
<xs:element ref="sm:VerificaCodiceSessione"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Ack">
<xs:complexType>
<xs:sequence>
<xs:element name="Codice" type="sm:tipoAckTYPE"/>
<xs:element name="Descrizione" type="sm:string255TYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- SimpleTypes START -->
<xs:element name="VerificaCodiceSessione">
<xs:complexType>
<xs:sequence>
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="sm:string3TYPE"/>
<xs:element name="CODICE_OPERATORE_WHS" type="sm:string3TYPE"/>
<xs:element name="CODICE_ORDINE_WHS" type="sm:string18TYPE"/>
<xs:element name="ID_NOTIFICA" type="sm:string255TYPE"/>
<xs:element name="DATA_NOTIFICA" type="sm:string255TYPE"/>
<xs:element name="CODICE_SESSIONE" type="sm:string50TYPE"/>
<xs:element name="NOTE" type="sm:string255TYPE" minOccurs="0"/>
<xs:element name="COR" type="sm:string12TYPE"/>
<xs:element name="DN1" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN2" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN3" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN4" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN5" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN6" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN7" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN8" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN9" type="sm:string12TYPE" minOccurs="0"/>
<xs:element name="DN10" type="sm:string12TYPE" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!--<xs:complexType name="Numerazioni">
<xs:sequence>
<xs:element name="DN" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>-->
<xs:simpleType name="flagYNTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="Y|N"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string255TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string18TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="31"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string3TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string12TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string50TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoAckTYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<!-- SimpleTypes END -->
</xs:schema>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:nsSchema="http://dbcfx/SOA/RichiestaVerificaEsitoFase2/2016-09-15" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns="http://dbcfx/SOA/RichiestaVerificaEsitoFase2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dbcfx/SOA/RichiestaVerificaEsitoFase2">
<wsdl:types>
<xsd:schema targetNamespace="http://dbcfx/SOA/RichiestaVerificaEsitoFase2">
<xsd:import namespace="http://dbcfx/SOA/RichiestaVerificaEsitoFase2/2016-09-15" schemaLocation="RichiestaVerificaEsitoFase2.xsd"/>
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="RichiestaVerificaEsitoFase2Request">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:Request"/>
</wsdl:message>
<wsdl:message name="RichiestaVerificaEsitoFase2Ack">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:Ack"/>
</wsdl:message>
<wsdl:portType name="RichiestaVerificaEsitoFase2PortType">
<wsdl:operation name="checkDN">
<wsdl:input message="tns:RichiestaVerificaEsitoFase2Request"/>
<wsdl:output message="tns:RichiestaVerificaEsitoFase2Ack"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="RichiestaVerificaEsitoFase2Binding" type="tns:RichiestaVerificaEsitoFase2PortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="checkDN">
<soap:operation soapAction="checkDN" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:RichiestaVerificaEsitoFase2Request" part="Header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:RichiestaVerificaEsitoFase2Ack" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="RichiestaVerificaEsitoFase2-1.1">
<wsdl:port name="RichiestaVerificaEsitoFase2" binding="tns:RichiestaVerificaEsitoFase2Binding">
<soap:address location="https://localhost:7502/wsnowesitofase2/RichiestaVerificaEsitoFase2"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://dbcfx/SOA/RichiestaVerificaEsitoFase2/2016-09-15" targetNamespace="http://dbcfx/SOA/RichiestaVerificaEsitoFase2/2016-09-15" elementFormDefault="qualified" version="1.0">
<xs:element name="Request">
<xs:complexType>
<xs:sequence>
<xs:element ref="sm:VerificaNumerazione"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Ack">
<xs:complexType>
<xs:sequence>
<xs:element name="Codice" type="sm:tipoAckTYPE"/>
<xs:element name="Descrizione" type="sm:string255TYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- SimpleTypes START -->
<xs:element name="VerificaNumerazione">
<xs:complexType>
<xs:sequence>
<xs:element name="IdentificativoRichiestaOLO" type="sm:string31TYPE"/>
<xs:element name="CodiceOrdineTI" type="sm:string31TYPE"/>
<xs:element name="IdLinea" type="sm:string12TYPE"/>
<xs:element name="Richiesta_Aggiuntivi" type="sm:flagYNTYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="flagYNTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="Y|N"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string255TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string31TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="31"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string12TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoAckTYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<!-- SimpleTypes END -->
</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,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:nsSchema="http://dbcfx/SOA/VerificaRientroInTI/2021-10-05" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns="http://dbcfx/SOA/VerificaRientroInTI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dbcfx/SOA/VerificaRientroInTI">
<wsdl:types>
<xsd:schema targetNamespace="http://dbcfx/SOA/VerificaRientroInTI">
<xsd:import namespace="http://dbcfx/SOA/VerificaRientroInTI/2021-10-05" schemaLocation="VerificaRientroInTI.xsd"/>
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="SOAPHeader_v1.1.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="verificaRientroInTIRequest">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:verificaRientroInTIRequest"/>
</wsdl:message>
<wsdl:message name="verificaRientroInTIResponse">
<wsdl:part name="Header" element="head:Header"/>
<wsdl:part name="body" element="nsSchema:verificaRientroInTIResponse"/>
</wsdl:message>
<wsdl:portType name="VerificaRientroInTIPortType">
<wsdl:operation name="checkRientro">
<wsdl:input message="tns:verificaRientroInTIRequest"/>
<wsdl:output message="tns:verificaRientroInTIResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="VerificaRientroInTIBinding" type="tns:VerificaRientroInTIPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="checkRientro">
<soap:operation soapAction="checkRientro" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:verificaRientroInTIRequest" part="Header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:verificaRientroInTIResponse" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="VerificaRientroInTI">
<wsdl:port name="VerificaRientroInTI" binding="tns:VerificaRientroInTIBinding">
<soap:address location="https://localhost:7502/wsverificarientro/VerificaRientroInTI"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://dbcfx/SOA/VerificaRientroInTI/2021-10-05" targetNamespace="http://dbcfx/SOA/VerificaRientroInTI/2021-10-05" elementFormDefault="qualified" version="1.0">
<xs:element name="verificaRientroInTIRequest">
<xs:complexType>
<xs:all>
<xs:element name="IDENTIFICATIVO_ORDINE_OLO" type="sm:string31TYPE" />
<xs:element name="TIPO_COMUNICAZIONE" type="sm:string20TYPE" />
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="sm:string3TYPE" />
<xs:element name="CODICE_OPERATORE_DONATING" type="sm:string3TYPE" />
<xs:element name="CODICE_OPERATORE_DONOR" type="sm:string3TYPE" />
<xs:element name="CODICE_ORDINE_RIF_TI_WH" type="sm:string30TYPE" />
<xs:element name="STATO_RICHIESTA" type="sm:string20TYPE" />
<xs:element name="CODICE_ORDINE_TI" type="sm:string30TYPE" />
<xs:element name="ID_LINEA" type="sm:string12TYPE" />
<xs:element name="CODICE_ISP" type="sm:string3TYPE" />
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="verificaRientroInTIResponse">
<xs:complexType>
<xs:all>
<xs:element name="DATA_RISPOSTA" type="sm:dataTimeTYPE" />
<xs:element name="ESITO" type="sm:esitoTYPE" />
<xs:element name="CAUSALE" type="sm:string150TYPE" />
</xs:all>
</xs:complexType>
</xs:element>
<!-- SimpleTypes START -->
<xs:simpleType name="dataTimeTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="esitoTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="OK|KO" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string3TYPE">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="3" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string12TYPE">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="12" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string20TYPE">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string30TYPE">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string31TYPE">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="31" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string150TYPE">
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="150" />
</xs:restriction>
</xs:simpleType>
<!-- SimpleTypes END -->
</xs:schema>

View File

@@ -0,0 +1,22 @@
<?xml version='1.0' encoding='UTF-8'?>
<application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5">
<display-name>building</display-name>
<module>
<web>
<web-uri>WSRichiestaVerificaFase2.war</web-uri>
<context-root>wsnowesitofase2</context-root>
</web>
</module>
<module>
<web>
<web-uri>WSRichiestaVerificaCodiceSessione.war</web-uri>
<context-root>wsnowCodiceSessione</context-root>
</web>
</module>
<module>
<web>
<web-uri>WSMsgDonating.war</web-uri>
<context-root>wsnowMsgDonating</context-root>
</web>
</module>
</application>

View File

@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<weblogic-application xmlns="http://xmlns.oracle.com/weblogic/weblogic-application" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.3/weblogic-application.xsd"></weblogic-application>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,125 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wsdl:definitions xmlns:ns="http://www.tim.com/NOW/wsdl/VerificaSistemaNP/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="VerificaSistemaNP" targetNamespace="http://www.tim.com/NOW/wsdl/VerificaSistemaNP/">
<wsdl:types>
<xsd:schema xmlns:tns="http://www.tim.com/NOW/wsdl/VerificaSistemaNP/" targetNamespace="http://www.tim.com/NOW/wsdl/VerificaSistemaNP/">
<xsd:element name="Testata" type="tns:TestataType"/>
<xsd:element name="Risposta" type="tns:RispostaType"/>
<xsd:complexType name="TestataType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="Transaction_Id">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="Transaction_date" type="xsd:dateTime"/>
<xsd:element maxOccurs="1" minOccurs="1" name="Sistema_origine">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="20"/>
<xsd:enumeration value="DBCFX"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="Richiesta" type="tns:RichiestaType"/>
<xsd:complexType name="RichiestaType">
<xsd:sequence>
<xsd:element name="Ambito">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="10"/>
<xsd:enumeration value="DEL35"/>
<xsd:enumeration value="DEL274"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element maxOccurs="10" minOccurs="1" name="DN">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="RispostaType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="DataRisposta" type="xsd:dateTime"/>
<xsd:element maxOccurs="10" minOccurs="1" name="Sistema_DN" type="tns:Sistema_DNType"/>
<xsd:element maxOccurs="1" minOccurs="1" name="RC">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
<xsd:enumeration value="00"/>
<xsd:enumeration value="01"/>
<xsd:enumeration value="02"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ErrMSG">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="150"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Sistema_DNType">
<xsd:sequence>
<xsd:element name="DN">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="SistemaDiCompetenza">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="10"/>
<xsd:enumeration value="NOW"/>
<xsd:enumeration value="CRMWS"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</wsdl:types>
<wsdl:message name="VerificaSistemaGestioneNPRequest">
<wsdl:part element="ns:Testata" name="Testata"/>
<wsdl:part element="ns:Richiesta" name="Richiesta"/>
</wsdl:message>
<wsdl:message name="VerificaSistemaGestioneNPResponse">
<wsdl:part element="ns:Testata" name="Header"/>
<wsdl:part element="ns:Risposta" name="body"/>
</wsdl:message>
<wsdl:portType name="VerificaSistemaNP">
<wsdl:operation name="VerificaSistemaGestioneNP">
<wsdl:input message="ns:VerificaSistemaGestioneNPRequest"/>
<wsdl:output message="ns:VerificaSistemaGestioneNPResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="SOAPServiceBinding_CheckNP_DBCFX" type="ns:VerificaSistemaNP">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="VerificaSistemaGestioneNP">
<soap:operation soapAction="VerificaSistemaGestioneNP" style="document"/>
<wsdl:input>
<soap:body parts="Testata Richiesta" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="ns:VerificaSistemaGestioneNPResponse" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="VerificaSistemaNP">
<wsdl:port binding="ns:SOAPServiceBinding_CheckNP_DBCFX" name="VerificaSistemaNPSOAP">
<soap:address location="https://localhost:8098/VerificaSistemaGestioneNP/"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

View File

@@ -0,0 +1,9 @@
<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>CheckNPSOAPHandler</j2ee:handler-name>
<j2ee:handler-class>it.valueteam.gnp.ws.now.checknp.CheckNPSOAPHandler</j2ee:handler-class>
</handler>
</weblogic-wsee-clientHandlerChain>