Skip to main content
This guide explains how to access GBGroup’s web service products using their Identity Management Platform (IdM), available via SOAP web services. The document provides a general description of the available functionality along with a definition of the corresponding interfaces used to access different datasets and services. The fundamentals of integrating with the service are described here: Integration Fundamentals The next section of this document gives product specific details regarding the use of the Matchcode Eircode Web Service products via IdM.

Matchcode Eircode Web Service Product Information

The introduction of Eircode in summer 2015 is the Republic of Ireland’s first public database of unique identifiers for all addresses. It will assist citizens, businesses and public bodies to locate every individual address in the State. The Eircode Address Database and the Eircode Address File each contain all 2.2 million business and residential addresses in Ireland. Matchcode360 offers two versions of this data set ECAD & ECAF, which carry alternative royalty costs.
  • ECAF: Includes 2.2 million USP Postal Addresses with individual Eircode for each
  • ECAD: Includes the above along with Geo-code of the centroid of the address and additional address information
Given that ECAF is a subset of the ECAD dataset, users should only subscribe to one of the two in any Eircode product configuration. Subscribing to both datasets will cause unexpected behaviour for the user, such as duplicate addresses being returned. The Eircode web service product is available via the Identity Management ExecuteCapture web service method.

Input Format

The ExecuteCapture method takes in a ExecuteCaptureRequest data structure, which contains all the information necessary to carry out the request. Type: ExecuteCaptureRequest
Field NameTypeDescription
securityHeaderSecurityHeaderThe username and authentication token used to access the system.
profileRequestProfileRequestCaptureDetails of the request
The SecurityHeader structure holds security data to access products and services in the IdM Platform. The ProfileRequestCapture structure contains the criteria to identify the target product being called and the search data for the product request. Within the profileRequest element, the profileGuid element should contain the GUID value listed below:
ProfileGUID
EIRCODE6A5507FB-A79A-4008-BFC5-3E56CB851B79

Search Criteria

The Eircode search criteria should be entered into the IdmDataSearchAddress data structure, which is located within the input details as follows: ExecuteCapture → ProfileRequestCapture → ProfileRequestCaptureData → address The search address object is the same that is used in the Address Lookup request, described here. In the Eircode web service, the postcode input field is used as the Eircode input.

Additional Request Options

The additional search options, used for configuring options such as casing or transliteration of output results, can be set in the IdmRequestOptions structure located in the ProfileRequestCaptureData.options property.

Additional Return Data

Additional data can be returned, or excluded from being returned, for each address by providing one or more values in the IdmRequestOption.relatedDataItems property. For each value provided, the corresponding additional data is returned, and the corresponding additional data for all the values not provided are not returned. The following values are supported by this service, when using the ECAF dataset:
Key MnemonicDescriptionReturned By Default
COUNTRYCODECountry codeYes
ECAF_IDUnique 10 digit identification numberYes
The following values are supported by this service, when using the ECAD dataset:
Key MnemonicDescriptionReturned By Default
COUNTRYCODECountry codeYes
ECAD_IDUnique 10 digit identification numberYes
LA_IDUnique Identifier for Local AuthorityYes
DED_IDUnique Identifier for Electoral DivisionsYes
SMALL_AREA_IDUnique Identifier for the Small AreaYes
TOWNLOAND_IDUnique Identifier for TownlandYes
ADMIN_GAELTACHTA Yes/No field indicating whether or not the official Irish language version provided by The Placenames Branch replaces unofficial translations provided by GeoDirectoryYes
NUAThe NUA field contains a Y value when the address is a non-unique address, and N when it is a unique addressYes
BUILDING_IDUnique 10 digit identification number for the BuildingYes
BUILDING_TYPE_IDThe Type of Building e.g. Bungalow, Detached etcYes
HOLIDAY_HOMEA Yes/No field, indicating whether or not the building is a holiday home. NOTE: This field is provided for future proofing, no data currently available to EircodeYes
UNDER_CONSA Yes/No field, indicating whether or not the building is under constructionYes
BUILDING_USER- Residential, C-Commercial, B-Both or U-UnknownYes
BLD_VACANTA Yes/No field, indicating whether or not the building is vacantYes
ING_EASTIrish National Grid Easting Co-ordinateYes
ING_NORTHIrish National Grid Northing Co-ordinateYes
ITM_EASTITM Easting Co-ordinateYes
ITM_NORTHITM Northing Co-ordinateYes
ETRS89_LATETRS89 Latitude Co-ordinateYes
ETRS89_LONGETRS89 Longitude Co-ordinateYes
ING_MIN_EASTIrish National Grid Minimum Easting CoordinateYes
ING_MIN_NORTHIrish National Grid Minimum Northing CoordinateYes
ING_MAX_EASTIrish National Grid Maximum Easting CoordinateYes
ING_MAX_NORTHIrish National Grid Maximum Northing CoordinateYes
ITM_MIN_EASTITM (Irish Transverse Mercator) Minimum Easting CoordinateYes
ITM_MIN_NORTHITM Minimum Northing CoordinateYes
ITM_MAX_EASTITM Maximum Easting CoordinateYes
ITM_MAX_NORTHITM Maximum Northing CoordinateYes
ETRS89_MIN_LATETRS89 (European Terrestrial Reference System) Minimum Latitude CoordinateYes
ETRS89_MIN_LONGETRS89 Minimum Longitude CoordinateYes
ETRS89_MAX_LATETRS89 Maximum Latitude CoordinateYes
ETRS89_MAX_LONGETRS89 Maximum Longitude CoordinateYes
SPATIAL_ACCURACYDescribes Accuracy Level of Geo-CoordinatesYes
BLD_TYPE_NAMEThe full text description of the type of buildingYes
BLD_TYPE_CODEThe code for the type of buildingYes
ORGANISATION_IDUnique 10 digit identification number for OrganisationsYes
ORG_VACANTA Yes/No field, indicating whether or not the organisation location is vacantYes
NACE_CODEThe NACE (Nomenclature of Economic Activities) Code for the Category. NOTE: This field is provided for future proofing, no data currently available to EircodeYes
NACE_CATEGORYThe NACE (Nomenclature of Economic Activities) Code for the Category. NOTE: This field is provided for future proofing, no data currently available to Eircode.

NACE Category NACE_CATEGORY Name of the NACE Category. NOTE: This field is provided for future proofing, no data currently available to Eircode
Yes

Address Filters

Addresses which have been found by the web service, which match a particular kind of address, can be filtered out from the search results by using the address filters functionality described here.

Output Format

The results of the Eircode web service search are returned in a ProfileResponseDetails structure with a ProfileResponseDetail.responseType of ‘CAPTURE’. The ProfileResponseDetails structure contains a single CaptureResponse data structure which holds an array of IdmDataAddress records containing the returned address data. ExecuteCaptureResponse > ProfileResponse [0] > ProfileResponseDetails [0] > CaptureResponse > CaptureResponseData > IdmDataAddress [n] In the Eircode web service, the postcode output field is used as the Eircode output. Additional data from a search may be returned in the additionalItems of the IdmDataAddress.

Output Fields

Apart from the standard address fields, the following additional fields are returned by the service. For all Eircode searches, the additional items of each address will contain a pair with a key of “DATASOURCE”, and a value of “ECAF” or “ECAD”, indicating from which dataset the address came from.

ECAF Specific

FieldRelated Data Item KeyLocation In Response
ECAF_IDECAF_IDIdmDataAddress → additionalItems → ECAF_ID

ECAD Specific

FieldRelated Data Item KeyLocation In Response
ECAD_IDECAD_IDIdmDataAddress → additionalItems → ECAD_ID
LA_IDLA_IDIdmDataAddress → additionalItems → LA_ID
DED_IDDED_IDIdmDataAddress → additionalItems → DED_ID
SMALL_AREA_ID SMALL_AREA_IDIdmDataAddress → additionalItems → SMALL_AREA_ID
TOWNLOAND_IDTOWNLOAND_IDIdmDataAddress → additionalItems → TOWNLOAND_ID
ADMIN_GAELTACHTADMIN_GAELTACHTIdmDataAddress → additionalItems → ADMIN_GAELTACHT
NUANUAIdmDataAddress → additionalItems → NUA
BUILDING_IDBUILDING_IDIdmDataAddress → additionalItems → BUILDING_ID
BUILDING_TYPE_IDBUILDING_TYPE_IDIdmDataAddress → additionalItems → BUILDING_TYPE_ID
HOLIDAY_HOMEHOLIDAY_HOMEIdmDataAddress → additionalItems → HOLIDAY_HOME
UNDER_CONSUNDER_CONSIdmDataAddress → additionalItems → UNDER_CONS
BUILDING_USEBUILDING_USEIdmDataAddress → additionalItems → BUILDING_USE
BLD_VACANTBLD_VACANTIdmDataAddress → additionalItems → BLD_VACANT
ING_EASTING_EASTIdmDataAddress → additionalItems → ING_EAST
ING_NORTHING_NORTHIdmDataAddress → additionalItems → ING_NORTH
ITM_EASTITM_EASTIdmDataAddress → additionalItems → ITM_EAST
ITM_NORTHITM_NORTHIdmDataAddress → additionalItems → ITM_NORTH
ETRS89_LATETRS89_LATIdmDataAddress → additionalItems → ETRS89_LAT
ETRS89_LONGETRS89_LONGIdmDataAddress → additionalItems → ETRS89_LONG
ING_MIN_EASTING_MIN_EASTIdmDataAddress → additionalItems → ING_MIN_EAST
ING_MIN_NORTHING_MIN_NORTHIdmDataAddress → additionalItems → ING_MIN_NORTH
ING_MAX_EASTING_MAX_EASTIdmDataAddress → additionalItems → ING_MAX_EAST
ING_MAX_NORTHING_MAX_NORTHIdmDataAddress → additionalItems → ING_MAX_NORTH
ITM_MIN_EASTITM_MIN_EASTIdmDataAddress → additionalItems → ITM_MIN_EAST
ITM_MIN_NORTHITM_MIN_NORTHIdmDataAddress → additionalItems → ITM_MIN_NORTH
ITM_MAX_EASTITM_MAX_EASTIdmDataAddress → additionalItems → ITM_MAX_EAST
ITM_MAX_NORTHITM_MAX_NORTHIdmDataAddress → additionalItems → ITM_MAX_NORTH
ETRS89_MIN_LATETRS89_MIN_LATIdmDataAddresss → additionalItems → ETRS89_MIN_LAT
ETRS89_MIN_LONGETRS89_MIN_LONGIdmDataAddress → additionalItems → ETRS89_MIN_LONG
ETRS89_MAX_LATETRS89_MAX_LATIdmDataAddress → additionalItems → ETRS89_MAX_LAT
ETRS89_MAX_LONGETRS89_MAX_LONGIdmDataAddress → additionalItems → ETRS89_MAX_LONG
SPATIAL_ACCURACYSPATIAL_ACCURACYIdmDataAddress → additionalItems → SPATIAL_ACCURACY
BLD_TYPE_NAMEBLD_TYPE_NAMEIdmDataAddress → additionalItems → BLD_TYPE_NAME
BLD_TYPE_CODEBLD_TYPE_CODEIdmDataAddress → additionalItems → BLD_TYPE_CODE
ORGANISATION_IDORGANISATION_IDIdmDataAddress → additionalItems → ORGANISATION_ID
ORG_VACANTORG_VACANTIdmDataAddress → additionalItems → ORG_VACANT
NACE_CODENACE_CODEIdmDataAddress → additionalItems → NACE_CODE
NACE_CATEGORYNACE_CATEGORYIdmDataAddress → additionalItems → NACE_CATEGORY

Example Requests & Responses

Example Requests

SOAP

<soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/"
                    xmlns:b=" http://gbworld.gb.co.uk/idm-globalservices/messages/21a/"
                    xmlns:head=" http://gbworld.gb.co.uk/types/header/"
                    xmlns:req=" http://gbworld.gb.co.uk/types/core/request/"
                    xmlns:data=" http://gbworld.gb.co.uk/types/core/data/">
    <soapenv:Header/>
    <soapenv:Body>
        <b:ExecuteCaptureRequest>
            <b:securityHeader>
                <head:authenticationToken>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</head:authenticationToken>
                <head:username>[email protected]</head:username>
            </b:securityHeader>
            <b:profileRequest>
                <req:customerReference>ref</req:customerReference>
                <req:profileGuid>6A5507FB-A79A-4008-BFC5-3E56CB851B79</req:profileGuid>
                <req:configurationId>1</req:configurationId>
                <req:requestData>
                    <req:address>
                        <data:organisation>TIPPERARY COUNTY COUNCIL</data:organisation>
                        <data:street>GORTATAGGART</data:street>
                        <data:town>THURLES</data:town>
                        <data:postCode>R50 ECRP</data:postCode>
                        <data:locality>THURLES</data:locality>
                        <data:department>TIPPERARY COUNTY COUNCIL FIRE AND RESCUE SERVICES</data:department>
                        <data:building>THURLES FIRE STATION</data:building>
                        <data:subStreet>BRITTAS ROAD</data:subStreet>
                        <data:stateRegion>TIPPERARY</data:stateRegion>
                        <data:countryCode>IRL</data:countryCode>
                        <data:additionalItems tmp=" "></data:additionalItems>
                        <data:persons tmp=" ">
                            <data:person></data:person>
                        </data:persons>
                    </req:address>
                    <req:filters tmp=" ">
                        <data:item>
                            <data:key/>
                            <data:value/>
                        </data:item>
                    </req:filters>
                    <req:options>
                        <req:relatedDataItems tmp=" ">
                        </req:relatedDataItems>
                        <req:offset>0</req:offset>
                        <req:maxReturn>100</req:maxReturn>
                        <req:casing>MIXED</req:casing>
                        <req:additionalItems tmp=" ">
                            <data:item>
                                <data:key/>
                                <data:value/>
                            </data:item>
                        </req:additionalItems>
                        <req:transliteration>NATIVE</req:transliteration>
                        <req:countryCodeFormat>ISO3</req:countryCodeFormat>
                    </req:options>
                    <req:additionalData tmp=" ">
                        <data:item>
                            <data:key/>
                            <data:value/>
                        </data:item>
                    </req:additionalData>
                </req:requestData>
            </b:profileRequest>
        </b:ExecuteCaptureRequest>
    </soapenv:Body>
</soapenv:Envelope>

Example Responses

SOAP

ECAF Subscription

<SOAP-ENV:Envelope xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <mes:ExecuteCaptureResponse xmlns:mes=" http://gbworld.gb.co.uk/idm-globalservices/messages/21a/"
                                    xmlns:data=" http://gbworld.gb.co.uk/types/core/data/"
                                    xmlns:head=" http://gbworld.gb.co.uk/types/header/"
                                    xmlns:req=" http://gbworld.gb.co.uk/types/core/request/">
            <mes:securityHeader>
                <head:authenticationToken>12F8915E-CCE9-4FEB-B60B-D0A97CFC7C0F</head:authenticationToken>
                <head:authenticationTime>2015-06-22T10:06:09.000+01:00</head:authenticationTime>
                <head:sessionExpiryTime>2015-06-22T11:06:21.338+01:00</head:sessionExpiryTime>
            </mes:securityHeader>
            <mes:transactionGuid>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</mes:transactionGuid>
            <mes:profileResponse>
                <req:profileHeader>
                    <req:profileGuid>6A5507FB-A79A-4008-BFC5-3E56CB851B79</req:profileGuid>
                    <req:profileName>EIRCODE</req:profileName>
                    <req:transactionGuid>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</req:transactionGuid>
                    <req:transactionTimeStamp>2015-06-22T10:06:21.864+01:00</req:transactionTimeStamp>
                    <req:profileStatus>SUCCESS</req:profileStatus>
                </req:profileHeader>
                <req:profileResponseDetails>
                    <req:transactionGuid>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</req:transactionGuid>
                    <req:componentName>Eircode</req:componentName>
                    <req:componentStatus>SUCCESS</req:componentStatus>
                    <req:componentAction>VERIFY</req:componentAction>
                    <req:responseType>CAPTURE</req:responseType>
                    <req:notes>[]</req:notes>
                    <req:invoice>
                        <req:invoiceList>
                            <req:invoiceGuid>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</req:invoiceGuid>
                            <req:billingInformationGuid>973B1AB8-E9CC-4FC0-8259-D6BCBCD972C2</req:billingInformationGuid>
                            <req:billingPoints>1</req:billingPoints>
                            <req:creditsUsed>1</req:creditsUsed>
                            <req:dataSetInvoices>
                                <req:dataSetCode>ECAF</req:dataSetCode>
                                <req:billingPoints>1</req:billingPoints>
                                <req:recordsReturned>1</req:recordsReturned>
                                <req:dataLicenceGuid>973B1AB8-E9CC-4FC0-8259-D6BCBCD972C2</req:dataLicenceGuid>
                            </req:dataSetInvoices>
                        </req:invoiceList>
                    </req:invoice>
                    <req:captureResponse>
                        <req:resultStatus>SINGLE</req:resultStatus>
                        <req:recordsReturned>1</req:recordsReturned>
                        <req:moreData>false</req:moreData>
                        <req:totalRecordCount>1</req:totalRecordCount>
                        <req:totalPages>1</req:totalPages>
                        <req:matchScore>83</req:matchScore>
                        <req:matchLevel>ORGANISATION</req:matchLevel>
                        <req:outputStatus>PARSED</req:outputStatus>
                        <req:fieldStatus>00533300</req:fieldStatus>
                        <req:responseCount>1</req:responseCount>
                        <req:response>
                            <req:address>
                                <data:organisation>TIPPERARY COUNTY COUNCIL</data:organisation>
                                <data:town>THURLES</data:town>
                                <data:postCode>R50 5WHV</data:postCode>
                                <data:locality>THURLES</data:locality>
                                <data:department>TIPPERARY COUNTY COUNCIL FIRE AND RESCUE SERVICES</data:department>
                                <data:buildingName>BALLINGARRY FIRE STATION</data:buildingName>
                                <data:stateRegion>TIPPERARY</data:stateRegion>
                                <data:countryCode>IRL</data:countryCode>
                                <data:formattedAddress>TIPPERARY COUNTY COUNCIL FIRE AND RESCUE SERVICES,TIPPERARY COUNTY COUNCIL,BALLINGARRY FIRE STATION THURLES,THURLES,TIPPERARY,R50 5WHV</data:formattedAddress>
                                <data:additionalItems>
                                    <data:item>
                                        <data:key>DATASOURCE</data:key>
                                        <data:value>ECAF</data:value>
                                    </data:item>
                                </data:additionalItems>
                            </req:address>
                        </req:response>
                    </req:captureResponse>
                </req:profileResponseDetails>
            </mes:profileResponse>
        </mes:ExecuteCaptureResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

ECAD Subscription

<SOAP-ENV:Envelope xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <mes:ExecuteCaptureResponse xmlns:mes=" http://gbworld.gb.co.uk/idm-globalservices/messages/21a/"
                                    xmlns:alu=" http://gbworld.gb.co.uk/types/core/request/alu/"
                                    xmlns:common=" http://gbworld.gb.co.uk/types/common/"
                                    xmlns:comp=" http://gbworld.gb.co.uk/types/component/"
                                    xmlns:data=" http://gbworld.gb.co.uk/types/core/data/"
                                    xmlns:datatypes=" http://gbworld.gb.co.uk/types/datatypes/"
                                    xmlns:faults=" http://gbworld.gb.co.uk/types/faults/"
                                    xmlns:head=" http://gbworld.gb.co.uk/types/header/"
                                    xmlns:prop=" http://gbworld.gb.co.uk/idm-core/component/properties/"
                                    xmlns:req=" http://gbworld.gb.co.uk/types/core/request/"
                                    xmlns:trace=" http://gbworld.gb.co.uk/types/core/data/trace/"
                                    xmlns:ver=" http://gbworld.gb.co.uk/types/core/request/verify/">
            <mes:securityHeader>
                <head:authenticationToken xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance">12F8915E-CCE9-4FEB-B60B-D0A97CFC7C0F</head:authenticationToken>
                <head:authenticationTime xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance">2015-06-22T10:06:09.000+01:00</head:authenticationTime>
                <head:sessionExpiryTime xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance">2015-06-22T11:06:21.338+01:00</head:sessionExpiryTime>
            </mes:securityHeader>
            <mes:transactionGuid>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</mes:transactionGuid>
            <mes:profileResponse>
                <req:profileHeader>
                    <req:profileGuid>6A5507FB-A79A-4008-BFC5-3E56CB851B79</req:profileGuid>
                    <req:profileName>EIRCODE</req:profileName>
                    <req:transactionGuid>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</req:transactionGuid>
                    <req:transactionTimeStamp>2015-06-22T10:06:21.864+01:00</req:transactionTimeStamp>
                    <req:profileStatus>SUCCESS</req:profileStatus>
                </req:profileHeader>
                <req:profileResponseDetails>
                    <req:transactionGuid>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</req:transactionGuid>
                    <req:componentName>Eircode</req:componentName>
                    <req:componentStatus>SUCCESS</req:componentStatus>
                    <req:componentAction>VERIFY</req:componentAction>
                    <req:responseType>CAPTURE</req:responseType>
                    <req:notes>[]</req:notes>
                    <req:invoice>
                        <req:invoiceList>
                            <req:invoiceGuid>XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX</req:invoiceGuid>
                            <req:billingInformationGuid>441458E5-A405-4839-96D6-91B3926586AA
                            </req:billingInformationGuid>
                            <req:billingPoints>1</req:billingPoints>
                            <req:creditsUsed>1</req:creditsUsed>
                            <req:dataSetInvoices>
                                <req:dataSetCode>ECAD</req:dataSetCode>
                                <req:billingPoints>1</req:billingPoints>
                                <req:recordsReturned>2</req:recordsReturned>
                                <req:dataLicenceGuid>441458E5-A405-4839-96D6-91B3926586AA</req:dataLicenceGuid>
                            </req:dataSetInvoices>
                        </req:invoiceList>
                    </req:invoice>
                    <req:captureResponse>
                        <req:resultStatus>SINGLE</req:resultStatus>
                        <req:recordsReturned>1</req:recordsReturned>
                        <req:moreData>false</req:moreData>
                        <req:totalRecordCount>1</req:totalRecordCount>
                        <req:totalPages>1</req:totalPages>
                        <req:matchScore>83</req:matchScore>
                        <req:matchLevel>ORGANISATION</req:matchLevel>
                        <req:outputStatus>PARSED</req:outputStatus>
                        <req:fieldStatus>00533300</req:fieldStatus>
                        <req:responseCount>1</req:responseCount>
                        <req:response>
                            <req:address>
                                <data:organisation>TIPPERARY COUNTY COUNCIL</data:organisation>
                                <data:town>THURLES</data:town>
                                <data:postCode>R50 5WHV</data:postCode>
                                <data:locality>THURLES</data:locality>
                                <data:department>TIPPERARY COUNTY COUNCIL FIRE AND RESCUE SERVICES</data:department>
                                <data:buildingName>BALLINGARRY FIRE STATION</data:buildingName>
                                <data:stateRegion>TIPPERARY</data:stateRegion>
                                <data:countryCode>IRL</data:countryCode>
                                <data:formattedAddress>TIPPERARY COUNTY COUNCIL FIRE AND RESCUE SERVICES,TIPPERARY COUNTY COUNCIL,BALLINGARRY FIRE STATION THURLES,THURLES,TIPPERARY,R50 5WHV</data:formattedAddress>
                                <data:additionalItems>
                                    <data:item>
                                        <data:key>ING_EAST</data:key>
                                        <data:value>231163.63</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ING_NORTH</data:key>
                                        <data:value>148377.17000000001</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ITM_EAST</data:key>
                                        <data:value>631107.31000000006</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ITM_NORTH</data:key>
                                        <data:value>648422.5</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ETRS89_LAT</data:key>
                                        <data:value>52.586193000000002</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ETRS89_LONG</data:key>
                                        <data:value>-7.540953</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>SPATIAL_ACCURACY</data:key>
                                        <data:value>1</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>NUA</data:key>
                                        <data:value>N</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ORG_VACANT</data:key>
                                        <data:value>N</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>BLD_TYPE_NAME</data:key>
                                        <data:value>SEMI-DETACHED</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>BLD_TYPE_CODE</data:key>
                                        <data:value>SD</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>BUILDING_TYPE_ID</data:key>
                                        <data:value>2</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>HOLIDAY_HOME</data:key>
                                        <data:value></data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>UNDER_CONS</data:key>
                                        <data:value>N</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>BUILDING_USE</data:key>
                                        <data:value>C</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>BLD_VACANT</data:key>
                                        <data:value>N</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ECAD_ID</data:key>
                                        <data:value>1004293900</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>BUILDING_ID</data:key>
                                        <data:value>1000740890</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>ORGANISATION_ID</data:key>
                                        <data:value>1004293900</data:value>
                                    </data:item>
                                    <data:item>
                                        <data:key>DATASOURCE</data:key>
                                        <data:value>ECAD</data:value>
                                    </data:item>
                                </data:additionalItems>
                            </req:address>
                        </req:response>
                    </req:captureResponse>
                </req:profileResponseDetails>
            </mes:profileResponse>
        </mes:ExecuteCaptureResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Error Information

Information on possible error codes is given here: Error Code Information