listNamedResource
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>