Is there any specific edition to work with RQM 4.0?
Hi, I want to fetch the Test Script Details from RQM 4.0 using Rest API but i am not able to do that because response is not getting correctly from RQM 4.0. So i just want to know that Is there any specific edition to do above stuff? can you please suggest me if there is any difference between edition in RQM 4.0?
Regards, Milind Modi. |
2 answers
Milind,
When you say “ I am not able to do that because response is not getting correctly from RQM 4.0. “
can you be more specific? What is the server returning?
You can get the XML representation of the Test Script by using the REST API; here is an example
https://clm:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/LPA+project+1+%28Quality+Management%29/testscript/urn:com.ibm.rqm:testscript:35
Where clm:9443 is the Host/Port
qm is the context root
LPA+project+1+%28Quality+Management%29 is the Project area
35 is the ID
You can also add “?etlmode=true” to capture additional xml in the response
Comments
Milind Modi
commented Jun 24 '14, 12:22 a.m.
Hi Ara,
I am using following link to get the details of Test Script from RQM 4.0:
But i have not got the proper XML representation of the Test Script by using Rest API. can you please provide me the Solution? |
Milind
Have you included the Request header text/xml or application/xml in your request?
What response data is being returned?
|
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.