<?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"> <s:element name="wm_versione"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="servizio" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="wm_versioneResponse"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="wm_versioneResult" type="s:int" /> </s:sequence> </s:complexType> </s:element> <s:element name="wm_servizio"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="servizio" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="xmlServizioIn" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="wm_servizioResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="wm_servizioResult" type="s:string" /> </s:sequence> </s:complexType> </s:element> <s:element name="int" type="s:int" /> <s:element name="string" nillable="true" type="s:string" /> </s:schema> </wsdl:types> <wsdl:message name="wm_versioneSoapIn"> <wsdl:part name="parameters" element="tns:wm_versione" /> </wsdl:message> <wsdl:message name="wm_versioneSoapOut"> <wsdl:part name="parameters" element="tns:wm_versioneResponse" /> </wsdl:message> <wsdl:message name="wm_servizioSoapIn"> <wsdl:part name="parameters" element="tns:wm_servizio" /> </wsdl:message> <wsdl:message name="wm_servizioSoapOut"> <wsdl:part name="parameters" element="tns:wm_servizioResponse" /> </wsdl:message> <wsdl:message name="wm_versioneHttpGetIn"> <wsdl:part name="servizio" type="s:string" /> </wsdl:message> <wsdl:message name="wm_versioneHttpGetOut"> <wsdl:part name="Body" element="tns:int" /> </wsdl:message> <wsdl:message name="wm_servizioHttpGetIn"> <wsdl:part name="servizio" type="s:string" /> <wsdl:part name="xmlServizioIn" type="s:string" /> </wsdl:message> <wsdl:message name="wm_servizioHttpGetOut"> <wsdl:part name="Body" element="tns:string" /> </wsdl:message> <wsdl:message name="wm_versioneHttpPostIn"> <wsdl:part name="servizio" type="s:string" /> </wsdl:message> <wsdl:message name="wm_versioneHttpPostOut"> <wsdl:part name="Body" element="tns:int" /> </wsdl:message> <wsdl:message name="wm_servizioHttpPostIn"> <wsdl:part name="servizio" type="s:string" /> <wsdl:part name="xmlServizioIn" type="s:string" /> </wsdl:message> <wsdl:message name="wm_servizioHttpPostOut"> <wsdl:part name="Body" element="tns:string" /> </wsdl:message> <wsdl:portType name="WSTrasparenzaSoap"> <wsdl:operation name="wm_versione"> <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Versione - in formato string</wsdl:documentation> <wsdl:input message="tns:wm_versioneSoapIn" /> <wsdl:output message="tns:wm_versioneSoapOut" /> </wsdl:operation> <wsdl:operation name="wm_servizio"> <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Elenco dei benefici per ogni beneficiario - in formato string</wsdl:documentation> <wsdl:input message="tns:wm_servizioSoapIn" /> <wsdl:output message="tns:wm_servizioSoapOut" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="WSTrasparenzaSoap" type="tns:WSTrasparenzaSoap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="wm_versione"> <soap:operation soapAction="http://tempuri.org/wm_versione" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="wm_servizio"> <soap:operation soapAction="http://tempuri.org/wm_servizio" style="document" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="WSTrasparenza"> <wsdl:port name="WSTrasparenzaSoap" binding="tns:WSTrasparenzaSoap"> <soap:address location="http://sicrawebappserver:50080/client/services/WSTrasparenza" /> </wsdl:port> </wsdl:service> </wsdl:definitions>