Why isn't oslc:queryCapability in services.xml
![](http://jazz.net/_images/myphoto/936a56f64cd0bc593b248212cd08bd35.jpg)
I am trying to follow some OSLC examples and learn how this framework works so that I can write some custom code to update links and attributes.
I am following some very basic things to get to the services.xml file:
1) https://jazz-qual.mydomain.gov/rm/rootservices
2) Use what is found in oslc_rm:rmServiceProviders to get the link to the catalog: https://jazz-prod.mydomain.gov/rm/oslc_rm/catalog
3) Use the catalog to get the link to the services: https://jazz-prod.mydomain.gov/rm/oslc_rm/_is19wjaFEeO8EPbPINYtfA/services.xml
4) Then when I view the services.xml, the content is limited. There is no tag for oslc:queryCapability. The tags I have in services.xml are:
<oslc_rm:LinkCreationServices>
<oslc_rm:CollectionSelectionDialog>
<oslc_rm:SelectionDialog>
and that is it. I was expecting to have a URI for the query service.
I am running DNG version 6.0.3. How can I access the query service?