GetDSPropertyContent

This method is available to developers from the Locate.asmx Web Service and generates xml to be returned. It returns data from Datasources defined in Lookup Settings for a given Map Source and returns records with matching uids. The records returned are those which match the value in the column defined in the query field setting with the passed in uid.

http://localhost/isharemaps_internal/locate.asmx/GetDSPropertyContent?mapsource=Workshop/AllMaps&uid=12345

Parameters

Name

Requirement

Description

Name

Requirement

Description

mapsource

mandatory

A list can be obtained from the GetMapSources method. This needs to be the name of the .xml file (without the .xml extension) not the name of the MapSource in Studio.

uid

mandatory

A unique identifier to be matched in the datasource which could, for example be a uprn.


Returns

Dataset records as xml containing any matching records found from the query.

Errors

Raises error – Invalid Map Source