Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/mnp/wsdl/toDbcFX/NotificaDbc.wsdl
2024-05-13 12:54:14 +02:00

38 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by VTSvil (ValueTeam) -->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://new.webservice.namespace" targetNamespace="http://new.webservice.namespace">
<wsdl:import location="NotificaDbc.xsd"/>
<wsdl:types>
<xs:schema targetNamespace="http://new.webservice.namespace" elementFormDefault="qualified"/>
</wsdl:types>
<wsdl:message name="NotificaRequest">
<wsdl:part name="parameter" element="NotificaFromDbc"/>
</wsdl:message>
<wsdl:message name="NewMessageResponse">
<wsdl:part name="parameter" type="xs:string"/>
</wsdl:message>
<wsdl:portType name="ServizioNotificaDbc">
<wsdl:operation name="NotificaDbc">
<wsdl:input message="tns:NotificaRequest"/>
<wsdl:output message="tns:NewMessageResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="NotificaDbcBinding" type="tns:ServizioNotificaDbc">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="NotificaDbc">
<soap:operation soapAction="urn:#NotificaDbc"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="NotificaDbc">
<wsdl:port name="NotificaDbcPort" binding="tns:NotificaDbcBinding">
<soap:address location="https://localhost:7002"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>