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,36 @@
<?xml version='1.0' encoding='UTF-8'?>
<s0:definitions name="" targetNamespace="http://new.webservice.namespace" xmlns="" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://www.w3.org/2001/XMLSchema" xmlns:s2="http://new.webservice.namespace" xmlns:s3="http://schemas.xmlsoap.org/wsdl/soap/">
<s0:import location="NotificaDbc.xsd" namespace=""/>
<s0:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://new.webservice.namespace" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://new.webservice.namespace" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
</s0:types>
<s0:message name="NotificaRequest">
<s0:part element="NotificaFromDbc" name="parameter"/>
</s0:message>
<s0:message name="NewMessageResponse">
<s0:part name="parameter" type="s1:string"/>
</s0:message>
<s0:portType name="ServizioNotificaDbc">
<s0:operation name="NotificaDbc">
<s0:input message="s2:NotificaRequest"/>
<s0:output message="s2:NewMessageResponse"/>
</s0:operation>
</s0:portType>
<s0:binding name="NotificaDbcBinding" type="s2:ServizioNotificaDbc">
<s3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="NotificaDbc">
<s3:operation soapAction="urn:#NotificaDbc"/>
<s0:input>
<s3:body use="literal"/>
</s0:input>
<s0:output>
<s3:body use="literal"/>
</s0:output>
</s0:operation>
</s0:binding>
<s0:service name="NotificaDbc">
<s0:port binding="s2:NotificaDbcBinding" name="NotificaDbcPort">
<s3:address location="https://localhost:7002"/>
</s0:port>
</s0:service>
</s0:definitions>