Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This method is available to developers from the Locate.asmx Web Service and generates xml to be returned. It returns data from datasources Datasources defined in lookup settings Lookup Settings for a given mapsource 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.

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

...

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