How do I to get Suite Execution Record with filter artifacts through OSLC?
https://<host>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/OWC+Solution+Testing+20130523/suiteexecutionrecord?fields=feed/entry/id[@value='https://<host>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<QM project area name>/suiteexecutionrecord/urn:com.ibm.rqm:suiteexecutionrecord:315']
Similar exercise I am trying for Test Case Execution record for a particular test case.
Execution of both the queries result in Invalid URI.
Please help with valid suggestion so that we can overcome this issue.
Thanks,
Samanwita
2 answers
Hi
you may want to check that you're correctly authenticated (& authorized) on the Jazz server and then double check that you provided the expected HTTP headers in your request ?
For your reference, the following blog post ( http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/ ) recalls (among other URL samples):
1) what the headers should look like
2) some basic toolings (Poster, RESTclient, etc.) for troubleshooting your problem.
Regards,
Stéphane
you may want to check that you're correctly authenticated (& authorized) on the Jazz server and then double check that you provided the expected HTTP headers in your request ?
For your reference, the following blog post ( http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/ ) recalls (among other URL samples):
1) what the headers should look like
2) some basic toolings (Poster, RESTclient, etc.) for troubleshooting your problem.
Regards,
Stéphane