Files
gateway-dbc-fx/gnpdev/wsdbcfx/wsdl/crmws/ValidaNumerazione.wsdl
2024-05-09 17:40:24 +02:00

34 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by sgavassuti (EMBRACE) -->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://new.webservice.namespace" xmlns:ns="http://xsd.telecomitalia.it/dbcfx/phase2chk" targetNamespace="http://new.webservice.namespace">
<wsdl:import location="VerificaNumerazioneRequest.xsd"/>
<wsdl:types>
<xs:schema targetNamespace="http://new.webservice.namespace" elementFormDefault="qualified"/>
</wsdl:types>
<wsdl:message name="ValidazioneRequest">
<wsdl:part name="parameter" element="ns:Request"/>
</wsdl:message>
<wsdl:message name="NewMessageResponse">
<wsdl:part name="parameter" type="xs:string"/>
</wsdl:message>
<wsdl:portType name="ServizioValidazioneNumerazione">
<wsdl:operation name="ValidaNumerazione">
<wsdl:input message="tns:ValidazioneRequest"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ValidaNumerazioneBinding" type="tns:ServizioValidazioneNumerazione">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ValidaNumerazione">
<soap:operation soapAction="urn:#VerificaNumerazione"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ValidaNumerazione">
<wsdl:port name="ValidaNumerazionePort" binding="tns:ValidaNumerazioneBinding">
<soap:address location="https://localhost:7002"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>