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
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

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>