<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken >
<wsse:Username>USERNAME</wsse:Username>
<wsse:Password>PASSWORD</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<ns:AuthenticateSP>
<ns:ProfileIDVersion>
<ns:ID>PROFILEID</ns:ID>
<Version>0</Version>
</ns:ProfileIDVersion>
<ns:CustomerReference>italy new integration</ns:CustomerReference>
<ns:InputData>
<ns:Personal>
<ns:PersonalDetails>
<ns:Title>Mr</ns:Title>
<ns:Forename>EUGENIO</ns:Forename>
<ns:Surname>FABBRICATORE</ns:Surname>
<ns:Gender>Male</ns:Gender>
<ns:DOBDay>11</ns:DOBDay>
<ns:DOBMonth>8</ns:DOBMonth>
<ns:DOBYear>1944</ns:DOBYear>
<ns:Birth>
<ns:TownOfBirth></ns:TownOfBirth>
<ns:ProvinceOfBirth>Salerno</ns:ProvinceOfBirth>
<ns:MunicipalityOfBirth>Polla</ns:MunicipalityOfBirth>
</ns:Birth>
<ns:CountryOfBirth>Italy</ns:CountryOfBirth>
</ns:PersonalDetails>
</ns:Personal>
<ns:Addresses>
<ns:CurrentAddress>
<ns:Country>Italy</ns:Country>
<ns:Street>VIALE CROCE ROSSA</ns:Street>
<ns:City>PALERMO</ns:City>
<ns:StateDistrict>PA</ns:StateDistrict>
<ns:ZipPostcode>90146</ns:ZipPostcode>
<ns:Building></ns:Building>
<ns:Premise>113</ns:Premise>
</ns:CurrentAddress>
</ns:Addresses>
<ns:IdentityDocuments>
<ns:IdentityCard>
<ns:Number>FBBGNE44M11G793L</ns:Number>
<ns:Country>Italy</ns:Country>
</ns:IdentityCard>
</ns:IdentityDocuments>
<ns:ContactDetails>
<ns:LandTelephone>
<ns:Number></ns:Number>
</ns:LandTelephone>
<ns:MobileTelephone>
<ns:Number></ns:Number>
</ns:MobileTelephone>
</ns:ContactDetails>
</ns:InputData>
</ns:AuthenticateSP>
</soapenv:Body>
</soapenv:Envelope>