Files
gateway-dbc-fx/gnpdev/sim/build/building/sim-classes/wsdls/ValidaNumerazione.wsdl
2024-05-09 17:40:24 +02:00

32 lines
1.8 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<s0:definitions name="" targetNamespace="http://new.webservice.namespace" xmlns="" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://www.w3.org/2001/XMLSchema" xmlns:s2="http://new.webservice.namespace" xmlns:s3="http://schemas.xmlsoap.org/wsdl/soap/">
<s0:import location="VerificaNumerazioneRequest.xsd" namespace=""/>
<s0:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://new.webservice.namespace" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" 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"/>
</s0:types>
<s0:message name="ValidazioneRequest">
<s0:part element="VerificaNumerazione" name="parameter"/>
</s0:message>
<s0:message name="NewMessageResponse">
<s0:part name="parameter" type="s1:string"/>
</s0:message>
<s0:portType name="ServizioValidazioneNumerazione">
<s0:operation name="ValidaNumerazione">
<s0:input message="s2:ValidazioneRequest"/>
</s0:operation>
</s0:portType>
<s0:binding name="ValidaNumerazioneBinding" type="s2:ServizioValidazioneNumerazione">
<s3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="ValidaNumerazione">
<s3:operation soapAction="urn:#VerificaNumerazione"/>
<s0:input>
<s3:body use="literal"/>
</s0:input>
</s0:operation>
</s0:binding>
<s0:service name="ValidaNumerazione">
<s0:port binding="s2:ValidaNumerazioneBinding" name="ValidaNumerazionePort">
<s3:address location="https://localhost:7002"/>
</s0:port>
</s0:service>
</s0:definitions>