Files
2024-05-09 17:40:24 +02:00

42 lines
2.9 KiB
XML

<?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://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" xmlns:s2="http://www.ESB/SOAP/Header" xmlns:s3="http://www.w3.org/2001/XMLSchema" xmlns:s4="http://new.webservice.namespace" xmlns:s5="http://schemas.xmlsoap.org/wsdl/soap/">
<s0:types>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns="http://www.ESB/SOAP/Header" xmlns:ns1="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" 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">
<xs:include schemaLocation="CRM_TO_DBCFX.xsd"/>
</xs:schema>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.ESB/SOAP/Header" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns="http://www.ESB/SOAP/Header" xmlns:ns1="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" 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">
<xs:include schemaLocation="SOAP_Header_CRM_Affari.xsd"/>
</xs:schema>
</s0:types>
<s0:message name="Notifica">
<s0:part element="s1:NotificaFromCRM" name="parameter"/>
<s0:part element="s2:SOAPHeader" name="soapHeader"/>
</s0:message>
<s0:message name="NotificaResponse">
<s0:part name="parameter" type="s3:string"/>
</s0:message>
<s0:portType name="WSAcqServicePortType">
<s0:operation name="WSAcqService">
<s0:input message="s4:Notifica"/>
<s0:output message="s4:NotificaResponse"/>
</s0:operation>
</s0:portType>
<s0:binding name="WSAcqServiceSOAP11Binding" type="s4:WSAcqServicePortType">
<s5:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="WSAcqService">
<s5:operation soapAction="urn:#AcqService" style="document"/>
<s0:input>
<s5:body parts="parameter" use="literal"/>
<s5:header message="s4:Notifica" part="soapHeader" use="literal"/>
</s0:input>
<s0:output>
<s5:body use="literal"/>
</s0:output>
</s0:operation>
</s0:binding>
<s0:service name="WSAcqService">
<s0:port binding="s4:WSAcqServiceSOAP11Binding" name="WSAcqServicePort">
<s5:address location="http://localhost:8080/WSCRMA"/>
</s0:port>
</s0:service>
</s0:definitions>