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/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>