90 lines
4.6 KiB
XML
90 lines
4.6 KiB
XML
<?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://bancafideuram.it/WSNAC/Token" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://bancafideuram.it/WSNAC/Token" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="http://bancafideuram.it/WSNAC/Token">
|
|
<s:element name="infoClient" type="tns:ArrayOfInfoClient" />
|
|
<s:complexType name="ArrayOfInfoClient">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="InfoClient" nillable="true" type="tns:InfoClient" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<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="getTokenResult" type="tns:TokenRes" />
|
|
<s:complexType name="TokenRes">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="allToken" type="tns:ArrayOfSingleToken" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:InfoServer" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSingleToken">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SingleToken" nillable="true" type="tns:SingleToken" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="SingleToken">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="codiceRete" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="versioneDataBase" type="s:int" />
|
|
</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:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="getTokenSoapIn">
|
|
<wsdl:part name="infoClient" element="tns:infoClient" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getTokenSoapOut">
|
|
<wsdl:part name="getTokenResult" element="tns:getTokenResult" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="TokenSoap">
|
|
<wsdl:operation name="getToken">
|
|
<wsdl:input message="tns:getTokenSoapIn" />
|
|
<wsdl:output message="tns:getTokenSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="TokenSoap" type="tns:TokenSoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="getToken">
|
|
<soap:operation soapAction="http://bancafideuram.it/WSNAC/Token/getToken" 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="Token">
|
|
<wsdl:port name="TokenSoap" binding="tns:TokenSoap">
|
|
<soap:address location="http://eswvwservices/wsnac/token.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |