listNamedResource - 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-09-26
ft:lastPublication
2025-09-26T10:03:58.880000

Description

The request to get a list of all named resources in the repository at a given path having specified type.

Messages

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

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

Message Description
ListNamedResourceRequest The request message for the listNamedResource operation.
ListNamedResourceResponse The response message for the listNamedResource operation.

Example XML SOAP Request

Return the list of all NamedTable resource under the repository root.

<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:ListNamedResourceRequest
            id="list1"
            locale="en-US"
            resourceType="NamedTable"> 
            <v1:Path>/</v1:Path>
        </v1:ListNamedResourceRequest>
    </soapenv:Body>
</soapenv:Envelope>