<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="Roles" targetNamespace="http://nttdata.com/2012/Pi3" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://nttdata.com/2012/Pi3" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><wsdl:types><xs:schema elementFormDefault="qualified" targetNamespace="http://nttdata.com/2012/Pi3" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:import namespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRole"/><xs:import namespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRoles"/><xs:import namespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetUsersInRole"/><xs:import namespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRolesForEnabledActions"/><xs:element name="GetRole"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="request" nillable="true" type="q1:GetRoleRequest" xmlns:q1="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRole"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRoleResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetRoleResult" nillable="true" type="q2:GetRoleResponse" xmlns:q2="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRole"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="Role"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Registers" nillable="true" type="tns:ArrayOfRegister"/></xs:sequence></xs:complexType><xs:element name="Role" nillable="true" type="tns:Role"/><xs:complexType name="ArrayOfRegister"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Register" nillable="true" type="tns:Register"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRegister" nillable="true" type="tns:ArrayOfRegister"/><xs:complexType name="Register"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsRF" type="xs:boolean"/><xs:element minOccurs="0" name="State" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Register" nillable="true" type="tns:Register"/><xs:element name="GetRoles"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="request" nillable="true" type="q3:GetRolesRequest" xmlns:q3="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRoles"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRolesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetRolesResult" nillable="true" type="q4:GetRolesResponse" xmlns:q4="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRoles"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfRole"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Role" nillable="true" type="tns:Role"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRole" nillable="true" type="tns:ArrayOfRole"/><xs:element name="GetUsersInRole"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="request" nillable="true" type="q5:GetUsersInRoleRequest" xmlns:q5="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetUsersInRole"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUsersInRoleResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetUsersInRoleResult" nillable="true" type="q6:GetUsersInRoleResponse" xmlns:q6="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetUsersInRole"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfUser"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="User" nillable="true" type="tns:User"/></xs:sequence></xs:complexType><xs:element name="ArrayOfUser" nillable="true" type="tns:ArrayOfUser"/><xs:complexType name="User"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NationalIdentificationNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Surname" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="User" nillable="true" type="tns:User"/><xs:element name="GetRolesForEnabledActions"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="request" nillable="true" type="q7:GetRolesForEnabledActionsRequest" xmlns:q7="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRolesForEnabledActions"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRolesForEnabledActionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetRolesForEnabledActionsResult" nillable="true" type="q8:GetRolesForEnabledActionsResponse" xmlns:q8="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRolesForEnabledActions"/></xs:sequence></xs:complexType></xs:element></xs:schema><xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/"><xs:element name="anyType" nillable="true" type="xs:anyType"/><xs:element name="anyURI" nillable="true" type="xs:anyURI"/><xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/><xs:element name="boolean" nillable="true" type="xs:boolean"/><xs:element name="byte" nillable="true" type="xs:byte"/><xs:element name="dateTime" nillable="true" type="xs:dateTime"/><xs:element name="decimal" nillable="true" type="xs:decimal"/><xs:element name="double" nillable="true" type="xs:double"/><xs:element name="float" nillable="true" type="xs:float"/><xs:element name="int" nillable="true" type="xs:int"/><xs:element name="long" nillable="true" type="xs:long"/><xs:element name="QName" nillable="true" type="xs:QName"/><xs:element name="short" nillable="true" type="xs:short"/><xs:element name="string" nillable="true" type="xs:string"/><xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/><xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/><xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/><xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/><xs:element name="char" nillable="true" type="tns:char"/><xs:simpleType name="char"><xs:restriction base="xs:int"/></xs:simpleType><xs:element name="duration" nillable="true" type="tns:duration"/><xs:simpleType name="duration"><xs:restriction base="xs:duration"><xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/><xs:minInclusive value="-P10675199DT2H48M5.4775808S"/><xs:maxInclusive value="P10675199DT2H48M5.4775807S"/></xs:restriction></xs:simpleType><xs:element name="guid" nillable="true" type="tns:guid"/><xs:simpleType name="guid"><xs:restriction base="xs:string"><xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/></xs:restriction></xs:simpleType><xs:attribute name="FactoryType" type="xs:QName"/><xs:attribute name="Id" type="xs:ID"/><xs:attribute name="Ref" type="xs:IDREF"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRole" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRole"><xs:import namespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"/><xs:import namespace="http://nttdata.com/2012/Pi3"/><xs:complexType name="GetRoleRequest"><xs:complexContent mixed="false"><xs:extension base="q1:Request" xmlns:q1="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:sequence><xs:element minOccurs="0" name="CodeRole" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IdRole" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetRoleRequest" nillable="true" type="tns:GetRoleRequest"/><xs:complexType name="GetRoleResponse"><xs:complexContent mixed="false"><xs:extension base="q2:Response" xmlns:q2="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:sequence><xs:element minOccurs="0" name="Role" nillable="true" type="q3:Role" xmlns:q3="http://nttdata.com/2012/Pi3"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetRoleResponse" nillable="true" type="tns:GetRoleResponse"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:complexType name="Request"><xs:sequence><xs:element minOccurs="0" name="AuthenticationToken" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CodeAdm" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CodeApplication" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CodeRoleLogin" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Request" nillable="true" type="tns:Request"/><xs:complexType name="Response"><xs:sequence/></xs:complexType><xs:element name="Response" nillable="true" type="tns:Response"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRoles" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRoles"><xs:import namespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"/><xs:import namespace="http://nttdata.com/2012/Pi3"/><xs:complexType name="GetRolesRequest"><xs:complexContent mixed="false"><xs:extension base="q1:Request" xmlns:q1="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:sequence><xs:element minOccurs="0" name="UserID" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetRolesRequest" nillable="true" type="tns:GetRolesRequest"/><xs:complexType name="GetRolesResponse"><xs:complexContent mixed="false"><xs:extension base="q2:Response" xmlns:q2="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:sequence><xs:element minOccurs="0" name="Roles" nillable="true" type="q3:ArrayOfRole" xmlns:q3="http://nttdata.com/2012/Pi3"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetRolesResponse" nillable="true" type="tns:GetRolesResponse"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetUsersInRole" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetUsersInRole"><xs:import namespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"/><xs:import namespace="http://nttdata.com/2012/Pi3"/><xs:complexType name="GetUsersInRoleRequest"><xs:complexContent mixed="false"><xs:extension base="q1:Request" xmlns:q1="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:sequence><xs:element minOccurs="0" name="CodeRole" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetUsersInRoleRequest" nillable="true" type="tns:GetUsersInRoleRequest"/><xs:complexType name="GetUsersInRoleResponse"><xs:complexContent mixed="false"><xs:extension base="q2:Response" xmlns:q2="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:sequence><xs:element minOccurs="0" name="Users" nillable="true" type="q3:ArrayOfUser" xmlns:q3="http://nttdata.com/2012/Pi3"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetUsersInRoleResponse" nillable="true" type="tns:GetUsersInRoleResponse"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRolesForEnabledActions" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/VtDocsWS.Services.Roles.GetRolesForEnabledActions"><xs:import namespace="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"/><xs:import namespace="http://nttdata.com/2012/Pi3"/><xs:complexType name="GetRolesForEnabledActionsRequest"><xs:complexContent mixed="false"><xs:extension base="q1:Request" xmlns:q1="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:sequence><xs:element minOccurs="0" name="CodiceTipoFunzione" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserID" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetRolesForEnabledActionsRequest" nillable="true" type="tns:GetRolesForEnabledActionsRequest"/><xs:complexType name="GetRolesForEnabledActionsResponse"><xs:complexContent mixed="false"><xs:extension base="q2:Response" xmlns:q2="http://schemas.datacontract.org/2004/07/VtDocsWS.Services"><xs:sequence><xs:element minOccurs="0" name="Roles" nillable="true" type="q3:ArrayOfRole" xmlns:q3="http://nttdata.com/2012/Pi3"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetRolesForEnabledActionsResponse" nillable="true" type="tns:GetRolesForEnabledActionsResponse"/></xs:schema></wsdl:types><wsdl:message name="IRoles_GetRole_InputMessage"><wsdl:part name="parameters" element="tns:GetRole"/></wsdl:message><wsdl:message name="IRoles_GetRole_OutputMessage"><wsdl:part name="parameters" element="tns:GetRoleResponse"/></wsdl:message><wsdl:message name="IRoles_GetRoles_InputMessage"><wsdl:part name="parameters" element="tns:GetRoles"/></wsdl:message><wsdl:message name="IRoles_GetRoles_OutputMessage"><wsdl:part name="parameters" element="tns:GetRolesResponse"/></wsdl:message><wsdl:message name="IRoles_GetUsersInRole_InputMessage"><wsdl:part name="parameters" element="tns:GetUsersInRole"/></wsdl:message><wsdl:message name="IRoles_GetUsersInRole_OutputMessage"><wsdl:part name="parameters" element="tns:GetUsersInRoleResponse"/></wsdl:message><wsdl:message name="IRoles_GetRolesForEnabledActions_InputMessage"><wsdl:part name="parameters" element="tns:GetRolesForEnabledActions"/></wsdl:message><wsdl:message name="IRoles_GetRolesForEnabledActions_OutputMessage"><wsdl:part name="parameters" element="tns:GetRolesForEnabledActionsResponse"/></wsdl:message><wsdl:portType name="IRoles"><wsdl:operation name="GetRole"><wsdl:input wsaw:Action="http://nttdata.com/2012/Pi3/IRoles/GetRole" message="tns:IRoles_GetRole_InputMessage"/><wsdl:output wsaw:Action="http://nttdata.com/2012/Pi3/IRoles/GetRoleResponse" message="tns:IRoles_GetRole_OutputMessage"/></wsdl:operation><wsdl:operation name="GetRoles"><wsdl:input wsaw:Action="http://nttdata.com/2012/Pi3/IRoles/GetRoles" message="tns:IRoles_GetRoles_InputMessage"/><wsdl:output wsaw:Action="http://nttdata.com/2012/Pi3/IRoles/GetRolesResponse" message="tns:IRoles_GetRoles_OutputMessage"/></wsdl:operation><wsdl:operation name="GetUsersInRole"><wsdl:input wsaw:Action="http://nttdata.com/2012/Pi3/IRoles/GetUsersInRole" message="tns:IRoles_GetUsersInRole_InputMessage"/><wsdl:output wsaw:Action="http://nttdata.com/2012/Pi3/IRoles/GetUsersInRoleResponse" message="tns:IRoles_GetUsersInRole_OutputMessage"/></wsdl:operation><wsdl:operation name="GetRolesForEnabledActions"><wsdl:input wsaw:Action="http://nttdata.com/2012/Pi3/IRoles/GetRolesForEnabledActions" message="tns:IRoles_GetRolesForEnabledActions_InputMessage"/><wsdl:output wsaw:Action="http://nttdata.com/2012/Pi3/IRoles/GetRolesForEnabledActionsResponse" message="tns:IRoles_GetRolesForEnabledActions_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:binding name="BasicHttpBinding_IRoles" type="tns:IRoles"><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="GetRole"><soap:operation soapAction="http://nttdata.com/2012/Pi3/IRoles/GetRole" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRoles"><soap:operation soapAction="http://nttdata.com/2012/Pi3/IRoles/GetRoles" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetUsersInRole"><soap:operation soapAction="http://nttdata.com/2012/Pi3/IRoles/GetUsersInRole" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRolesForEnabledActions"><soap:operation soapAction="http://nttdata.com/2012/Pi3/IRoles/GetRolesForEnabledActions" 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="Roles"><wsdl:port name="BasicHttpBinding_IRoles" binding="tns:BasicHttpBinding_IRoles"><soap:address location="https://ws-t.pitre.tn.it/wcfrouting/servicerouter.svc"/></wsdl:port></wsdl:service></wsdl:definitions>