Files
gateway-dbc-fx/gnpdev/sim/wsdbcfx/wsdl/crma/NotificaEvento.wsdl
2024-05-09 17:40:24 +02:00

41 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by () -->
<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" xmlns:ns="http://www.ESB/SOAP/Header" targetNamespace="http://new.webservice.namespace">
<wsdl:import location="SOAP_Header_CRM_Affari.xsd"/>
<wsdl:import location="DBCFX_TO_CRM.xsd"/>
<wsdl:types>
<xs:schema targetNamespace="http://new.webservice.namespace" elementFormDefault="qualified"/>
</wsdl:types>
<wsdl:message name="NewMessageRequest">
<wsdl:part name="parameter" element="NotificaToCRM"/>
<wsdl:part name="soapheader" element="ns:SOAPHeader"/>
</wsdl:message>
<wsdl:message name="NewMessageResponse">
<wsdl:part name="parameter" type="xs:string"/>
</wsdl:message>
<wsdl:portType name="NotificaPortType">
<wsdl:operation name="notifica">
<wsdl:input message="tns:NewMessageRequest"/>
<wsdl:output message="tns:NewMessageResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="NotificaBinding" type="tns:NotificaPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="notifica">
<soap:operation soapAction="urn:#NotificaEvento" style="document"/>
<wsdl:input>
<soap:body use="literal"/>
<soap:header message="tns:NewMessageRequest" part="soapheader" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="NotificaEvento">
<wsdl:port name="NotificaPort" binding="tns:NotificaBinding">
<soap:address location="https://svi-cervino:10752/wscrma"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>