listNamedLayers

Description

Returns a list of named layers that are available within the repository.

Examples

Sample SOAP request:

<S:Body> 
      <v1:ListNamedLayersRequest/> 
</S:Body>

Sample SOAP response:
<ListNamedLayersResponse>
         <NamedLayersList>
               <NamedLayer>...</NamedLayer>
               <NamedLayer>...</NamedLayer>
               <NamedLayer>...</NamedLayer>
         </NamedLayersList>
</ListNamedLayersResponse>

ACL Authorization Flow

To list all the named layers stored in a repository, the user (or any roles they belong to) will need Execute permission on the named layers in the following manner:

  • “EXECUTE” for entity type “Location Intelligence.Named Resources”
Note: All the named maps or named layers are filtered from Jackrabbit search with EXECUTE permission. The response will contain those tables on which user has EXECUTE permission. If the user has no EXECUTE permissions on any layers then an empty list is returned.

Messages

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

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

Message Description
ListNamedLayersRequest The request message for the listNamedLayers operation.
ListNamedLayersResponse The response message for the listNamedLayers operation.