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