First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:nsSchema="http://telecomitalia.it/SOA/CustomerQuery/2015-05-11" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:head="http://telecomitalia.it/SOA/SOAP/SOAPHeader" xmlns:tns="http://telecomitalia.it/SOA/CustomerQuery" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://telecomitalia.it/SOA/CustomerQuery">
<wsdl:import namespace="http://telecomitalia.it/SOA/CustomerQuery" location="CustomerQuery-v1_Abstract.wsdl"/>
<wsdl:binding name="CustomerQueryEndpointBinding" type="tns:CustomerQueryPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getAddressList">
<soap:operation soapAction="getAddressList" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:getAddressListRequest" part="Header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:getAddressListResponse" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getCustomerDetails">
<soap:operation soapAction="getCustomerDetails" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:getCustomerDetailsRequest" part="Header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:getCustomerDetailsResponse" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getInfoPPVV">
<soap:operation soapAction="getInfoPPVV" style="document"/>
<wsdl:input>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:getInfoPPVVRequest" part="Header" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="body" use="literal"/>
<soap:header message="tns:getInfoPPVVResponse" part="Header" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name ="CustomerQueryService-1.0">
<wsdl:port binding = "tns:CustomerQueryEndpointBinding" name = "CustomerQuery">
<soap:address location = "http://telecomitalia.it/SOA/CustomerQuery"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>