547 lines
26 KiB
XML
547 lines
26 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://bancafideuram.it/WSNAC/Anagrafica" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://bancafideuram.it/WSNAC/Anagrafica" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="http://bancafideuram.it/WSNAC/Anagrafica">
|
|
<s:element name="pb" type="tns:PB" />
|
|
<s:complexType name="PB">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="cognomenome" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceAgente" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="rete" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceRete" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceManager" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="livelloNellaGerarchia" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="subordinati" type="tns:ArrayOfPB" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfPB">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="PB" nillable="true" type="tns:PB" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="infoClient" type="tns:InfoClient" />
|
|
<s:complexType name="InfoClient">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceApplicazione" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="versioneDatabaseSIMPB" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceRete" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="getClientiResult" type="tns:ClientiRes" />
|
|
<s:complexType name="ClientiRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allCliente" type="tns:ArrayOfCliente" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfCliente">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Cliente" nillable="true" type="tns:Cliente" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Cliente">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceRete" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceAgente" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codicefiscale" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="nome" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="cognome" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="datadinascita" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="nazionediNascita" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="comunediNascita" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Sesso" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="cittadinanza" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="titolodiStudioCodice" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="titolodiStudioDescrizione" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="tipoCliente" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="dataAttivazioneCliente" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceMandato" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="InfoServer">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="sistemaInAggiornamento" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="versioneDatabaseSIMPB" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceApplicazione" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="errors" type="tns:ArrayOfErrore" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfErrore">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Errore" nillable="true" type="tns:Errore" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Errore">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="codiceErrore" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="livelloDiSeverita" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="messaggioPerUtenteFinale" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="descrizioneInterna" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="stackTrace" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceRete" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="chiaveCliente" type="tns:ChiaveCliente" />
|
|
<s:complexType name="ChiaveCliente">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceRete" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceAgente" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codicefiscale" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceMandato" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="potenzialeClienteNAC" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="getClienteResult" type="tns:ClienteRes" />
|
|
<s:complexType name="ClienteRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="cliente" type="tns:Cliente" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="getClienteInfoAggResult" type="tns:ClienteInfoAggRes" />
|
|
<s:complexType name="ClienteInfoAggRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allClienteInfoAgg" type="tns:ClienteInfoAgg" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ClienteInfoAgg">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="abilonline" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="area" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="dtOkey" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="getDocumentoResult" type="tns:DocumentoRes" />
|
|
<s:complexType name="DocumentoRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allDocumento" type="tns:ArrayOfDocumento" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDocumento">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Documento" nillable="true" type="tns:Documento" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Documento">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="tipo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="numero" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="datadiRilascio" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="rilasciatoda" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="luogodirilascio" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="minorenneInterdetto" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="TipoIndirizzo" type="s:string" />
|
|
<s:element name="getIndirizziResult" type="tns:IndirizzoRes" />
|
|
<s:complexType name="IndirizzoRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allIndirizzo" type="tns:ArrayOfIndirizzo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfIndirizzo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Indirizzo" nillable="true" type="tns:Indirizzo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Indirizzo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="tipoIndirizzo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="indirizzo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="cap" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="citta" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="provincia" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="nazione" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="getTelefoniResult" type="tns:TelefonoRes" />
|
|
<s:complexType name="TelefonoRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allTelefono" type="tns:ArrayOfTelefono" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfTelefono">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Telefono" nillable="true" type="tns:Telefono" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Telefono">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="tipoTelefono" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="prefisso" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="numero" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="nota" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="getRFAResult" type="tns:RFARes" />
|
|
<s:complexType name="RFARes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allRFA" type="tns:RFA" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="RFA">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="fasciaRFA" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="dataValorizzazione" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="gestita" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="nongestita" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="fondi" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="fondiDiTerzi" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="gestioni" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="contocorrente" type="s:double" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="dossiertitoli" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="profiloDiRischioDescrizioneBreve" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="profiloDiRischioDescrizioneEstesa" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="dataAttivazioneCliente" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="getEmailResult" type="tns:EmailRes" />
|
|
<s:complexType name="EmailRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allEmail" type="tns:Email" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Email">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="tipoEmail" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="email" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="nota" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="giorni" type="s:int" />
|
|
<s:element name="getClientiDivenutiEffettiviResult" type="tns:ChiaveClienteRes" />
|
|
<s:complexType name="ChiaveClienteRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allChiaveCliente" type="tns:ArrayOfChiaveCliente" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfChiaveCliente">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ChiaveCliente" nillable="true" type="tns:ChiaveCliente" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="codicePortaleAutorizzazioni" type="s:string" />
|
|
<s:element name="getUtenteNacResult" type="tns:PBRes" />
|
|
<s:complexType name="PBRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="pb" type="tns:PB" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="getClientiSoapIn">
|
|
<wsdl:part name="pb" element="tns:pb" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getClientiSoapOut">
|
|
<wsdl:part name="getClientiResult" element="tns:getClientiResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getClienteSoapIn">
|
|
<wsdl:part name="chiaveCliente" element="tns:chiaveCliente" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getClienteSoapOut">
|
|
<wsdl:part name="getClienteResult" element="tns:getClienteResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getClienteInfoAggSoapIn">
|
|
<wsdl:part name="chiaveCliente" element="tns:chiaveCliente" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getClienteInfoAggSoapOut">
|
|
<wsdl:part name="getClienteInfoAggResult" element="tns:getClienteInfoAggResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getDocumentoSoapIn">
|
|
<wsdl:part name="chiaveCliente" element="tns:chiaveCliente" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getDocumentoSoapOut">
|
|
<wsdl:part name="getDocumentoResult" element="tns:getDocumentoResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getIndirizziSoapIn">
|
|
<wsdl:part name="chiaveCliente" element="tns:chiaveCliente" />
|
|
<wsdl:part name="TipoIndirizzo" element="tns:TipoIndirizzo" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getIndirizziSoapOut">
|
|
<wsdl:part name="getIndirizziResult" element="tns:getIndirizziResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getTelefoniSoapIn">
|
|
<wsdl:part name="chiaveCliente" element="tns:chiaveCliente" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getTelefoniSoapOut">
|
|
<wsdl:part name="getTelefoniResult" element="tns:getTelefoniResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getRFASoapIn">
|
|
<wsdl:part name="chiaveCliente" element="tns:chiaveCliente" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getRFASoapOut">
|
|
<wsdl:part name="getRFAResult" element="tns:getRFAResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getEmailSoapIn">
|
|
<wsdl:part name="chiaveCliente" element="tns:chiaveCliente" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getEmailSoapOut">
|
|
<wsdl:part name="getEmailResult" element="tns:getEmailResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getClientiDivenutiEffettiviSoapIn">
|
|
<wsdl:part name="giorni" element="tns:giorni" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getClientiDivenutiEffettiviSoapOut">
|
|
<wsdl:part name="getClientiDivenutiEffettiviResult" element="tns:getClientiDivenutiEffettiviResult" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getUtenteNacSoapIn">
|
|
<wsdl:part name="codicePortaleAutorizzazioni" element="tns:codicePortaleAutorizzazioni" />
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getUtenteNacSoapOut">
|
|
<wsdl:part name="getUtenteNacResult" element="tns:getUtenteNacResult" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="AnagraficaSoap">
|
|
<wsdl:operation name="getClienti">
|
|
<wsdl:input message="tns:getClientiSoapIn" />
|
|
<wsdl:output message="tns:getClientiSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getCliente">
|
|
<wsdl:input message="tns:getClienteSoapIn" />
|
|
<wsdl:output message="tns:getClienteSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getClienteInfoAgg">
|
|
<wsdl:input message="tns:getClienteInfoAggSoapIn" />
|
|
<wsdl:output message="tns:getClienteInfoAggSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getDocumento">
|
|
<wsdl:input message="tns:getDocumentoSoapIn" />
|
|
<wsdl:output message="tns:getDocumentoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getIndirizzi">
|
|
<wsdl:input message="tns:getIndirizziSoapIn" />
|
|
<wsdl:output message="tns:getIndirizziSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getTelefoni">
|
|
<wsdl:input message="tns:getTelefoniSoapIn" />
|
|
<wsdl:output message="tns:getTelefoniSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getRFA">
|
|
<wsdl:input message="tns:getRFASoapIn" />
|
|
<wsdl:output message="tns:getRFASoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getEmail">
|
|
<wsdl:input message="tns:getEmailSoapIn" />
|
|
<wsdl:output message="tns:getEmailSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getClientiDivenutiEffettivi">
|
|
<wsdl:input message="tns:getClientiDivenutiEffettiviSoapIn" />
|
|
<wsdl:output message="tns:getClientiDivenutiEffettiviSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getUtenteNac">
|
|
<wsdl:input message="tns:getUtenteNacSoapIn" />
|
|
<wsdl:output message="tns:getUtenteNacSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="AnagraficaSoap" type="tns:AnagraficaSoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="getClienti">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getClienti" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getCliente">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getCliente" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getClienteInfoAgg">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getClienteInfoAgg" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getDocumento">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getDocumento" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getIndirizzi">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getIndirizzi" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getTelefoni">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getTelefoni" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getRFA">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getRFA" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getEmail">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getEmail" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getClientiDivenutiEffettivi">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getClientiDivenutiEffettivi" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getUtenteNac">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getUtenteNac" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="AnagraficaSoap12" type="tns:AnagraficaSoap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="getClienti">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getClienti" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getCliente">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getCliente" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getClienteInfoAgg">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getClienteInfoAgg" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getDocumento">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getDocumento" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getIndirizzi">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getIndirizzi" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getTelefoni">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getTelefoni" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getRFA">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getRFA" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getEmail">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getEmail" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getClientiDivenutiEffettivi">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getClientiDivenutiEffettivi" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getUtenteNac">
|
|
<soap12:operation soapAction="http://bancafideuram.it/WSNAC/Anagrafica/getUtenteNac" style="document" soapActionRequired="true" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="Anagrafica">
|
|
<wsdl:port name="AnagraficaSoap" binding="tns:AnagraficaSoap">
|
|
<soap:address location="http://eswsservices01c/WSNAC/anagrafica.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="AnagraficaSoap12" binding="tns:AnagraficaSoap12">
|
|
<soap12:address location="http://eswsservices01c/WSNAC/anagrafica.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |