searchReferences

Description

The request to search a named resource and return all resources that are referenced in that resource. A list of all named resources that are referenced, and all of the resources that those reference, are returned in the response.

Messages

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

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

Message Description
SearchReferencesRequest The request message for the searchReferences operation.
SearchReferencesResponse The response message for the searchReferences operation.

Example XML SOAP Request

Returns a list of all named resources that have references in the Samples/NamedTiles/WorldTile named resource. Because this tile references a named map (WorldMap), the resources that the named map references will also be returned.



<?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:SearchReferencesRequest id="S1" locale="en-US"> 
      <v1:NamedResourcePath>/Samples/NamedTiles/WorldTile</v1:NamedResourcePath> 
    </v1:SearchReferencesRequest> 
  </soapenv:Body> 
</soapenv:Envelope>