52 lines
2.4 KiB
XML
52 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: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>
|