Ireland

Fixed 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>PROFIELID</ns:ID>
<ns:Version>0</ns:Version>
</ns:ProfileIDVersion>
<ns:CustomerReference>CUSREF</ns:CustomerReference>
<ns:InputData>
<ns:Personal>
<ns:PersonalDetails>
<ns:Title></ns:Title>
<ns:Forename>Helen</ns:Forename>
<ns:MiddleName></ns:MiddleName>
<ns:Surname>Lehane-Murphy</ns:Surname>
<ns:Gender>Female</ns:Gender>
</ns:PersonalDetails>
</ns:Personal>
<ns:Addresses>
<ns:CurrentAddress>
<ns:Country>Ireland</ns:Country>
<ns:Street>The Highlands.</ns:Street>
<ns:SubStreet></ns:SubStreet>
<ns:City>Passage West</ns:City>
<ns:SubCity></ns:SubCity>
<ns:StateDistrict>Cork</ns:StateDistrict>
<ns:Region></ns:Region>
<ns:Principality></ns:Principality>
<ns:ZipPostcode></ns:ZipPostcode>
<ns:Building>2</ns:Building>
<ns:SubBuilding></ns:SubBuilding>
<ns:Premise></ns:Premise>
</ns:CurrentAddress>
</ns:Addresses>
</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>PROFIELID</ns:ID>
<ns:Version>0</ns:Version>
</ns:ProfileIDVersion>
<ns:CustomerReference>CUSREF</ns:CustomerReference>
<ns:InputData>
<ns:Personal>
<ns:PersonalDetails>
<ns:Title></ns:Title>
<ns:Forename>Helen</ns:Forename>
<ns:MiddleName></ns:MiddleName>
<ns:Surname>Lehane-Murphy</ns:Surname>
<ns:Gender>Female</ns:Gender>
</ns:PersonalDetails>
</ns:Personal>
<ns:Addresses>
<ns:CurrentAddress>
<ns:Country>Ireland</ns:Country>
<ns:StateDistrict></ns:StateDistrict>
<ns:ZipPostcode></ns:ZipPostcode>
<ns:Building></ns:Building>
<ns:Premise></ns:Premise>
<ns:AddressLine1>2 The Highlands.</ns:AddressLine1>
<ns:AddressLine2>Passage West</ns:AddressLine2>
<ns:AddressLine3>Cork</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:InputData>
</ns:AuthenticateSP>
</soapenv:Body>
</soapenv:Envelope>