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 a map xml to be returned.  This is returned as a binary PNG image streamIt returns data from datasources defined in lookup settings for a given mapsource 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&urluid=12345

Parameters

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.

urluid

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