It's all about the answers!

Ask a question

What is best way to use OSLC queries URL in source code


Naveen Tyagi (19769152) | asked May 25 '16, 7:46 a.m.
edited May 26 '16, 1:32 a.m.
I am retrieving all the test cases for category_Name value is true. I am able to do that through query:

https://Myserver.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/_x3L0gk6ZEeSTjIlfgxRM-Q/testcase?fields=feed/entry/content/testcase/category[@term='CXategry_Name' and @value ='false']

and then parse the response in xml parser to get all the Test Cases Urls which is working fine. I am wondering if there is a better way to use this query programmatically in OSLC Lyo instead of passing direct this url in
response = jazzClient.getResource(queryUrl, OSLCConstants.CT_RDF);

and that too encoded value of this url.

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered May 26 '16, 9:57 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
 You may want to post this question to the Eclipse Lyo newsgroup.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.