oslc_qm:simpleQuery missing in services.xml
![](http://jazz.net/_images/myphoto/156c522b1ae497565532428477e045d4.jpg)
Hi,
I have installed RQM 2.0 and I want to fetch data from RQM using REST. I was able to get the services.xml, but this XML does not contain oslc_qm:simpleQuery node. Rest of the details are there..
The URL I used is:
https://rqmServer/jazz/oslc_qm/contexts/<something>/services.xml
Also, I was unable to see any mention of workItem in the XML.
Is there anything I am using?
Thanks
I have installed RQM 2.0 and I want to fetch data from RQM using REST. I was able to get the services.xml, but this XML does not contain oslc_qm:simpleQuery node. Rest of the details are there..
The URL I used is:
https://rqmServer/jazz/oslc_qm/contexts/<something>/services.xml
Also, I was unable to see any mention of workItem in the XML.
Is there anything I am using?
Thanks
One answer
![](http://jazz.net/_images/myphoto/156c522b1ae497565532428477e045d4.jpg)
You've found a bug in RQM's implementation of OSLC QM V1. Its being tracked in the following work item in case you would like to subscribe to it:
https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/53181
In the meantime, as a workaround you can just use the value of the oslc_qm:factory/oslc_qm:url element since the url is actually the same.
Also, note that the OSLC V2 implementation in RQM 3.0.1 provides much more comprehensive query support.
The workitem API is not advertised in RQM's rootserivces document. But it is available in the server at the url https://rqmServer/jazz/oslc/.... (note its 'oslc' instead of 'oslc_qm'). For further details see the post at https://jazz.net/blog/index.php/2009/09/11/oslc-and-rational-team-concert/
https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/53181
In the meantime, as a workaround you can just use the value of the oslc_qm:factory/oslc_qm:url element since the url is actually the same.
Also, note that the OSLC V2 implementation in RQM 3.0.1 provides much more comprehensive query support.
The workitem API is not advertised in RQM's rootserivces document. But it is available in the server at the url https://rqmServer/jazz/oslc/.... (note its 'oslc' instead of 'oslc_qm'). For further details see the post at https://jazz.net/blog/index.php/2009/09/11/oslc-and-rational-team-concert/