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