Canada

Fixed Address Format
<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>
<ns:Version>0</ns:Version>
</ns:ProfileIDVersion>
<ns:CustomerReference></ns:CustomerReference>
<ns:InputData>
<ns:Personal>
<ns:PersonalDetails>
<ns:Title></ns:Title>
<ns:Forename>Girl</ns:Forename>
<ns:Surname>Girlie</ns:Surname>
<ns:DOBDay>02</ns:DOBDay>
<ns:DOBMonth>02</ns:DOBMonth>
<ns:DOBYear>1960</ns:DOBYear>
</ns:PersonalDetails>
</ns:Personal>
<ns:Addresses>
<ns:CurrentAddress>
<ns:Country>Canada</ns:Country>
<ns:Street>Jones Ave</ns:Street>
<ns:City>Toronto</ns:City>
<ns:StateDistrict>ON</ns:StateDistrict>
<ns:Region></ns:Region>
<ns:ZipPostcode>M4M2Z7</ns:ZipPostcode>
<ns:Building>137</ns:Building>
<ns:Premise></ns:Premise>
</ns:CurrentAddress>
</ns:Addresses>
<ns:InternationalPassport>
<ns:Number></ns:Number>
<ns:ExpiryDay></ns:ExpiryDay>
<ns:ExpiryMonth></ns:ExpiryMonth>
<ns:ExpiryYear></ns:ExpiryYear>
<ns:CountryOfOrigin></ns:CountryOfOrigin>
<ns:IssueDay></ns:IssueDay>
<ns:IssueMonth></ns:IssueMonth>
<ns:IssueYear></ns:IssueYear>
<ns:ShortPassportNumber></ns:ShortPassportNumber>
</ns:InternationalPassport>
<ns:EuropeanIdentityCard>
<ns:Line1></ns:Line1>
<ns:Line2></ns:Line2>
<ns:Line3></ns:Line3>
<ns:ExpiryDay></ns:ExpiryDay>
<ns:ExpiryMonth></ns:ExpiryMonth>
<ns:ExpiryYear></ns:ExpiryYear>
<ns:CountryOfNationality></ns:CountryOfNationality>
<ns:CountryOfIssue></ns:CountryOfIssue>
</ns:EuropeanIdentityCard>
<ns:UK>
<ns:Passport>
<ns:Number></ns:Number>
<ns:ExpiryDay></ns:ExpiryDay>
<ns:ExpiryMonth></ns:ExpiryMonth>
<ns:ExpiryYear></ns:ExpiryYear>
</ns:Passport>
<ns:DrivingLicence>
<ns:Number></ns:Number>
<ns:MailSort></ns:MailSort>
<ns:Postcode></ns:Postcode>
<ns:Microfiche></ns:Microfiche>
<ns:IssueDay></ns:IssueDay>
<ns:IssueMonth></ns:IssueMonth>
<ns:IssueYear></ns:IssueYear>
<ns:IssueNumber></ns:IssueNumber>
<ns:ExpiryDay></ns:ExpiryDay>
<ns:ExpiryMonth></ns:ExpiryMonth>
<ns:ExpiryYear></ns:ExpiryYear>
</ns:DrivingLicence>
</ns:UK>
<ns:US>
<ns:DrivingLicense>
<ns:Number></ns:Number>
<ns:State></ns:State>
</ns:DrivingLicense>
<ns:SocialSecurity>
<ns:Number></ns:Number>
</ns:SocialSecurity>
</ns:US>
<ns:Canada>
<ns:SocialInsuranceNumber>
<ns:Number>275448488</ns:Number>
</ns:SocialInsuranceNumber>
</ns:Canada>
</ns:InputData>
</ns:AuthenticateSP>
</soapenv:Body>
</soapenv:Envelope>Free Address Format
Authenticate SP Method
<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>
<ns:Version>0</ns:Version>
</ns:ProfileIDVersion>
<ns:CustomerReference></ns:CustomerReference>
<ns:InputData>
<ns:Personal>
<ns:PersonalDetails>
<ns:Title></ns:Title>
<ns:Forename>Girl</ns:Forename>
<ns:Surname>Girlie</ns:Surname>
<ns:DOBDay>02</ns:DOBDay>
<ns:DOBMonth>02</ns:DOBMonth>
<ns:DOBYear>1960</ns:DOBYear>
</ns:PersonalDetails>
</ns:Personal>
<ns:Addresses>
<ns:CurrentAddress>
<ns:Country>Canada</ns:Country>
<ns:StateDistrict></ns:StateDistrict>
<ns:ZipPostcode>M4M2Z7</ns:ZipPostcode>
<ns:Building></ns:Building>
<ns:Premise></ns:Premise>
<ns:AddressLine1>137 Jones Ave</ns:AddressLine1>
<ns:AddressLine2>Toronto</ns:AddressLine2>
<ns:AddressLine3>ON</ns:AddressLine3>
<ns:AddressLine4></ns:AddressLine4>
<ns:AddressLine5></ns:AddressLine5>
<ns:AddressLine6></ns:AddressLine6>
<ns:AddressLine7></ns:AddressLine7>
<ns:AddressLine8></ns:AddressLine8>
</ns:CurrentAddress>
</ns:Addresses>
<ns:InternationalPassport>
<ns:Number></ns:Number>
<ns:ExpiryDay></ns:ExpiryDay>
<ns:ExpiryMonth></ns:ExpiryMonth>
<ns:ExpiryYear></ns:ExpiryYear>
<ns:CountryOfOrigin></ns:CountryOfOrigin>
<ns:IssueDay></ns:IssueDay>
<ns:IssueMonth></ns:IssueMonth>
<ns:IssueYear></ns:IssueYear>
<ns:ShortPassportNumber></ns:ShortPassportNumber>
</ns:InternationalPassport>
<ns:EuropeanIdentityCard>
<ns:Line1></ns:Line1>
<ns:Line2></ns:Line2>
<ns:Line3></ns:Line3>
<ns:ExpiryDay></ns:ExpiryDay>
<ns:ExpiryMonth></ns:ExpiryMonth>
<ns:ExpiryYear></ns:ExpiryYear>
<ns:CountryOfNationality></ns:CountryOfNationality>
<ns:CountryOfIssue></ns:CountryOfIssue>
</ns:EuropeanIdentityCard>
<ns:UK>
<ns:Passport>
<ns:Number></ns:Number>
<ns:ExpiryDay></ns:ExpiryDay>
<ns:ExpiryMonth></ns:ExpiryMonth>
<ns:ExpiryYear></ns:ExpiryYear>
</ns:Passport>
<ns:DrivingLicence>
<ns:Number></ns:Number>
<ns:MailSort></ns:MailSort>
<ns:Postcode></ns:Postcode>
<ns:Microfiche></ns:Microfiche>
<ns:IssueDay></ns:IssueDay>
<ns:IssueMonth></ns:IssueMonth>
<ns:IssueYear></ns:IssueYear>
<ns:IssueNumber></ns:IssueNumber>
<ns:ExpiryDay></ns:ExpiryDay>
<ns:ExpiryMonth></ns:ExpiryMonth>
<ns:ExpiryYear></ns:ExpiryYear>
</ns:DrivingLicence>
</ns:UK>
<ns:US>
<ns:DrivingLicense>
<ns:Number></ns:Number>
<ns:State></ns:State>
</ns:DrivingLicense>
<ns:SocialSecurity>
<ns:Number></ns:Number>
</ns:SocialSecurity>
</ns:US>
<ns:Canada>
<ns:SocialInsuranceNumber>
<ns:Number>275448488</ns:Number>
</ns:SocialInsuranceNumber>
</ns:Canada>
</ns:InputData>
</ns:AuthenticateSP>
</soapenv:Body>
</soapenv:Envelope>