48 lines
2.4 KiB
XML
48 lines
2.4 KiB
XML
<?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:types>
|
|
<xsd:schema targetNamespace="http://telecomitalia.it/SOA/CustomerQuery">
|
|
<xsd:import namespace="http://telecomitalia.it/SOA/CustomerQuery/2015-05-11" schemaLocation="CustomerQuery.xsd"/>
|
|
<xsd:import namespace="http://telecomitalia.it/SOA/SOAP/SOAPHeader" schemaLocation="../../Shared/SOAPHeader_v1.1.xsd"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="getAddressListRequest">
|
|
<wsdl:part name="body" element="nsSchema:getAddressListRequest"/>
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="getAddressListResponse">
|
|
<wsdl:part name="body" element="nsSchema:getAddressListResponse"/>
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="getCustomerDetailsRequest">
|
|
<wsdl:part name="body" element="nsSchema:getCustomerDetailsRequest"/>
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="getCustomerDetailsResponse">
|
|
<wsdl:part name="body" element="nsSchema:getCustomerDetailsResponse"/>
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="getInfoPPVVRequest">
|
|
<wsdl:part name="body" element="nsSchema:getInfoPPVVRequest"/>
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="getInfoPPVVResponse">
|
|
<wsdl:part name="body" element="nsSchema:getInfoPPVVResponse"/>
|
|
<wsdl:part name="Header" element="head:Header"/>
|
|
</wsdl:message>
|
|
<wsdl:portType name="CustomerQueryPortType">
|
|
<wsdl:operation name="getAddressList">
|
|
<wsdl:input message="tns:getAddressListRequest"/>
|
|
<wsdl:output message="tns:getAddressListResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getCustomerDetails">
|
|
<wsdl:input message="tns:getCustomerDetailsRequest"/>
|
|
<wsdl:output message="tns:getCustomerDetailsResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getInfoPPVV">
|
|
<wsdl:input message="tns:getInfoPPVVRequest"/>
|
|
<wsdl:output message="tns:getInfoPPVVResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
</wsdl:definitions>
|