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>