Previous Page | Next Page

Using GetMetadataObjects to Get All Metadata of a Specified Metadata Type

Using GetMetadataObjects To List Repositories

The GetMetadataObjects method is typically issued in the SAS namespace to get all metadata objects of a specifed application metadata type. However, the method can also be issued in the REPOS namespace to get repositories.

The following is an example of a GetMetadataObjects request that gets repositories:

<GetMetadataObjects>
  <Reposid></Reposid>
  <Type>RepositoryBase</Type>
  <Objects/>
  <NS>REPOS</NS>
  <Flags>0</Flags>
  <Options/>
</GetMetadataObjects>

In the request, note the following:

Previous Page | Next Page | Top of Page