searchReferencedIn

Description

The request to search for all named resources in the repository that use the specified resource in the request. A list of all named resources that use the defined resource is returned in the response.

Messages

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

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

Message Description
SearchReferencedInRequest The request message for the searchReferencedIn operation.
SearchReferencedInResponse The response message for the searchReferencedIn operation.

Example XML SOAP Request

Returns a list of all named resources that use the Samples/NamedTables/WorldTable named resource.

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