<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></ns:CustomerReference>
<ns:InputData>
<ns:Personal>
<ns:PersonalDetails>
<ns:Title>Mr</ns:Title>
<ns:Forename>Cyril</ns:Forename>
<ns:MiddleName></ns:MiddleName>
<ns:Surname>Ward</ns:Surname>
<ns:Gender>Male</ns:Gender>
<ns:DOBDay>9</ns:DOBDay>
<ns:DOBMonth>3</ns:DOBMonth>
<ns:DOBYear>1912</ns:DOBYear>
</ns:PersonalDetails>
</ns:Personal>
<ns:Addresses>
<ns:CurrentAddress>
<ns:Country>United Kingdom</ns:Country>
<ns:Street>Hill street</ns:Street>
<ns:City>Newcastle</ns:City>
<ns:Region></ns:Region>
<ns:ZipPostcode>ST5 2DW</ns:ZipPostcode>
<ns:Premise>10</ns:Premise>
</ns:CurrentAddress>
</ns:Addresses>
</ns:InputData>
</ns:AuthenticateSP>
</soapenv:Body>
</soapenv:Envelope>