RQM REST Service
Hi, I am studying Rational Insight and trying to use RQM as one data source in Rational Insight.
Rational Insight need RQM Rest Service, but I don't know where is the RQM REST Service?
I tried to use this one "ttps://localhost:9444 (- I changed the port in RQM tomcat) /jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager", but the connect is just refused with no details.
Could anyone help?
Rational Insight need RQM Rest Service, but I don't know where is the RQM REST Service?
I tried to use this one "ttps://localhost:9444 (- I changed the port in RQM tomcat) /jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager", but the connect is just refused with no details.
Could anyone help?
6 answers
Hi, I am studying Rational Insight and trying to use RQM as one data source in Rational Insight.
Rational Insight need RQM Rest Service, but I don't know where is the RQM REST Service?
I tried to use this one "ttps://localhost:9444 (- I changed the port in RQM tomcat) /jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager", but the connect is just refused with no details.
Could anyone help?
You need to specify the type of the resource for the feed you would like to get. For example to geth the testplan feed you would specify:
"https://localhost:9444/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/testplan"
You can look at the xsd to get an idea of the available resource types via:
"https://localhost:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd"
Hello,
the qm.xsd is not published by my RQM server, although other resources such as test plans, test cases, are.
As I performed an installation with all default options, I wonder if further configuration needed in order to have the xsd published by the server.
Any advice would be appreciated,
Thanks in advance & best regards,
-Nicolas
the qm.xsd is not published by my RQM server, although other resources such as test plans, test cases, are.
As I performed an installation with all default options, I wonder if further configuration needed in order to have the xsd published by the server.
Any advice would be appreciated,
Thanks in advance & best regards,
-Nicolas
Hello,
the qm.xsd is not published by my RQM server, although other resources such as test plans, test cases, are.
As I performed an installation with all default options, I wonder if further configuration needed in order to have the xsd published by the server.
Any advice would be appreciated,
Thanks in advance & best regards,
-Nicolas
My fault, I had put a bad link in my message above (the project specifier is not allowed in the URL for the schemas). It is corrected now.
I am also in the process of adding some API documentation to the RQM wiki. It cam be found at: https://jazz.net/wiki/bin/view/Main/RqmApi
To get an example, look at the feed for a given resource that you are interested in (testcase, for example).
From the feed you will see entries for each resource of that type.
Each entry will have a link (href) to the individual artifact. You can use that link to get to the details of the individual testcase, etc.
Regards,
John
From the feed you will see entries for each resource of that type.
Each entry will have a link (href) to the individual artifact. You can use that link to get to the details of the individual testcase, etc.
Regards,
John
Hi rrassman,
could you tell me please how to read a single ressource (e.g a testcase) by its ID ?
In RQM 1.1 i had just to send a GET Request with the ID of the ressource, but unfortunately this doent work in RQM 2.0.
Could you give any advice ?