searchNamedResource - 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 named resources in the repository. The named resource definition files in the repository are searched for the specified string. A list of all named resources that contain the search string is returned in the response.

Messages

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

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

Message Description
SearchNamedResourceRequest The request message for the searchNamedResource operation.
SearchNamedResourceResponse The response message for the searchNamedResource operation.

Example XML SOAP Request

Returns a list of all named resources in the repository (all types) that have the references to /Samples/NamedTables/WorldTable.

<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:SearchNamedResourceRequest id="S1" locale="en-US" resourceType="All">
            <v1:Contains>/Samples/NamedTables/WorldTable</v1:Contains>
        </v1:SearchNamedResourceRequest>
    </soapenv:Body>
</soapenv:Envelope>