searchReferencedIn - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2026-05-14
ft:lastPublication
2026-05-14T15:28:23.501334
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely Spectrum Spatial
L4_Investment_Segment
LI Enterprise
L5_Product_Group
Enterprise LI
L6_Product_Name
Spectrum Spatial

Description

The request to search for all named resources in the repository that use the specified resource in the request. A list of all named resources that use the defined resource is returned in the response.

Messages

The following table lists the request and response messages for the searchReferencedIn operation.

Click on a message name to get more information about the message.

Message Description
SearchReferencedInRequest The request message for the searchReferencedIn operation.
SearchReferencedInResponse The response message for the searchReferencedIn operation.

Example XML SOAP Request

Returns a list of all named resources that use the Samples/NamedTables/WorldTable named resource.

<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:v1="http://www.mapinfo.com/midev/service/namedresource/v1"> 
  <soapenv:Header/> 
  <soapenv:Body> 
    <v1:SearchReferencedInRequest id="S1" locale="en-US"> 
      <v1:NamedResourcePath>/Samples/NamedTables/WorldTable</v1:NamedResourcePath> 
    </v1:SearchReferencedInRequest> 
  </soapenv:Body> 
</soapenv:Envelope>