Has anyone had success with a RQM batch import feed of test scripts?
I seem to be getting a consistent error of : "The service 'com.ibm.rqm.oslc.service.internal.integration.handler.put.TestscriptPutHandler@13bf13bf' failed to find the required service 'interface com.ibm.team.repository.common.service.IQueryService'. Check <prerequisites> in plugin.xml. First I sent a successful PUT with the URL of But when enveloping this request with the feed tags and URL below, the error above was returned. Post request:
<feed xmlns="http://www.w3.org/2005/Atom">
<testscript>......</testscript> <content> </entry>
</feed>
Secondly, I used a GET request to get a couple records, then hoped to just turn them around and POST them back in.......same error. This functionality is listed as "Experimental" so I'm wondering if its worth proceeding or sticking with one record per http request.
|
One answer
You might be experiencing All POST handlers need to pre-req ITransactionService/IQueryService/IIntegrationService (76073), which is fixed in RQM 4.0.3.
|
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.