configs = getConfigurationContextNames(myClient)
returns the global configuration context names for the service provider specified for the
OSLC client myClient.
This example shows how to create an OSLC client in MATLAB® and configure the client to connect to an OSLC service provider for the requirements management domain.
Create the OSLC client.
myClient = oslc.Client;
Set the user and server URL for your service provider. Then set the service root and
catalog path for the requirements management domain and the configuration query path.