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 the role they belong to) needs EXECUTE permission on the Named table.
Note: All the named maps or named layers are filtered from the Jackrabbit search with EXECUTE permission. The response will contain those tables on which the user has EXECUTE permission. If the user has no EXECUTE permissions on any tables, then the response returns an empty list.
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. |