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,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by () -->
<wsdl:definitions 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" targetNamespace="http://new.webservice.namespace">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1">
<xs:include schemaLocation="CRM_TO_DBCFX.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.ESB/SOAP/Header">
<xs:include schemaLocation="SOAP_Header_CRM_Affari.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="Notifica">
<wsdl:part element="ns1:NotificaFromCRM" name="parameter"/>
<wsdl:part element="ns:SOAPHeader" name="soapHeader"/>
</wsdl:message>
<wsdl:message name="NotificaResponse">
<wsdl:part name="parameter" type="xs:string"/>
</wsdl:message>
<wsdl:portType name="WSAcqServicePortType">
<wsdl:operation name="WSAcqService">
<wsdl:input message="tns:Notifica"/>
<wsdl:output message="tns:NotificaResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WSAcqServiceSOAP11Binding" type="tns:WSAcqServicePortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="WSAcqService">
<soap:operation soapAction="urn:#AcqService" style="document"/>
<wsdl:input>
<soap:body parts="parameter" use="literal"/>
<soap:header message="tns:Notifica" part="soapHeader" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WSAcqService">
<wsdl:port name="WSAcqServicePort" binding="tns:WSAcqServiceSOAP11Binding">
<soap:address location="http://localhost:8080/WSCRMA"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>